/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
/* Global properties ======================================================== */
html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #63615e;
    min-width: 1000px;
    background: url(../images/bg_texture.jpg) 0 0 repeat;
    position: relative;
}
body.print {
    background: none;
    position: relative;
}
.img-shadow, .flexslider .slides img {
    box-shadow: 0px 0px 2px #e4e4e4;
}
.noslider-block {
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.noslider {
    width: 1400px;
    height: 270px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: url(../images/line_header.png) 0 bottom repeat-x;
    padding-bottom: 8px;
}
/***********************************************************************/

#content p {
    margin: 0 0 7px 0;
}
a {
    text-decoration: underline;
    cursor: pointer;
    color: #EB690B;
}
a:hover {
}
a.link {
    cursor: pointer;
    color: #a09e9f;
    text-decoration: none;
}
a.link:hover {
    text-decoration: underline;
}
a.link2 {
    cursor: pointer;
    color: #63615e;
    text-decoration: underline;
}
a.link2:hover {
    text-decoration: none;
}
a.moreButton {
    background-color: #e0e0e0;
    background-image: url(../images/arrow-more.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding: 2px 15px 2px 3px;
    color: #58585a;
    line-height: 1em;
    text-decoration: none;
}
a.button2 {
    height: 32px;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #e2e2e2;
    font-size: 12px;
    text-decoration: none;
    padding: 0 0px 0 5px;
    background: url(../images/button-l.png) left top no-repeat;
    font-style: italic;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
a.button2 span {
    padding: 0px 5px 0 0;
    background: url(../images/button-r.png) right top no-repeat;
    display: inline-block;
}
a.button2 span span {
    background: url(../images/button-m.png) left top repeat-x;
    display: inline-block;
    padding: 4px 11px 8px 11px;
}
a.button2:hover {
    background: url(../images/button-l.png) left -34px no-repeat;
    color: #e2e2e2 !important;
}
a.button2:hover span {
    background: url(../images/button-r.png) right -34px no-repeat;
}
a.button2:hover span span {
    background: url(../images/button-m.png) left -34px repeat-x;
}
.lsp {
    letter-spacing: -1px !important;
}
/******************************************************************/
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    width: 100%;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}
.extra-wrap {
    overflow: hidden;
}
.container {
    width: 100%;
}
.reg {
    text-transform: uppercase;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.img-indent {
    float: left;
    margin: 0px 19px 0px 1px;
}
.last {
    margin-right: 0px !important;
}
.bundb {
    color: #eb690b;
}
a.fancygal, a.fancybox {
    display: block;
    position: relative;
}
span.overlay.image {
    background-image: url("../images/zoom-image.png");
}
span.overlay {
    background: none no-repeat scroll center center #FFFFFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flexslider span.overlay {
    border: 6px solid transparent;
}

ul {
    list-style: disc outside none;
}
.block2 ul {
    margin: 7px 0;
}
ul.eventList,
ul.eventsListPrev,
ul.pagination{
    list-style: none;
}
li {
    margin-left: 23px;
}
/*********************************header*************************************/
header {
    width: 100%;
    position: relative;
    height: 704px;
    overflow: hidden;
}
.sub header {
    width: 100%;
    position: relative;
    height: 517px;
    overflow: hidden;
}
#head {
    height: 278px;
}
.head-content {
    margin: 0 auto;
    width: 940px;
    z-index: 999;
    position: relative;
}
.logo {
    z-index: 99;
    float: left;
    display: block;
    width: 220px;
}
h1 {
    margin-top: 0px;
    padding-bottom: 0px;
}
nav {
    z-index: 300;
    float: right;
    margin-top: 34px;
}
h2 {
    font-family: 'Economica', sans-serif;
    font-size: 28px;
    color: #58585a;
}
h3 {
    font-size: 14px;
    color: #eb690b;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
h4 {
    font-size: 14px;
    color: #eb690b;
}
table.zebra {
    width: 100%;
}
table.zebra th, table.zebra td {
    padding: 5px;
}
table.zebra th {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
table.zebra tbody td {
    border-bottom: 1px solid #DDDDDD;
}

table.zebra tbody tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #EBEBEB;
}

table.zebra .item-title {
	width: 390px;
}
table.zebra .item-position {
	width: 150px;
}
table.zebra .item-phone {
	width: 150px;
}
table.zebra .item-email {
	width: 150px;
}


/*********************************Slider Modify*************************************/

.flexsliderBasicCarousel .flex-direction-nav {
    position: absolute;
    right: 45px;
    top: -21px;
}
ul.flex-direction-nav  li {
    list-style-type: none;
    margin: 0;
}
.flexsliderBasicCarousel ul.slides li {
    margin: 0 22px 0 0;
}
div#eventBigSlider {
    margin: 14px 0 25px 0;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
    position: relative;
    width: 928px;
}
div#eventBigSlider ul li {
    margin: 0px;
}
div#eventBigSlider .flex-direction-nav {
    position: absolute;
    right: 45px;
    top: -37px;
    width: 0;
}
/*********************************content*************************************/

#content {
    padding-bottom: 48px;
    margin-top: -138px;
    position: relative;
    z-index: 101;
    background: url("../images/bg_content_start.gif") no-repeat center 138px transparent;
}
.sub #content {
    padding-bottom: 50px;
    margin-top: -150px;
    position: relative;
    z-index: 101;
    background: url("../images/bg_content.gif") repeat-y center 0 transparent;
}
.block1 {
    width: 940px;
    margin: 0 auto;
    display: block;
}
.block2 {
    width: 940px;
    margin: 0 auto;
    display: block;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}
.box {
    width: 240px;
    height: 300px;
    float: left;
    margin-right: 20px;
    padding: 0 30px 0 30px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
}
.block1 .box.mobiliar {
    margin-right: 0;
}
.box>p {
    font-size: 12px;
    color: #63615e;
}
.box:hover {
    background: #3d3b3e;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box:hover p {
    color: #b8b8b8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box:hover h2 {
    color: #f5f5f5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box:hover a.button2 {
}
.box-2 {
    width: 240px;
    margin-left: 20px;
    float: left;
    padding: 49px 30px 50px 30px;
    background: url(../images/line_box2.png) 0px 0px no-repeat;
}
.box-2>p {
    font-size: 12px;
    color: #63615e;
}
.box-2:hover {
    background: #3d3b3e;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-2:hover p {
    color: #b8b8b8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-2:hover h2 {
    color: #f5f5f5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-2:hover a.button2 {
    box-shadow: 2px 2px 2px #323033;
}
.box-3 {
    width: 240px;
    margin-left: 20px;
    float: left;
    padding: 49px 30px 50px 30px;
    background: url(../images/line_box1.png) 0px 0px no-repeat;
}
.box-3>p {
    font-size: 12px;
    color: #63615e;
}
.box-3:hover {
    background: #3d3b3e;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-3:hover p {
    color: #b8b8b8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-3:hover h2 {
    color: #f5f5f5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-3:hover a.button2 {
    box-shadow: 2px 2px 2px #323033;
}
.box-4 {
    width: 620px;
    float: left;
    padding-right: 30px;
    padding-bottom: 52px;
    padding-bottom: 0px;
}
.box-4-block {
    width: 240px;
    float: left;
    margin-top: 34px;
}
.box-5 {
    width: 290px;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 32px;
}
.box-5.greyBox {
    width: 264px;
    float: left;
    margin: -13px 0 0 0;
    padding: 13px;
    padding-bottom: 32px;
    background-color: #f6f6f6;
}
.box-5.greyBox h1 {
    color: #EB690B;
    font-size: 30px;
    margin: 15px 0 5px;
    font-family: 'Economica', sans-serif;
}
.box-5 .greyBox {
    width: 264px;
    float: left;
    padding: 13px;
    padding-bottom: 16px;
    background-color: #f6f6f6;
}
.box-5 .greyBox h1 {
    color: #EB690B;
    font-size: 30px;
    margin: 15px 0 5px;
    font-family: 'Economica', sans-serif;
}
.box-5 .greyBox {
    width: 264px;
    float: left;
    padding: 13px;
    padding-bottom: 16px;
    background-color: #f6f6f6;
}
.box-5 .greyBox:first-child {
    margin-top: -13px;
}
.box-5 .greyBox h1 {
    color: #EB690B;
    font-size: 30px;
    margin: 15px 0 5px;
    font-family: 'Economica', sans-serif;
}
.box-6 {
    width: 560px;
    float: left;
    padding-right: 30px;
    padding-bottom: 52px;
}
.box-6-block {
    width: 240px;
    float: left;
}
.box-7 {
    width: 240px;
    float: left;
    margin-left: 20px;
    padding-left: 30px;
    padding-bottom: 52px;
}
.box-8 {
    width: 465px;
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
}
.box-9 {
    width: 465px;
    float: left;
    margin-left: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.box-10 {
    width: 880px;
    padding-bottom: 49px;
}
.boxIcon {
    padding: 52px 0 42px 77px;
}
.bigShadow {
    background: url(../images/shadow_100.png) center 0 no-repeat;
    height: 31px;
    clear: both;
    width: 100%;
}
.boxlinie {
    background: url(../images/box-linie.png) 0 0 no-repeat;
    height: 3px;
}
.box:hover .boxlinie {
    background: url(../images/box-linie_over.png) 0 0 no-repeat;
}
.line1 {
    background: url(../images/line_banner.png) 0 0 no-repeat;
    height: 3px;
    margin: 0 0 5px 0;
}
.img-border, .flexslider .slides img {
    border: 6px solid #fff;
}
.text-1 {
    color: #ffffff;
}
.text-2 {
    color: #d2643b;
    font-size: 12px;
    margin-top: 1px;
}
.marg0 {
    margin-left: 0px !important;
}
.marg1 {
    margin-top: 35px;
}
.marg2 {
    margin-top: 25px;
}
.marg3 {
    margin-top: 56px;
}
.marg4 {
    margin-right: 49px;
}
.marg5 {
    margin-right: 42px;
}
.marg6 {
    margin-right: 48px;
}
.marg7 {
    margin-left: 80px;
}
.marg8 {
    margin-top: 23px;
}
.marg9 {
    margin-top: 40px;
}
.marg10 {
    margin-top: 18px;
}
.marg11 {
    margin-top: 14px;
}
.marg12 {
    margin-top: 25px;
}
.marg13 {
    margin-top: -9px;
}
.marg14 {
    margin-top: 14px;
}
.pad1 {
    padding-bottom: 11px;
}
.box .pad1 {
    padding: 40px 0 0 0;
    text-align: center;
}
.pad2 {
    padding-bottom: 20px;
}
.pad3 {
    padding-bottom: 20px;
}
.pad4 {
    padding-bottom: 50px;
}
.list1 {
    margin-top: 22px;
}
.list1 li a:hover {
    text-decoration: underline;
}
.list1 li {
    padding: 2px 0 1px 16px;
    background: url(../images/marker.png) 1px 9px no-repeat;
}
.list1 li:first-child {
}
.list1 li a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/****************************footer************************/
footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 102;
    padding-bottom: 25px;
    background-color: #3D3B3E;
}
.footer-block {
    width: 940px;
    background: #3d3b3e;
    padding: 39px 0px 28px 0px;
    color: #FFF;
    font-size: 13px;
}
.footer-block a {
    color: #fff;
}
.footer-block .links a {
    text-decoration: none;
}
.footer-block .social {
    margin: 0 0 0 0 !important;
}
.footer-block .links ul li {
    list-style-image: url("../images/arrow-navi.png");
    margin: 0 0 0 16px;
    text-transform: none;
}
.footer-block h4 {
    color: #fff;
    margin-bottom: 5px;
}
.footer-block>.fleft {
    width: 690px;
}
.footer-block>.fleft>img {
    diaplay: block;
}
.footer-block>.fleft>p {
    display: inline-block;
    color: #a09e9f;
    margin-top: 21px;
}
.footer-block .grid_3 .csc-textpic-imagewrap {
    margin-top: 5px;
}
.footer-block .newsletter {
    margin:32px 0 0 0;
}

.footer-block .newsletter a{
    text-decoration:none;
    color:#EB690B;
    background-image:url(../images/newsticker32x32.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding:0 35px 0 0 ;
    height:32px;
    line-height:32px;
    font-size:14px;
    display:inline-block;
}
.icons {
    height: 31px;
    margin-top: 10px;
}
.icons a {
    height: 31px;
    width: 31px;
    display: inline-block;
    float: left;
}
.icons a:hover {
    background-position: 0;
}
.icons a:first-child {
    width: 31px;
}
.foot-icon-01 {
    background: url(../images/footer-icon-facebook.png) 0 0 no-repeat;
}
.foot-icon-02 {
    background: url(../images/footer-icon-google.png) 0 0 no-repeat;
    margin-left: 8px;
}
.foot-icon-03 {
    background: url(../images/footer-icon-youtube.png) 0 0 no-repeat;
    margin-left: 8px;
}
.foot-icon-04 {
    background: url(../images/footer-icon-xing.png) 0 0 no-repeat;
    margin-left: 8px;
}
.foot-menu {
    border-top: 1px solid #646265;
    margin-top: 29px;
}
.foot-menu>ul {
    margin-top: 24px;
}
.foot-menu>ul li a:hover, .foot-menu>ul .active {
    color: #fff;
}
.foot-menu>ul li {
    margin-left: 44px;
    display: inline-block;
    float: left;
}
.foot-menu>ul li:first-child {
    margin-left: 0px;
}
.foot-menu>ul li a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #a09e9f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.foot-text {
    color: #63615e;
    font-size: 12px;
    line-height: 20px;
    font: Georgia, "Times New Roman", Times, serif;
    margin-top: 24px;
}
.foot-text a {
    color: #63615e;
}
.foot-text a:hover {
    text-decoration: underline;
}
/**********************form**********************/
.map {
    width: 390px;
    height: 330px;
    margin-top: 15px;
    display: block;
}
.map iframe {
    width: 390px;
    height: 330px;
}
dl {
    margin: 25px 0 0px 0px;
}
dl dt {
    padding: 0px 0 0px 0;
}
dl dd span {
    display: inline-block;
    width: 108px;
}
dl dd {
}
/* ----------------------------------------------------
        FORMS
------------------------------------------------------- */

/* all form elements common */
input, select, textarea {
    font-family: Arial, Helevtica, Verdana, san-serif;
    font-size: 12px;
    position: relative;
    outline: none;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #8C8C8C;
    background: #fff;
    border: 1px solid #eee;
    -moz-box-box-shadow: inset 0px 1px 1px #fff, inset 0px 5px 5px #F4F4F4;
    -webkit-box-shadow: inset 0px 1px 1px #fff, inset 0px 5px 5px #F4F4F4;
    box-shadow: inset 0px 1px 1px #fff, inset 0px 5px 5px #F4F4F4;
}
/* image buttons, checkbox and radio */
input[type="image"], input[type="checkbox"], input[type="radio"] {
    width: auto;
    border: 0;
    padding: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* buttons */
form input[type="button"], form input[type="submit"], input.fbutton {
    text-align: center;
    display: inline-block !important;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    text-decoration: none;
    border: 0;
    padding: 3px 10px 2px 10px;
    cursor: pointer;
    min-width: 100px;
    background: #bdbdbd;
    border: solid 1px #ccc !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#D8D8D8');
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#D8D8D8));
    background: -moz-linear-gradient(top, #F7F7F7, #D8D8D8);
    border-color: #D8D8D8 #CBCBCB #B2B2B2;
    color: #898989 !important;
    text-shadow: 0 1px 0 #F4F4F4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #fff;
    box-shadow: 0px 1px 2px #D1D1D1, inset 0 1px 0 #fff !important;
}
form input:focus, form select:focus, form textarea:focus {
    border: 1px solid #eee;
    -moz-box-shadow: 0px 2px 2px #eee;
    -webkit-box-shadow: 0px 2px 2px #eee;
    box-shadow: 0px 2px 2px #eee;
}
form input[type="button"]:hover, form input[type="submit"]:hover {
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#D8D8D8');
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#D8D8D8));
    background: -moz-linear-gradient(top, #D8D8D8, #F7F7F7);
    border-color: #D8D8D8 #CBCBCB #B2B2B2;
}
.sidebar_content form input:focus, .sidebar_content form select:focus, .sidebar_content form textarea:focus, .sidebar_content form input[type="button"], .sidebar_content form input[type="submit"] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
form legend {
    line-height: 140% !important;
    font-size: 15px;
    padding: 0 0 10px;
}
form .formhinweis {
    font-size: 14px;
    padding: 0 0 10px;
}
/* labels */
form label {
    display: block;
    float: left;
    line-height: 100%;
    padding: 0 0 7px 0 !important;
    position: relative;
    color: #8B8B8B;
}
form#contact-form, form#newsletter-form {
    margin: 15px 0;
}
form#newsletter-form {
    width:264px;
}
form#contact-form label, form#newsletter-form label{
    display: block;
    float: left;
    line-height: 140%;
    padding: 0 0 7px 0 !important;
    position: relative;
    color: #8B8B8B;
    width: 100px;
}
form#contact-form .type-text, form#newsletter-form .type-text, form#contact-form .type-check {
    margin: 0 0 7px 0;
    clear: left;
}
 .type-text, form#newsletter-form .type-text {
    margin: 0 0 7px 0;
}

form#contact-form .type-text input,  
form#contact-form .type-text textarea {
    width: 241px;
}

form#newsletter-form .type-button{
    margin: 0 0 0 100px;
}


div.formbox, div.formtextbox {
    display: block;
    margin: 0 0 7px 7px;
}

form div.element {
    margin: 0px 0 15px 0px !important;
    border: 0 !important;
}
form#contact-form .error, form#newsletter-form .error {
    border: 1px solid red;
    margin-bottom: 7px;
}
/* form field widths for content area */
.content input[type="text"] {
    width: 300px;
}
.content textarea {
    width: 500px;
    overflow: auto;
}
/* form field widths for columns */
.box input[type="text"] {
    width: 94%;
}
.box textarea {
    width: 94%;
    overflow: auto;
}
/* form field widths for sidebar*/
.sidebar_content input[type="text"], .sidebar_content select, .sidebar_content textarea {
    width: 160px !important;
}
/* form validation */
#validate_form label.error {
    display: none !important;
    color: red;
    border: 1px solid red;
}
#validate_form .error {
    color: red;
    border: 1px solid red;
}
.error, label.error {
    color: red;
    border: 0px solid red;
    margin: 5px 0 0 0;
}
/* Form Messages*/
.ok_box {
    padding: 20px;
    width: auto;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 4px 4px #CBCBCB;
    -webkit-box-shadow: 0 4px 4px #CBCBCB;
    box-shadow: 0 4px 4px #CBCBCB;
    text-shadow: 1px 1px 0px #FBFFF8;
    background: #E5FFC6;
    border: 1px solid #B8CD9F;
    color: #90A17D;
}
.ok_box h3 {
    font-size: 18px;
    color: green;
}
.error_box, #loader {
    padding: 20px;
    width: auto;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 4px 4px #CBCBCB;
    -webkit-box-shadow: 0 4px 4px #CBCBCB;
    box-shadow: 0 4px 4px #CBCBCB;
    text-shadow: 1px 1px 0px #FFEBE5;
    background: #ffcccc;
    border: 1px solid #ff9999;
    color: #c31b00;
}
.Tx-Formhandler form .type-check label:first-child {
    width:100% !important;
}
.Tx-Formhandler form .type-check label {
    float:left !important;
    width: 274px !important;

}

.Tx-Formhandler form .type-check.radio label {
    float:left !important;
    width: 100px !important;

}

.Tx-Formhandler form .type-check.radio label.radioLabel {
    float:left !important;
    width: auto !important;
    margin: 0 12px 0 0;

}



.Tx-Formhandler form .type-check input[type="checkbox"]{
    float:left !important;
    margin:0 12px 7px 0 !important;
    clear:left;
}

.Tx-Formhandler form .type-check input[type="radio"]{
    float:left !important;
    margin:0 5px 7px 0 !important;
}

/**********************News / Projekte **********************/
.news-list-gotoarchive {
    float: right;
}
.tx-ttnews-browsebox .pagination {
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.tx-ttnews-browsebox .pagination li {
    float: left;
    margin-left: auto;
    height: auto;
}
.tx-ttnews-browsebox .pagination li a {
    background: none;
    width: auto;
    display: inline-block;
    height: auto;
}
.news-list-browse a, .news-list-browse a:link, .news-list-browse a:visited {
    text-decoration: none;
    outline: none;
    padding: 2px 8px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    border: 1px solid #d1d1cf;
    background-color: #ffffff;
    margin-right: 6px;
}
.news-list-browse a:hover {
    border: 1px solid #63615E;
    background-color: #dddddb;
    margin-right: 6px;
}
.news-list-browse a:active, .news-list-browse li.current {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    border: 1px solid #EB690B;
    background-color: #EB690B;
    text-decoration: none;
    padding: 2px 8px;
    color: #FFF;
    margin-right: 6px;
    display: inline-block;
}
.newsTeaser {
    margin: 15px 0 30px 0;
    height: 55px;
    position: relative;
}
.newsList h3 {
    font-size: 90%;
    margin: 0 0 0.25em;
    font-weight: bold;
    line-height: 1.5em;
}
.newsListRightContent h3 a {
    text-decoration: none;
}
.newsSubeader {
    font-size: 90%;
    line-height: 1.3em;
    display: table;
}
.biglist .newsSubeader {
    font-size: 100%;
    line-height: 1.3em;
    display: block;
    margin: 10px 0 0;
}
.newsListRightContent .newsSubeader p {
}
.newsListRightContent .newsSubeader a {
    color: #63615E;
}
.newsListStartDate {
    color: #eb690b;
    font-weight: bold;
    margin: 0 8px 0 0;
    display: block;
}
.newsListDate {
    color: #eb690b;
    font-weight: normal;
    margin: 0 8px 0 0;
    float: right;
}
.newsListCalDate {
    color: #eb690b;
    font-weight: bold;
    margin: 0 8px 0 0;
    display: table;
    float: left;
    background-color: #434343;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 66px;
    height: 77px;
}
.linkRSS {
    float: right;
}
.newsListCalDate .news-list-date-day {
    font-size: 48px;
    line-height: 38px;
    font-family: 'Economica', sans-serif;
    color: #eb690b;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0 0;
}
.newsListCalDate .news-list-date-month {
    font-size: 20px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin: 6px 0 0;
}
.newsListTitel {
    clear: both;
}
body.start .flexslider .newsListTitel a {
    color: #63615E;
    text-decoration: none;
    font-weight: bold;
}
body.start .flexslider .newsTeaser a {
    text-decoration: none;
    font-weight: bold;
}
.newsTeaser a.moreButton {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.newsList a.moreButton {
    float: none;
    position: relative;
    right: 0;
    bottom: 0;
    line-height: 20px;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
}
.box-5 .news-latest-gotoarchive a {
    color: #58585A;
    text-decoration: none;
}
.linkRSS a {
    background-image: url(../images/rss-icon-small.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 21px;
    color: #58585A;
    text-decoration: none;
}
/*================================================================
                News
================================================================*/

.newsList {
    margin: 14px 0;
}
.newsListItem {
    margin-bottom: 15px;
    background-color: #f6f6f6;
    padding: 3px;
    position: relative;
}
.newsListItem.fce .csc-default {
    float: left;
    margin: 0 15px 0 0;
}
.newsListImg {
    float: left;
    margin: 10px;
}
.newsListRightContent {
    display: table;
    margin: 10px;
}
.weiter_lesen a {
    float: right;
}
.newsDate, .news-single-timedata {
    font-size: 0.846em;
}
.news-single-timedata {
    float: right;
    padding-top: 15px;
}
.news-single-img {
    float: right;
    margin: 0 0 5px 20px;
    padding-right: 0;
}
.news-single-img img {
    border: 1px solid #9BA5B1;
}
.newsSubHeader {
    font-weight: bold;
    margin: 5px 0px 5px 0;
}
.news-single-backlink {
    clear: both;
    padding: 10px 0;
}
.more, a span.more, a:visited span.more {
}
.newsListItem hr, .inner hr {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d7dbe0;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    height: 1px;
}
.newsImg img {
    float: left;
    margin: 0 25px 0px 0;
    display: block;
    padding: 0;
    border: 1px solid #9ba5b1;
}
.meldungen .newsImg img {
    margin: 0 15px 0px 0;
}
.newsImg div.csc-textpic-imagewrap {
    float: left;
    margin: 0 15px 20px 0;
    display: block;
    padding: 0;
    border: 1px solid #9ba5b1;
}
.newsImg .csc-textpic {
    float: left;
}
.newsLink {
    float: right;
    margin: 5px 0 10px 0;
}
.newsListRightContent .newsLink {
    float: left;
    margin: 5px 0 0px 0;
}
.eventList li {
    float: left;
    margin: 0 20px 25px 0;
    height: 298px;
    padding: 6px;
    width: 288px;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
}
.eventList li:nth-child(3n) {
    margin-right: 0px;
}
.eventList li img {
    width: 288px;
}
.eventList h3 {
    color: #EB690B;
    font-size: 14px;
    margin: 0.5em 0;
    text-transform: uppercase;
}
.eventListTeaser a {
    color: #63615E;
}
.eventList li a.moreButton {
    float: left;
    left: 0 !important;
    position: relative;
    margin: 0.5em 0 0 0;
}
div.boxShadow {
    padding: 0px;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
}
ul.eventsListPrev {
    margin: 6px;/*	width:465px !important; */
    float: left;
}
.eventsListPrev li {
    float: left;
    margin: 0 12px 6px 6px;
}
.eventsListPrev li:nth-child(2n) {
    float: left;
    margin: 0 0px 6px 0px;
}
table.eventDetailTable {
    margin: 14px 0;
    width: 100%;
}
table.eventDetailTable tr{
    background-color: #F6F6F6;
}

table .eventDetailTableFirstRow {
    color: #eb690b;
    padding: 5px 10px 5px 10px !important;
    width: 10%;
}
table.eventDetailTable td {
    padding: 5px 10px 5px 0;
    border-bottom: 3px solid #fff;
}
.youTubeAndPanoContainer {
    padding: 0;
}
.youTubeAndPanoContainer .youtubeLink {
    float: left;
    margin: 12px 0px 12px 12px;
}
.youTubeAndPanoContainer .panoLink {
    float: left;
    margin: 12px 0 12px 12px;
}
/*================================================================
        Verleih
================================================================*/


div.success {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 12px 12px 12px 36px;
    color: #3b7826;
    background-color: #cdeaca;
    background-image: url('../../../typo3/sysext/t3skin/icons/gfx/ok.png');
    border-color: #58b548;
    margin: 10px 0 15px 0;
}
div.success p {
    color: #3b7826;
}
#errorContainer, div.error {
    background-color: #F6D3CF;
    background-image: url("../../../typo3/sysext/t3skin/icons/gfx/error.png");
    border-color: #D66C68;
    background-position: 10px 12px;
    background-repeat: no-repeat;
    border: 1px solid;
    color: #AA0225;
    margin: 6px 0 14px 0;
    padding: 12px 12px 12px 36px;
    position: relative;
}
.success {
    color: #43dd0e;
    margin: 10px 0;
}
.head-content .shopping-card-bg {
    margin: 4px 0px 0 1px;
    background: url(../images/menushape.png) 0 0 repeat-x;
    width: 45px;
    height: 99px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position:absolute;
    right:-46px;

}

.head-content .tx-nfcverleih-pi2  .shopping-card-container {
    background-image: url("../images/shoppingbag-32x32.png");
    background-repeat:no-repeat;
    background-position:center center;
    width:45px;
    height:99px;
}
.head-content .tx-nfcverleih-pi2 a.shopping-card {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 99px;
    line-height: 112px;
    text-decoration: none;
    width: 48px;
}

.head-content .tx-nfcverleih-pi2  .shoppingText {
    display:none;
}
#content .shopping-card-container {
    position: absolute;
    right: 147px;
    top: 26px;
    width: auto;
}
#content .shopping-card-container a {
    background-image: url("../images/shoppingbag-16x16.png");
    background-position: 98% center;
    background-repeat: no-repeat;
    padding: 5px 30px 5px 5px;
    color: #58585A;
    text-decoration: none;
    background-color: #E0E0E0;
}
.tx-nfcverleih-pi1 .sub_navigation, .tx-nfcverleih-pi1 .infoBox {
    margin: 0px 20px 20px 4px;
    padding: 15px 22px;
    width: 260px;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
}
.tx-nfcverleih-pi1 .infoBox {
    font-size: 11px;
}
.tx-nfcverleih-pi1 .verleih-leftCol {
    float: left;
    width: 324px;
}
.tx-nfcverleih-pi1 .verleih-searchbox {
    width: 294px;
    margin: 0 0 15px 4px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
}
.tx-nfcverleih-pi1 .verleih-searchbox input {
    width: 200px;
    margin: 0 5px 0 0;
    background-color: #d9dadb;
}
.tx-nfcverleih-pi1 .verleih-searchbox form input[type="submit"] {
    width: auto;
    min-width: 0;
    margin: 0;
}
.tx-nfcverleih-pi1 .sortContainer {
    float: right;
    width: 170px;
    margin: 0 0 22px 0;
}
.tx-nfcverleih-pi1 #selectdropdownContainer {
    position: relative;
}
.tx-nfcverleih-pi1 .sortContainer a.sortDown {
    float: right;
    background-image: url(../images/sort_down.png);
    background-position: right center;
    text-indent: -2000em;
    width: 7px;
    height: 4px;
    position: absolute;
    top: 17px;
    right: 5px;
}
.tx-nfcverleih-pi1 .sortContainer a.sortUp {
    float: right;
    background-image: url(../images/sort_up.png);
    background-position: right center;
    text-indent: -2000em;
    width: 7px;
    height: 4px;
    position: absolute;
    top: 4px;
    right: 5px;
}
.tx-nfcverleih-pi1 .sub_navigation ul  {
    list-style-type: none outside none;
}
.tx-nfcverleih-pi1 .sub_navigation ul li {
    list-style-type: none;
    line-height: 1.7em;
    margin-left: 0px;
}
.tx-nfcverleih-pi1 .sub_navigation ul li li {
    margin: 0 0 0 30px;
    line-height: 1.5em;
    list-style-image: url(../images/verleih-list-icon.png);
}
.tx-nfcverleih-pi1 .sub_navigation ul li a {
    text-decoration: none;
    color: #63615E;
    font-size: 14px;
}
.tx-nfcverleih-pi1 .sub_navigation ul li li a {
    color: #EB690B;
    font-size: 12px;
}
.addToCart {
    background-color: #e0e0e0;
    padding: 5px;
    clear: both;
}
form input[type="submit"].auswahl-button, 
form input[type="submit"].auswahl-button-dark, 
form input[type="submit"].article-delete,
form input[type="submit"].article-update {
    background: url("../images/shoppingbag-+.png") no-repeat scroll right center transparent !important;
    border: 0 none;
    cursor: pointer;
    text-align: left;
    width: 22px;
    text-align: center;
    display: inline-block !important;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    text-decoration: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    min-width: 22px;
    border: 0 !important;
    filter: none;
    text-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: none !important;
    border-radius: 0;
    height: 22px;
    bottom: 2px;
    text-indent: 1000em;
}
form input.auswahl-button[type="submit"] {
    background: url("../images/shoppingbag-+.png") no-repeat scroll left bottom transparent !important;
    height: 27px;
    width: 27px;
}
form input[type="submit"].auswahl-button-dark {
    background: url("../images/shoppingbag-48x48.png") no-repeat scroll right center transparent !important;
    width: 48px;
    height: 48px;
    text-indent: -1000em;
}
form input[type="submit"].article-delete {
    background: url("../images/dialog-close-16x16.png") no-repeat scroll center center transparent !important;
    width: 22px;
    height: 22px;
    text-indent: -1000em;
    margin: 0;
}
form input[type="submit"].article-update {
    background: url("../images/check-16x16.png") no-repeat scroll center center transparent !important;
    width: 22px;
    height: 22px;
    text-indent: -1000em;
    margin:0 0 0 5px;
}
.verleih-table {
    width: 610px;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
    margin:  0 0 0 4px;
}
.verleih-table th, .verleih-print .th {
    padding: 5px 10px;
}
.verleih-table td {
    vertical-align: top;
    padding: 3px;
}
.category-header td, p.category-header {
    padding: 5px 10px;
    border-top: 0px solid #EB690B;
    border-bottom: 5px solid #fff;
    background-color: #E0E0E0;
}
tr.category-header {
    margin: 10px;
}
.verleih-table td.first-field {
    padding: 10px 10px 8px 10px;
    width: auto;
    vertical-align: top;
    font-size: 13px;
}
.verleih-table.overview td.article-price {
    padding: 10px 5px 8px 10px;
    width: auto;
    vertical-align: top;
    font-size: 15px;
}
.verleih-table.overview hr, .verleih-table hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(88,88,90,0), rgba(88,88,90,0.75), rgba(88,88,90,0));
    background-image: -moz-linear-gradient(left, rgba(88,88,90,0), rgba(88,88,90,0.75), rgba(88,88,90,0));
    background-image: -ms-linear-gradient(left, rgba(88,88,90,0), rgba(88,88,90,0.75), rgba(88,88,90,0));
    background-image: -o-linear-gradient(left, rgba(88,88,90,0), rgba(88,88,90,0.75), rgba(88,88,90,0));
}
.verleih-table.overview tr:last-child hr {
    display: none;
}
.verleih-table.overview td.article-description {
    padding: 0px 10px 8px 10px;
    width: auto;
    vertical-align: top;
    font-size: 13px;
}
.verleih-table td.first-field .articleLink {
    margin: 0 0 10px 0;
}
.verleih-table td.first-field .listImage {
    float: left;
    margin: 0 20px 0 0;
}
.verleih-table td.first-field .listImage img {
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
    padding: 5px;
}
.verleih-table td.first-field .listContent {
    float: left;
    width: 255px;
}
.topborder {
    border-top: 1px dotted #BD5100;
}
.article-description, td.last-price {
    padding-bottom: 15px;
}

.verleih-print .article-description {
    padding:7px 0 15px 0 ;
}
.small-field {
    width: 55px;
    text-align: center;
}
.last-field {
    width: 200px;
}
.verleih-table .last-field {
    width: 100px;
}
.verleih-table.overview .last-field {
    width: 155px;
}
.last-field {
    text-align: right;
}
.last-field div.formbox {
    float: right;
}
.article-label-left {
    width: 80px;
    float: left;
    margin: 2px 0;
    padding:0 0 3px 0;
    clear: left;
    color:#EB690B;
}
.article-label-right{
    margin: 3px 0 2px;
    padding:0 0 3px 0;
    border-bottom: 1px solid #EAEAEA;
}
.article-headline span {
    background: url("../../graphics/a2.gif") left no-repeat;
    padding-left: 18px;
    margin-left: 10px;
}
.article-text {
    margin: 10px 0 15px;
}
.verleih-fbutton {
    border: 0px;
    background: #E0DAC7 url("../../graphics/a2.gif") left no-repeat;
    padding-left: 15px;
    width: 150px;
    text-align: left;
    color: #BD5100;
    cursor: pointer;
}
.verleih-tworows-left {
    float: left;
    width: 220px;
}
.verleih-tworows-right {
    float: left;
    width: 100%;
}
.verleih-formbox {
    margin: 0 0 10px 0;
}
div.formbox input.auswahl-menge {
    width: 35px;
    text-align: right;
}
div.formbox input.auswahl-menge.big {
    width: 34px;
    text-align: right;
}
.listPrice, .detailPrice {
    background-color: #E0E0E0;
    padding: 3px;
    margin: 7px 0 0 0;
    font-size: 19px;
    text-align: right;
}
div.formbox label.auswahl-menge-label {
    line-height: 27px;
    padding: 0 5px 0 0 !important;
    width: auto;
    font-size: 10px;
    text-align: right;
}
div.formbox_right label.auswahl-menge-label {
    line-height: normal;
    padding: 0 0 5px 0 !important;
    width: 100%;
    font-size: 10px;
    text-align: right;
    display: block;
}
.formbox_right .netto {
    font-size: 10px;
    text-align: right;
    display: block;
}
fieldset {
    border: none;
    margin:0 0 10px 0;
}
legend {
    font-weight: bold;
}
label.anfrage {
    width: 100px;
}
input.inp-anfrage {
    width: 250px;
}
input.inp-street-anfrage {
    width: 186px;
}
input.inp-hnr-anfrage {
    width: 45px;
    margin-left: 5px;
}
input.inp-plz-anfrage {
    width: 50px;
}
input.inp-ort-anfrage {
    width: 182px;
    margin-left: 5px;
}
textarea.txt-anfrage {
    width: 250px;
}
.anfragesendbox {
    margin: 15px 0 15px 108px;
}
tr.category-headline {
    background: #CFC6AB;
}
.empty-shipingcard {
    text-align: justify;
}
span.success {
    color: #43dd0e;
}
.textright {
    text-align: right;
}
hr.sbac-spacer {
    border: 0px;
}
.formbox_left {
    float: left;
    width: 120px;
}
.formbox_left a {
    float: left;
}
.formbox_right {
    margin:0 0 0 0;
    width: 100px;
    float: right;
}
input.article-delete {
    width: 20px;
    margin-left: 5px;
    border: 0px;
    background: url(../../graphics/nein.gif) right no-repeat;
    cursor: pointer;
}
div.content_right div.news-list-pagebrowser {
    margin-top: 20px;
}
.tx-ttnews-browsebox {
    background: transparent;
    border: 0;
}
.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell {
    background: transparent;
    border: 0;
}
.content_right ul {
    padding-left: 20px;
}
.content_right ul li {
    list-style-type: disc;
}
.content_right ol {
    padding-left: 27px;
}
div.verleihHeadlineContainer {
    position: absolute;
    width: 100%;
    top: 65px;
}
div.verleihHeadlineContainer h2 {
    font-size: 26px;
}
.verleih-single-content {
    float: left;
    width: 590px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
    box-shadow: 0px 0px 4px 0px #e4e4e4;
}
.verleih-single-content img {
    padding:0;
}
.verleih-single-content .detailimage1 {
    float: left;
    margin: 0 0 15px;
}

.verleih-single-content .moreDetailImages {
    margin: 0 0 0 15px ;
    width: 70px;
    float: left;
}
.verleih-single-content .moreDetailImages span {
    margin: 0 0 15px 0 ;
    display: inline-block;

}
.verleih-single-content .backlink {
    margin: 7px 0 0 0;
    width: 100%;
}
a.print-link {
    position: absolute;
    line-height: normal;
    right: 0;
    top: 24px;
    background-image: url(../images/print_icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 5px 30px 5px 5px;
    background-color: #e0e0e0;
    color: #58585a;
    text-decoration: none;
}

.anfrage_bottom {
    margin: 25px 0 0 0;
}
/*================================================================
        Sprachumschalter
================================================================*/
.languageFooter {
}
.languageFooter .tx-srlanguagemenu-pi1 {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}
.tx-srlanguagemenu-pi1 p, .tx-srlanguagemenu-pi1 .links-list-header {
    padding: 0;
    text-indent: 0;
}
.tx-srlanguagemenu-pi1 img {
    margin: 0 5px;
    padding: 0;
    border-style: none;
}
.tx-srlanguagemenu-pi1 .CUR {
    float: left;
}
.tx-srlanguagemenu-pi1 .CUR a {
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
}
.tx-srlanguagemenu-pi1 .NO {
    float: left;
}
.tx-srlanguagemenu-pi1 .NO a {
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {
}
.tx-srlanguagemenu-pi1 .INACT {
    float: left;
}
.tx-srlanguagemenu-pi1 .INACT a {
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active {
}
.tx-srlanguagemenu-pi1 .SPC {
    float: left;
    margin: 0 5px;
}
.tx-srlanguagemenu-pi1 fieldset {
}
.tx-srlanguagemenu-pi1 fieldset legend {
}
.tx-srlanguagemenu-pi1 fieldset label {
    display: none;
}
.tx-srlanguagemenu-pi1 fieldset select {
    font-weight: bold;
}
.tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 {
}
/* ---------------------------------------- */
/*	Content Tabs
/* ---------------------------------------- */

.tabs-nav {
    list-style: none;
    margin: 0!important;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs-nav li {
    float: left;
    line-height: 32px;
    margin: 0!important;
    overflow: hidden;
    padding: 0;
    position: relative;
    clear:none !important;
}
.tabs-nav li.active {
    line-height: 31px;
}
.tabs-nav li a {
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: none;
    color: #959393;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 16px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.tabs-nav li:first-child a {
    border-left: 1px solid #eaeaea;
}
.tabs-nav li a:hover {
    background: #f0f0f0;
}
.tabs-nav li a:hover, .tabs-nav li.ui-tabs-active  a {
    color: #EB690B;
}
.tabs-nav li.ui-tabs-active  a {
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 1px solid #EB690B;
}
.tabs-container {
    border: 1px solid #eaeaea;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
}
.tab-content {
    padding: 20px;
}

/* ---------------------------------------- */
/*	News Ticker
/* ---------------------------------------- */

div.Pb_Ticker_Extended, div.Pb_Ticker_Extended * {
    border: 0 none;
    font-family:'Asap',sans-serif !important;
    font-weight: normal;
    line-height: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

div.Pb_Ticker_Extended_Box_Header{
    display: none; 
}

div.Pb_Ticker_Extended_Box {
    background: none !important;
    border: 0px solid #000000 !important;
}

div.Pb_Ticker_Extended_Box_Content {
    padding: 7px 0 15px 0 !important;
}

div.Pb_Ticker_Extended_Box_Content .jScrollPaneDrag {
    background: #999999; 
}
div.Pb_Ticker_Extended_Box_Content .jScrollPaneTrack {
    background: #999999;
}
div.Pb_Ticker_Extended_Box_Content ul li {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 13px !important;
    padding: 3px 10px 3px 0 !important;
}
div.Pb_Ticker_Extended_Box_Content ul li a{
    color: #EB690B !important;
}
div.Pb_Ticker_Extended_Box_Content ul li span {
    color: #58585A !important; 
}

div.Pb_Ticker_Extended div.Pb_Ticker_Extended_Box_Footer {
    background:transparent !important;
    color: #58585A !important;
    font-size: 13px !important;
    font-family:'Asap',sans-serif !important;
    font-weight: bold !important;
    padding: 5px 0 !important;
    text-align: left !important;
}

div.Pb_Ticker_Extended_Box_Footer a {
    color: #EB690B !important;
}