*{
    margin: 0;
    padding: 0;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

body{
    background:#e2e2e2 url(../../img/body-bg.png) repeat-x;

    /* Beta */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
a{
    color: #0C66AD;
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #192139;
}
a:visited{
    color: #174569;
}
a:focus{
    color: #192139;
    text-decoration: underline;
}

#custom-search ul li a:focus,
.page-browser ul li a:focus{    
    text-decoration: underline;
}
.page-browser li .prev:focus, .page-browser li .next:focus{
    border: 1px dotted #0C66AC;
    outline-offset: -1px;
}
p a{
    color: #0C66AC;
    text-decoration: none;
}
a img{
    border:none;
}
img{
    display: block;
}
ol{
    margin-left:20px;
}
h2{
    font-weight: normal;
}
::-moz-selection {
    background: #899E00; /* Firefox */
    color: #fff;
}
::selection {
    background: #899E00;
    color: #fff;
    text-shadow: none;
}
.align-justify{
   text-align: justify; 
}
#mobileHeader,
#mobileFooter, 
#mobileLogo{
    display: none;
}
.overflow{
    overflow: hidden;
}
.wrapper{
    width: 1160px;
    margin: 0 auto;
}

/* Kopfbereich inklusive Logo, Sprache, Suche, Main-Navigation & Content-Slider */

#header{
    min-height: 160px;
    overflow: hidden;
}
#logo{
    height: 160px;
    width: 335px;
    float: left;
}
#logo a{
    height: 160px;
    width: 335px;
    display: block;
}
#logo a img{
    margin: 15px 0 0 60px;
}
#header-wrap{
    width: 825px;
    min-height: 160px;
    float: left;
    position: relative;
}
#search-lang{
    height: 31px;
    overflow:hidden;
    position: absolute;
    top:30px;
    right: 0px;
    width: 252px;
}
#lang{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #7F8B97;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

#lang:focus,
#logo a:focus,
#searchbtn:focus{
    border: 1px dotted #0C66AC;
    outline-offset: -1px;
}
.en{
    background: url(../../img/english_language.png) left 6px no-repeat;
}
.de{
    background: url(../../img/german_language.png) left 6px no-repeat;
}
#lang span{
    visibility: hidden;
}

/* -------------------- Suche ----------------- */

#searchform {
    height: 31px;
    float: right;
}

#searchfield {
    background:url(../../img/searchfield.png) no-repeat;
    display: block;
    width: 171px;
    height: 21px;
    float: left;
    border: none;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 100;
    line-height: 30px;
    color: #29323A;
    padding: 5px 7px;
}

#searchbtn {
    background:url(../../img/searchbtn.png) no-repeat;
    display:block;
    width: 37px;
    height: 31px;
    float:left;
    border:none;
}

/* ------------- Main Navigation --------------- */

#mainnav{
    margin-top: 100px;
    
}
#mainnav ul{
    float: right;
}
#mainnav ul li{
    list-style-type: none;
    float: left;
}
#mainnav ul li a{
    font-family:  Georgia, serif;
    display: block;
   /* height: 30px;*/
    line-height: 30px;
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    font-size: 19px;
}
#mainnav ul li .second{
    color:#818B97;
}
#mainnav ul li a:hover, #mainnav ul li a:focus, #mainnav ul li #mainNavActive{
    background: #192139;
    color:#fff;
}




/* --------------- Content Slider Dummy -------------------- */
#lpSlideshow{
    position: relative;
    width: 1220px;
    margin-bottom: 12px;

}
#lpSlideshow article {
  display:none;
}
  
#lpSlideshow div.next, #lpSlideshow div.prev {
    position: absolute;
    top: 129px;
    width: 40px;
    height: 143px;
    z-index: 100;
    text-indent: -9999em;
    cursor: pointer;
}
#lpSlideshow div.next {
    right: 0;
    background: url(../../img/slideshow-arrows.jpg) no-repeat 0 0;
    opacity: 0;
}
#lpSlideshow div.prev {
    left: 0;
    background: url(../../img/slideshow-arrows.jpg) no-repeat -40px 0;
    opacity: 0;
}
#lpSlideshow #lpSlides,#lpSlides article {
    width: 1220px;
    height: 400px;
}
#lpSlideshow #lpSlides article .caption {
    position: absolute;
    min-width: 410px;
    left: 60px;
    bottom: 147px;
    background:url(../../img/content-slider-content-bg.png);
    /*padding: 10px 40px;*/
    z-index: 9999;
}
#lpSlideshow #lpSlides article .caption .title{
    margin: 10px 40px 8px 40px; 
}
#lpSlideshow #lpSlides article .caption h2 {
    font-family:  Georgia, serif;
    color: white;
    font-size: 30px;
    line-height: 36px;

}
#lpSlideshow #lpSlides article .caption span.name a, #lpSlideshow #lpSlides .caption span.name {
    color: #899e00;
    background: url(../../img/white-arrow-right.png) no-repeat 0 7px;
    font-size: 13px;
    padding: 0 0 0 15px;
}
#lpSlideshow #lpSlides .caption span.name{
    background:none;
    font-style:italic;
    padding:0;
    font-weight:bold;
    color: #fff;
}
#lpSlideshow #lpSlides article .caption div.title span.name a:hover {
    color: #0c67ae;
}
#lpSlideshow #lpSlides article .caption div.description {
    padding: 6px 40px 10px;
    color:#fff;
    /*background: rgba(255, 255, 255, 0.8);*/
}
#lpSlideshow #lpSlides article .caption div.description p {
    margin: 0;
}

#lpSlideshow .lpSlideshowWrap {
    text-align: center;
    padding-top: 10px;
}

#lpSlideshow ul#lpSlideshowNavigation {
/*    overflow: hidden;
    margin: 0 auto;
    width: 120px;*/
}

#lpSlideshow ul#lpSlideshowNavigation li {
    margin: 0 5px;
    width: 14px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
#lpSlideshow ul#lpSlideshowNavigation li a {
    text-indent: -9999em;
    background: #818b97;
    width: 8px;
    height: 8px;
    display: block;
    -webkit-border-radius: 100%;
    /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    border-radius: 100%;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#lpSlideshow ul#lpSlideshowNavigation li a:hover {
    background: #000102;
}
#lpSlideshow ul#lpSlideshowNavigation li.activeSlide a {
    background: #000102;
}

/* -------------- Content Style der Startseite ------------- */
/* ---------   Content & Sidebar Startseite ---------------*/
#content-wrap-home{
    overflow: hidden;
    padding-left:60px;
    margin-bottom: 60px;
}
.content-home{
    width: 535px;
    margin-right: 30px;
    float: left;
}
.content-home .entry{
    position:relative;
    background: #fff;
    padding: 10px 40px 30px 40px;
}
.content-home .entry .entry-header{

}
.content-home .entry .entry-header h1, 
.content-home .entry .entry-header h2, 
.content-home .entry .entry-header h3, 
.content-home .entry .entry-header h4,
.content-home .entry .entry-header h5,
.content-home .entry .entry-header h6{
    color: #192039;
    font-size: 20px;
    margin-bottom: 20px;
    color: #192039;
    font-family:  Georgia, serif;
    font-weight: normal;

}
.content-home .entry p{
    font-size: 12px;
    color: #29323A;
    line-height: 18px;
    margin-bottom: 18px;
}
.content-home .entry p a{
    color: #0C67AE;
    text-decoration: none;

}
.content-home .entry p a:hover{
    color: #192139;
}
aside{
    width:535px;
    float: left;
}

/* --------------------- Tabbar in der Sidebar Startseite ---------------------- */
#tabheader{
    /*height: 35px;*/
    margin-bottom: 27px;
    overflow: hidden;
}
#tabheader li{
    list-style-type: none;
    float: left;
}
#tabheader .active{
    position: relative;
}
#tabheader li a{
    display: block;
    /*height: 35px;*/
    border-radius: 5px;
    padding: 0 15px;
    line-height: 35px;
    font-family:  Georgia, serif;
    text-decoration: none;
    font-size: 20px;
    color: #1d1f34;
}
#tabheader .active a{
    background: #899e00;
    color: #fff;

}
#tabheader .active:hover #tabbar-active{
    display:block;
    background: url(../../img/tabbar-active.png) no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    top:8px;
    right: -5px;
}

/* ------------------- Sidebar-Content Startseite -------------------- */
.aside-home .entry{
    margin-bottom: 20px;
}
#tabheader .entry .entry-header{

}
.aside-home .entry .entry-header h2{
    margin-bottom: 7px;
}
.aside-home .entry .entry-header h2 a{
    font-size: 14px;
    color: #45525F;
    text-decoration: none;
    color: #000;
    font-weight: normal;

}
.aside-home .entry p{
    color:#45525F;
    font-size: 13px;
    line-height: 18px;
}
.aside-home .entry p a{
    padding-right:12px;
    background:url(../../img/lightblue-arrow-right.png) right 7px no-repeat;
    color: #0C67AE;
    text-decoration: none;
}
.aside-home .entry p a:hover{
    color: #192139;
}
.aside-home .entry-box{
    overflow: hidden;
}

/* --------------------- Sidebar Tab Boxen Startseite ------------------------ */
#aside-l-box, #aside-r-box{
    background: #D8D8D8;
    /*background:url(../../img/carobox.jpg);*/
    width: 217px;
    padding:20px;
    float: left;
}
#aside-l-box .entry-header, #aside-r-box .entry-header{
    margin-bottom: 20px;
}
#aside-l-box .entry-header h3, #aside-r-box .entry-header h3{
    height:20px;
    color: #192139;
    font-family:  Georgia, serif;
    font-size: 20px;
    font-weight: normal;
}
#aside-l-box{
    margin-right: 20px;
}
#aside-l-box p, #aside-r-box p{
    font-size: 13px;
    line-height: 18px;
}

/* ----------------- Content Style der Unterseiten ------------------ */

/* --------------- Content Unterseite ---------------- */

#content-wrap-sub{
    /*overflow: hidden;*/
    background: url(../../img/bg-big.gif) repeat-y;
}
.content-sub{
    padding: 30px 0 60px 30px;
    width: 692px;
    float: left;
    margin-left: 30px;
    background: #fff;
}
.content-sub .entry{
    margin-bottom: 24px;
}
.content-sub .entry h1, .fancybox-wrap .entry h1{
    font-family:  Georgia, serif;
    font-size: 30px;
    font-weight: normal;
    color:#192039;
    margin-bottom: 16px;
}
.content-sub .entry .news-list-item h2{
    font-family:  Georgia, serif;
    font-size: 22px;
    font-weight: normal;
    color:#192039;
}
.content-sub .entry p{
    color:#283239;
    font-size:13px;
    line-height:18px;
    /*width: 635px;*/
    margin-bottom: 18px;
}
.content-sub .entry .read-more-btn{
    display: block;
    height: 24px;
    line-height:24px;
    background: url(../../img/plus-minus.png) left bottom no-repeat;
    padding-left: 30px;
    font-size: 13px;
    color:#191F39;
    text-decoration: none;
}
.content-sub .entry .read-more-btn:visited{
    color: #174569;
}
.show-content-wrap{
    position: relative;
}
.content-sub .entry .show-content-wrap .read-more-btn{
    position: absolute;
    right: 0;
    bottom: 8px;
}


/* --------------------- Print Button ----------------- */
#print{
    margin-top:20px;
    float: right;
}
#print p{
    float: left;
    margin-right: 10px;
    line-height: 32px;
}
#print img{
    float: left;
}

/* ------------ Sidebar Unterseiten ------------- */

.aside-sub{
    width: 345px;
    float: left;
    padding: 0 0 0 60px;
}

/* ---------- Sidebar Main Nav -------------- */
.aside-nav-wrap {
    margin-bottom: 20px;
}
.aside-nav-wrap header h3 {
/*
    color: #191F39;
    font-size: 20px;
    font-family:  Georgia, serif;
    font-weight: normal;
    margin-bottom: 15px;
    display: none;
   */
}

.aside-nav-wrap .aside-nav {
        
}
/*First Level*/
.aside-nav-wrap .aside-nav ul {
        
}
.aside-nav-wrap .aside-nav ul .last {
        border-bottom: 1px #CBCBCB solid;
}
.aside-nav-wrap .aside-nav ul li {
        list-style-type: none;        
        border-top:1px #cbcbcb solid;
}
.aside-nav-wrap .aside-nav ul li a {
    display: block;
    background: url(../../img/blue-arrow-right.png) 30px 11px no-repeat;
    width: 295px;
    line-height: 22px;
    font-size: 13px;
    color: #192139; 
    text-decoration: none;
    padding: 2px 0 3px 50px;
}

.aside-nav-wrap .aside-nav ul ul li.subactive {
/*
    background: url(../../img/sub-sub-nav-bg.png) repeat-x;
*/
  background: #efefef;
    padding: 8px 0 5px;
    margin-top: 10px;
    color: #192139;
}
.aside-nav-wrap .aside-nav ul ul li.subactive div.submenu-header {
    color: #192139;
    font-family:  Georgia, serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 5px 20px;
    font-weight: bold;
}

.aside-nav-wrap .aside-nav ul li a:hover,
.aside-nav-wrap .aside-nav ul li a:focus,
.aside-nav-wrap .aside-nav ul .active > a{
        background:url(../../img/blue-arrow-right.png) 30px 11px #fff no-repeat;
        font-weight: bold;
}
/*second Level*/
.aside-nav-wrap .aside-nav ul ul{
        
}

.aside-nav-wrap .aside-nav ul ul li{
        background: none;
        border: none;
}
.aside-nav-wrap .aside-nav ul ul li a{
    background:none;
    font-weight: normal;
    min-height: 18px;
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: auto;
}

.aside-nav-wrap .aside-nav ul ul li a:hover,
.aside-nav-wrap .aside-nav ul ul li a:focus,
.aside-nav-wrap .aside-nav ul ul .active>a{
    background: none;
    font-weight: normal;
    color: #a1ae1b;
}
/*third Level subactive*/
.aside-nav-wrap .aside-nav ul ul .subactive ul{
        
}

.aside-nav-wrap .aside-nav ul ul .subactive ul li{
    background: none;
    border: none;
}
.aside-nav-wrap .aside-nav ul ul .subactive ul li a{
    width:auto;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 18px;
    background:none;
    height: auto;
}

.aside-nav-wrap .aside-nav ul ul .subactive ul li a:hover,
.aside-nav-wrap .aside-nav ul ul .subactive ul li a:focus,
.aside-nav-wrap .aside-nav ul ul .subactive ul .active>a{
    background: none;
    font-weight: normal;
    color: #a1ae1b;
}
/*third Level #spceialSubMenu*/
.aside-nav-wrap #spceialSubMenu ul ul ul{
        
}

.aside-nav-wrap #spceialSubMenu ul ul ul li{
    background: none;
    border: none;
}
.aside-nav-wrap #spceialSubMenu ul ul ul li a{
    width:auto;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 18px;
    background:none;
    height: auto;
    padding:0 0 0 60px; 
}

.aside-nav-wrap #spceialSubMenu ul ul ul li a:hover,
.aside-nav-wrap #spceialSubMenu ul ul ul li a:focus,
.aside-nav-wrap #spceialSubMenu ul ul ul .active>a{
    background: none;
    font-weight: normal;
    color: #a1ae1b;
}
/*fourth Level #spceialSubMenu*/
.aside-nav-wrap #spceialSubMenu ul ul ul ul li{
    background: none;
    border: none;
}
.aside-nav-wrap #spceialSubMenu ul ul ul ul li a{
    width:auto;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 18px;
    background:none;
    height: auto;
    font-size: 11px;
    padding:0 0 0 70px;
    text-indent: -8px;
    line-height: 14px;
}
.aside-nav-wrap #spceialSubMenu ul ul ul ul li a:hover,
.aside-nav-wrap #spceialSubMenu ul ul ul ul li a:focus,
.aside-nav-wrap #spceialSubMenu ul ul ul ul .active>a{
    background: none;
    font-weight: normal;
    color: #a1ae1b;
}
/*fifth Level #spceialSubMenu*/
.aside-nav-wrap #spceialSubMenu ul ul ul ul ul li a{
    width:auto;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 18px;
    background:none;
    height: auto;
    font-size: 11px;
    padding:0 0 2px 76px;
    text-indent: -8px;
    line-height: 14px;
}

/* ----------------- Sidebar Box ---------------- */

.aside-sub .entry{
    background: #f1f1f1;
    width: 345px;
    margin-bottom: 22px;
    overflow: hidden;
}
.aside-sub .entry .content{
    width:155px;
    padding: 20px 20px 0 20px;
    float: left;

}
.aside-sub .entry .content-text{
    width: 305px;
    padding-bottom: 20px;
}
.aside-sub .entry .content h3{
    color: #0C66AD;
    font-size: 20px;
    font-family:  Georgia, serif;
    margin-bottom: 15px;
}
.aside-sub .entry .content p{
    color:#191F39;
    font-size: 13px;
    line-height: 18px;
}
.aside-sub .entry img{
    float: right;
}

.aside-sub .aside-info-nav{
    background: #D8D8D8;
    /*background: url(../../img/carobox.jpg);*/
    width: 305px;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 20px;
}
.aside-sub .aside-info-nav h4{
    color: #0C68AF;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 14px;
}
.aside-sub .aside-info-nav .aside-nav{

}
.aside-sub .aside-info-nav .aside-nav ul{

}
.aside-sub .aside-info-nav .aside-nav ul li{
    list-style-type: none;
}
.aside-sub .aside-info-nav .aside-nav ul li a{
    background:url(../../img/white-arrow-right-invert.png) left 3px no-repeat;
    padding-left:30px;
    line-height:30px;
    font-family:  Georgia, serif;
    font-size: 20px;
    color: #192039;
    text-decoration: none;
}


.second-nav-wrapper, .sitemap-header-wrapper, .sitemap-content-wrapper, .bottom-nav-wrapper {
    width: 1160px;
    overflow: hidden;
    margin: 0 auto;
}

.second-nav-wrapper { background-color: #ededed; }

.sitemap-header-wrapper { background-color: #19213a; }

.sitemap-content-wrapper {
    padding: 30px 0;
    background-color: #222942;
}

.bottom-nav-wrapper {
    padding: 20px 0;
    background-color: #ededed;
}


/* ----------------- Navigation und Footer unterhalb Content ----------------------- */
#second-wrap{
    background: #ededed;
    min-height: 40px;
    overflow: visible;
}

#second-nav{
    margin-left: 52px;
    float: left;
}

#second-nav ul li{
    list-style-type: none;
    float: left;
    line-height: 40px;
    color: #191F39;
    font-size: 13px;
}

#second-nav ul li a{
    font-size: 13px;
    color: #191F39;
    text-decoration: none;
    padding: 0 8px;
}

#second-nav ul li a:hover,
#second-nav ul li a:focus{
    color:#0C67AE;
}

#footer{
    float: right;
}

#footer p{
    line-height: 40px;
    color: #191F39;
    font-size: 13px;
}

/* ----------------- Sitemap ------------------- */

#sitemap-header{
    background: #19213a;
    height: 100px;
    line-height: 100px;
    overflow: visible;
}
#show-sitemap{
    display:block;
    height:24px;
    line-height:24px;
    margin-top:38px;
    padding-left:34px;
    min-width: 170px;
    background:url(../../img/plus-minus-invert.png) left bottom no-repeat;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
#show-sitemap:focus{
    border:1px solid #fff;
}
#sitemap-header #left-nav{
    margin-left:60px;
    float: left;
}
#sitemap-header #right-nav{
    float: right;
}
#sitemap-header #left-nav li, #sitemap-header #right-nav li{
    list-style-type: none;
    color: #fff;
    line-height: 80px;
    font-size: 60px;
    float: left;
}
#sitemap-header #left-nav li{
    padding-right: 20px;
}
#sitemap-header #right-nav li{
    padding-left: 20px;
}
#sitemap-header #left-nav li .border, #sitemap-header #right-nav li .border{
    display: block;
    width: 1px;
    height: 60px;
    border-right:1px #7c8497 solid;
    margin-top: 20px;
}
#sitemap-content{
    background: #222942;
    overflow: visible;
    height: 317px;
}
#sitemap-content ul{
    margin-right: 20px;
    float: left;
}
#sitemap-content ul li{
    list-style-type: none;
    margin: 4px 0 5px 0;
    background:url(../../img/white-arrow-right.png) left 6px no-repeat;
}

#sitemap-content ul li.li-head { background: none; }

#sitemap-content ul li a{
    display: block;
    padding-left:13px;
    font-size: 13px;
    line-height: 18px;
    color: #a7aab4;
    text-decoration: none;
}
#sitemap-content ul li a:hover,
#sitemap-content ul li a:focus{
    color: #fff;
}
#sitemap-content ul .li-head a{
    display:block;
    background: none;
    font-weight: bold;
    color:#fff;
    padding: 0;
    margin-bottom: 5px;
}

#s-column-1{
    width:273px;
    margin-left: 49px;
}
#s-column-2{
    width: 159px;
}
#s-column-3{
    width: 168px;
}
#s-column-4{
    width: 234px;
}
#s-column-5{
    width: 162px;
}

/* ------------------ Bottom Navigation --------------------- */

#bottom-nav{
    background: #ededed;
    overflow: visible;
    height: 219px;
}
#bottom-nav ul{
    float: left;
    margin-right:20px;
}
#bottom-nav ul li{
    list-style-type: none;
    text-indent: -13px;
    margin: 4px 0 4px 0;
}
#bottom-nav ul li a{
    background: url(../../img/blue-arrow-right.png) left 6px no-repeat;
    padding-left: 13px;
    line-height: 18px;
    font-size: 13px;
    color: #7C8D9F;
    text-decoration: none;
}
#bottom-nav ul li a:hover,
#bottom-nav ul li a:focus{
    color: #191F39;
}
#bn-column-1{
    width:306px;
    margin-left: 60px;
}
#bn-column-2{
    width: 220px;
}
#bn-column-3{
    width: 295px;
}
#bn-column-4{
    width: 199px;

}
.offerTitle strong{
    display: block;
}
.entry .offerTitle h3{
    font-size: 24px;
    font-weight: normal;
}

.entry .offer1 ul li{
    background: #D8D8D8;
    /*background: url(../../img/carobox-light.jpg);*/
    margin:0 0 2px 0;
    padding: 15px 20px 15px 24px;
    list-style-type: square;
    list-style-position: inside;
    text-indent: -12px;
}

.offerFoot{
    overflow: hidden;
    width: 690px;
}
.offerLeft{
    width: 295px;
    height: 116px;
    float: left;
    margin-right: 20px;
    padding: 12px 20px;
    background: url(../../img/pattern.png) repeat 0 0;

}
.offerRight{
    width: 295px;
    float: left;
    height: 116px;
    padding: 12px 20px;
    background: url(../../img/pattern.png) repeat 0 0;
}
#whitespace{
    position: absolute;
    right: 0;
    top: 160px;
    background: #fff;
    z-index: -1;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */ 
    height:100%; /* Mindesthöhe für den IE */ 
    overflow: hidden !important; /* FF Scroll-leiste */
    display:none;
}

div.letterHeader{
    padding-left: 10px;
    height: 32px;
    border-top: 1px solid #CBCBCB;    
}
div.letterHeader a{
    padding:0 2px;
    line-height: 32px;
    display: inline-block;

}
div.letterHeader a:hover, tr.letterHeader a:hover{
    text-decoration: underline;

}
tr.letterHeader{
    background: #F1F1F1;
}

tr.letterHeader a, tr.letterHeader a:visited, div.letterHeader a, div.letterHeader a:visited{
    color: black !important;
}
.expanded{
    background-position: left top !important;
}

.employeeListWrap{
    position: relative;

}
.employeeListWrap .expandedList{
    padding-bottom: 38px;  
}
.employeeListWrap .expanded{
    background: url(../../img/plus-minus.png) left top no-repeat !important;
}
.employeeListWrap .employeeListHeader{
    min-height: 55px;
    max-width: 440px;
}
.employeeListWrap .employeeListHeader h2{
    font-family:  Georgia, serif;
    font-size: 24px;
    font-weight: normal;
    color: #192039;
    width: 545px;
}
.employeeListWrap .employeeList{

}
#content-wrap-sub .expandedList table{margin-bottom: 0;}
.employeeListWrap .plusMinus{
    text-align: right;
    position: absolute;
    bottom: 4px;
    right:24px;
    /*width: 120px;*/
    height: 24px;
    padding-left:28px;
    line-height: 22px;
    background: url(../../img/plus-minus.png) left bottom no-repeat;
}

.employeeListOuterWrap{
    border-bottom:2px solid #e2e2e2;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

#tab2,#tab3,#tab4 {
    display:none;
}
.aside-home h2{
    font-size: 14px;
    color: #45525F;
    text-decoration: none;
    color: black;
    font-weight: normal;
    margin-bottom: 7px;
}


/* Page Browser */
#content-wrap-sub .f3-widget-paginator{
    overflow: hidden;
    font-size: 13px;
    height:40px;
    line-height:40px;
    margin-bottom: 5px;
    list-style-type: none;
}
#content-wrap-sub .f3-widget-paginator li{
    list-style-type: none;
    float: left;
    margin-left: 0px;
}
#content-wrap-sub .f3-widget-paginator li a{
    margin: 0 3px;
    text-decoration: none;
    color: #0C66AC;
}
#content-wrap-sub .f3-widget-paginator li a:hover,
#content-wrap-sub .f3-widget-paginator li a:focus{
    text-decoration: underline;

}
#content-wrap-sub .f3-widget-paginator .current{
    font-weight: bold;
}
#content-wrap-sub .f3-widget-paginator .previous a, #content-wrap-sub .f3-widget-paginator .next a{
    color:transparent;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 12px;
    text-indent: -999px;
}
#content-wrap-sub .f3-widget-paginator .next a{
    background: url(../../img/next-result-btn.png) top left no-repeat;
}
#content-wrap-sub .f3-widget-paginator .previous a{
    background: url(../../img/prev-result-btn.png) top left no-repeat;
}
.wrapper{ position: relative; }

#page1 .wrapper:after{
    display: none;
}

body {
    overflow-x: hidden;
    position: relative;
    -ms-overflow-x: scroll;
}

.wrapper:after {
    background: white;
    top: 160px;
    left: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -10;
}

#searchbtn:hover, #custom-search-btn:hover,
#searchbtn:focus, #custom-search-btn:focus{
    cursor: pointer;
}


#sidebarfacettsWrap{

}
#usedFaccetSidebar{
    background: #192139;
    padding: 20px;
    margin-bottom: 28px;
}

#usedFaccetSidebar h3{
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    font-family:  Georgia, serif;
    font-weight: normal;
}
#usedFaccetSidebar li{
    margin-bottom: 6px;
}
#usedFaccetSidebar a{
    background: url(../../img/kreis.png) left 3px no-repeat;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #A7AAB4;
    text-decoration: none;
    font-weight: bold;    
}
#usedFaccetSidebar li{
    list-style-type: none; 
}
#usedFaccetSidebar a:hover,
#usedFaccetSidebar a:focus{
    color: #fff;
}
.removeAll{
    margin-top: 8px;
    text-align: right;
}
#usedFaccetSidebar .removeAll a{
    background: none;
}
#usedFaccetSidebar .removeAll a{
    font-weight: normal;
}
.sidebarfacetts{

}
.sidebarfacetts li{
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 4px;
}
.sidebarfacetts a{
    background: url(../../img/blue-arrow-right.png) left 6px no-repeat;
    padding-left: 13px;
    font-size:14px;
    color: #192039;
}
.sidebarfacetts a:hover, .sidebarfacetts a:focus{
    font-weight: bold;
}
.sidebarfacetts h4{
    font-size: 20px;
    margin-bottom: 12px;
    color: #192039;
    font-family:  Georgia, serif;
    font-weight: normal;
}
.facettBlock{
    padding-left: 20px;
}
.result-item{
    overflow: hidden;
}
.result-item .leftBox, .result-item .rightBox{
    float:left;    
}
.result-item .leftBox{
    margin-left: 16px;
    margin-bottom: 16px;
    width:104px;
    height: 100px;
}
.result-item .rightBox{
    padding-left: 16px;
    width: 300px;
    height: 100px;  
}
.result-item .rightBox p{
    margin-bottom: 4px;
}
#results .result-item .rightBox h2{
    margin-bottom: 6px;
}

#results .result-item .person-phone {
    background: url(../../img/tel-fax.png) left 3px no-repeat;
    padding-left: 20px;
}
#results .result-item .person-fax {
    background: url(../../img/tel-fax.png) left -85px no-repeat;
    padding-left: 20px;
}
#results .result-item .person-email {
    background: url(../../img/e-mail.png) left 5px no-repeat;
    padding-left: 20px;
}
.ui-autocomplete{
    z-index: 500;
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus{
    background: #192139;
    color: #000;
}
.ui-autocomplete .ui-menu-item{
    background: #4C546B;
    color: #C4C7CA;
}

.csc-mailform form {

}
#content-wrap-sub .csc-mailform form  ol{
    background: none;
}

#content-wrap-sub .csc-mailform form .csc-form-element {
    float: left;
    width: 320px;
    height: 68px;
    position: relative; 
    padding: 0;

}
#content-wrap-sub .csc-mailform form .csc-form-element label{
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
}
.csc-mailform form .csc-form-element label strong{
    position: absolute;
    right: 80px;
    top:0;
}
.csc-mailform form .csc-form-element label em{
    display: none;

}
.csc-mailform form .csc-form-element input {
    display: block;
    width: 290px;
    height: 31px;
    background: #F2F2F2;
    border: 1px #CBCBCB solid;
    border-radius: 3px;
    line-height: 31px;
    font-size: 12px;
    color: #484F56;
    margin-bottom: 12px;
    padding-left: 10px
}
.csc-mailform form .csc-form-element-textline{

}

#content-wrap-sub .csc-mailform form .csc-form-6 {
    float:none;
    clear: both;
    width: 660px;
}
.csc-mailform form #field-6{
    width: 610px;
}

#content-wrap-sub .csc-mailform form .csc-form-7{
    float:none;
    clear: both;
    width: 660px;
    height: 150px;
}

.csc-mailform form #field-7{
    display: block;
    width: 600px;
    min-height: 105px;
    background: #F2F2F2;
    border: 1px #CBCBCB solid;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    color: #484F56;
}

.csc-mailform form .csc-form-8{
    float:none;
    clear: both; 
}
.csc-mailform form #field-8{
    background: url(../../img/contact-form-btn.png);
    width: 100px;
    height: 31px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 0;
}
.csc-mailform form #field-8:hover,
.csc-mailform form #field-8:focus{
    cursor: pointer;
}
.csc-mailform ol{
    list-style-type: none;
    background: url(../../img/pattern.png);
}
#content-wrap-sub .csc-mailform ol li{
    list-style-type: none;
    padding: 10px 20px;    
}
#content-wrap-sub .csc-mailform ol li label{
    width: 10em;
    font-weight: bold;
}
.csc-form-confirmation fieldset{
    border:none;
}
#content-wrap-sub .csc-form-confirmation ol{
    overflow: hidden;
    height: 32px;
    background: none;
    padding: 8px 0 0 0;
    margin: 0;
}
.csc-form-confirmation-false, csc-form-confirmation-true{
    float:left;
}

.tx-felogin-pi1{
    position: absolute;
    left: 133px;
    bottom: 0;
}
.tx-felogin-pi1 div{
    display: none;
}
.tx-felogin-pi1 form div{
    display: block;
}
.tx-felogin-pi1 h3{
    font-size: 12px;
    margin-bottom: 4px;
}
.tx-felogin-pi1 form{
    margin-top:0; 
    overflow: hidden;
}
.tx-felogin-pi1 form fieldset{
    border:0;
}
.tx-felogin-pi1 form legend{
    display: none;    
}
.tx-felogin-pi1 form div{
    float: left;
    width: 214px;
}
.tx-felogin-pi1 form label{
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
}
.tx-felogin-pi1 form input{ 
    display: block;
    width: 190px;
    height: 31px;
    background: #F2F2F2;
    border: 1px #CBCBCB solid;
    border-radius: 3px;
    line-height: 31px;
    font-size: 12px; 
    color: #484F56;
    margin-bottom: 12px;
    padding-left: 10px
}
#header-wrap .tx-felogin-pi1 form .loginLogin input{
    margin-top: 0px;
    width: 120px;
    padding-left: 0px;
}  
.tx-felogin-pi1 form .loginLogin{
    width: 120px; 
    padding-top: 20px;
}
.tx-felogin-pi1 .felogin-hidden{
    display: none;
} 
.contentUsedFacetts{
    position: relative;
    padding-bottom: 26px;
}
#content-wrap-sub .contentUsedFacetts h3{
    margin-bottom: 12px;
    padding-bottom: 0;
}
.usedFacettItems{
    padding-left: 20px;
}
#content-wrap-sub .usedFacettItems a{
    background: url(../../img/kreis.png) left 3px no-repeat;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #A7AAB4;
    text-decoration: none;
    font-weight: bold;
    margin-right: 14px;
    display: block;
    margin-bottom: 4px
}
#content-wrap-sub .usedFacettItems a:hover,
#content-wrap-sub .usedFacettItems a:focus{
    color: #fff;
}
#content-wrap-sub .usedFacettItems .facets-remove-all{
    position: absolute;
    right: 20px;
    bottom: 4px;
    padding: 0;
    margin: 0;
    background: none;
}

#usedFaccetSidebar{
    background: #192139;
    padding: 20px;
    margin-bottom: 28px;
}

#usedFaccetSidebar h3{
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    font-family:  Georgia, serif;
    font-weight: normal;
}
#usedFaccetSidebar li{
    margin-bottom: 6px;
}
#usedFaccetSidebar a{
    background: url(../../img/kreis.png) left 3px no-repeat;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #A7AAB4;
    text-decoration: none;
    font-weight: bold;    
}
#usedFaccetSidebar li{
    list-style-type: none; 
}
#usedFaccetSidebar a:hover,#usedFaccetSidebar a:focus{
    color: #fff;
}
.removeAll{
    margin-top: 8px;
    text-align: right;
}
#usedFaccetSidebar .removeAll a{
    background: none;
}
#usedFaccetSidebar .removeAll a{
    font-weight: normal;
}
#tx-solr-search-form-pi-results .asc{
    background: url(../../img/absteigend.png) 0 4px no-repeat;
    padding-left: 14px;
}
#tx-solr-search-form-pi-results .desc{
    background: url(../../img/aufsteigend.png) 0 4px no-repeat;
    padding-left: 14px;
}
#content-wrap-sub .csc-textpic-center-inner, #content-wrap-sub .csc-textpic-center-outer{
    /*position: static;*/

}

.csc-textpic-center-inner{
    /*margin-bottom: 18px;*/
}

.csc-textpic-caption{
    font-size: 11px;
    padding: 8px;
}
.entry table{
    margin-bottom: 40px;
}
.content-sub .jobs-wrap .read-more-btn{
    background: none;
    padding-left: 0;
}
.bookfilter{
    margin-bottom: 24px;
    background: url(../../img/intranet_nav_bg.png) repeat-x;
    height: 32px;
}

.bookfilter a{
    padding: 8px 6px;
    border-right: 1px solid #fff;
    line-height:32px;
    color: #fff;
}
.bookfilter a:hover,.bookfilter a:focus, .bookfilter .activefilter{
    text-decoration: underline;
}

#content-wrap-sub #blog p{width: auto;}
#content-wrap-sub #blog h3{
    font-size: 16px;
}

.downloadItem{
    position: relative;
    width: 250px;
    min-height: 38px;
    padding: 14px 20px;
    padding-left: 60px;
    margin-bottom: 20px;
    background: url(../../img/pattern.png);

}
#content-wrap-sub .downloadItem h2{
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0 0 6px 0;
}
.downloadText{

}
.pdfIconDownload{
    position: absolute;
    left: 16px;
    top: 18px;
    width: 30px;
    height: 31px;
    background: url(../../img/pdf_s1.png) no-repeat;
}


.entry .entry-header h3 a{
    font-size: 18px;
}

#content-wrap-sub .news-list-item h2{
    font-size: 18px;
    margin: 5px 0 8px;
}
#content-wrap-sub .news-list-item p{
    padding: 0 24px 0 0;
    margin: 0;
}
#content-wrap-sub .news-list-item{
    position: relative;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
#content-wrap-sub .news-single-h1{
    margin-bottom: 4px;
    font-size: 24px;
}
#content-wrap-sub .news-single-header h2{
    font-size: 16px;
}
.news-single-header{
    margin-bottom: 18px;
}
.news-list-morelink{
    position: absolute;
    right: 0;
    bottom: 12px;
}
#tab1 .news-list-morelink, #tab2 .news-list-morelink{
    position: static;
}

#tab3 .eventsLatestReadmore{
    padding-right:12px;
    background:url(../../img/lightblue-arrow-right.png) right 7px no-repeat;
    color: #0C67AE;
    text-decoration: none;
}

.content-sub .entry .news-single-date{
    margin: 0;
    padding: 0;
    font-weight: bold; 
}

#tab1 .entry-header h2 a,#tab2 .entry-header h2 a, #tab1 .entry-header h2,#tab2 .entry-header h2, #tab3 .entry h2 a, #tab4 .entry h2 a, #tab3 .entry h2, #tab4 .entry h2{
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    line-height: 18px;
}
#tab1 .entry-box h3{   
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
    line-height: 18px;
}

.content-sub .newsSingleOne{
    float: right;
    border: 1px solid #CBCBCB;
    padding: 2px 2px;
    width: 240px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content-sub .entry .newsSingleOneCap{
    margin:0px;
    font-size: 11px;
    padding: 8px;
}
.content-sub .moreImages .newsSingleOne{
    float: none;
    border: none;
    padding: 0;
    overflow: hidden;
    width: auto;
}
.moreImages{
    overflow: hidden;
    clear: both;
}
.content-sub .moreImages .newsSingleOne a{
    float: left;
    border: 1px solid #CBCBCB;
    padding: 2px 2px;
    margin-right: 20px; 
    margin-bottom: 20px;
}
.content-sub .entry .moreImages .newsSingleOneCap{
    display: none;
}

.fceTeaserImage{
    overflow: hidden;
}

.fceSliderAdvanced .right, .show-content .right{
    margin-left: 20px;
}
.fceSliderAdvanced .left, .show-content .left{
    margin-right: 20px;
}

.fceSliderAdvanced .text-left{
  float: right;
  width: 465px;
}
.fceTeaserImageBox, .fceExpandImageBox{
    border: 1px #CBCBCB solid;
    padding: 2px;
    margin-bottom: 10px;
}
.fceTeaserImageBox span, .fceExpandImageBox span{
    font-size: 11px;
    padding: 4px 4px;
    display: block;
}
.fceTeaserImageBox a, .fceExpandImageBox a{
    display: block;
}

/* remove image caption on page id=438 */
body#page438 .fceTeaserImageBox > span,
body#page438 .csc-textpic-caption {
  display: none;
} 

/*
.csc-textpic-image{
   border: 1px #CBCBCB solid;
   padding: 2px;
}
*/
#content-wrap-sub div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last{
    margin-bottom: 20px;
}
.bottomLine{
    border-bottom: 1px #CBCBCB solid;
    margin-bottom: 25px;
}
.csc-textpic-caption{
    border: 1px #CBCBCB solid;
    border-top:none;
    background: #fff;
    position: relative !important;
    top:-1px;
    z-index: 5;
}

.greyBack{
    background: #ededed;
    padding: 15px;
    margin-bottom: 20px;
    /*height: 380px;*/
}

.greyBack p br { display: none; } 

.greyBack2{
    background: #ededed;
    padding: 15px;
    margin-bottom: 20px;
    /*height: 380px;*/
}

#content-wrap-sub #blog .greyBack p{
    margin-bottom: 0;
}
.greyBack .csc-textpic-caption{
    border:none;
}
.greyBack div.csc-textpic-border-old div.csc-textpic-imagewrap img{
    border: none;
    padding: 0;
}

body .greyBack div.csc-textpic-imagewrap {
    overflow: hidden;
    position: relative;
}

.faccetToggle div{
    overflow: hidden;
}
.faccetToggle div ul{
    float: left;
    width: 212px;
}


#organigramm-wrap{
    border: 1px #cdcdcd solid;
    position: relative;
    padding: 10px;
    margin-top: 20px;    
}
#organigramm-wrap .zoom{
    display: block;
    background:url(../../img/Organigramm_zoom.png);
    width: 120px;
    height: 30px;
    position: absolute; 
    top:-15px;
    left: 10px;
    display:none;
}
#organigramm-wrap .zoom span{
    visibility: hidden;
}
#organigramm-wrap .blue-top-box{
    background:#2b2e3c url(../../img/organigramm_blue_box_bg.png) repeat-x;
    width:185px;
    padding:0px 10px 5px 10px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    border: 1px #abaeb5 solid;
}
#organigramm-wrap .blue-top-box h3{
    padding:10px 0;
    margin-bottom:10px;
    margin-top:0;
    border-bottom:1px #717787 solid;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
#organigramm-wrap .blue-top-box a{
    display:block;
    color: #B3CC00;
    line-height: 18px;
}
#organigramm-wrap .blue-top-box a:hover,#organigramm-wrap .blue-top-box a:focus{
    color: #B3CC00;
    text-decoration: none;
}
#organigramm-wrap .blue-top-box p{
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
}

#organigramm-wrap .blue-top-box .gray-box{
    background: #afb2bb;
    width:215px;
    height:55px;
    padding: 10px 5px;
    position: absolute;
}
#organigramm-wrap .blue-top-box .gray-box p{
    text-align: left;
    color: #192139;
    line-height: 14px;
    margin-bottom: 0;
    font-size: 10px;
}

/* -------------- Positionen ------------------ */
#organigramm-wrap .top-center{
    left:50%;
    margin-left: -103px;
}
#organigramm-wrap .top-left{
/*    top:105px; */
    top:75px;
}
#organigramm-wrap .top-left2{
    top:220px;
}
#organigramm-wrap .top-bottom{
    left: 50%;
    margin-left: -103px;
    top: 175px;
}
#organigramm-wrap .top-right{
    right:10px;
    top: 105px;
}
#organigramm-wrap .top-long{
    width: 94%;
    height:115px;
    top: 395px;
}
#organigramm-wrap .top-long .first{
    bottom:-30px;
    right: 15%;

}
#organigramm-wrap .top-long .second{
    bottom:-15px;
    left: 50%;
    margin-left: -75px;
}
#organigramm-wrap .top-long .third{
    bottom:-30px;
    left: 15%;
}
#organigramm-wrap .top-long .first a{
    color: #000;
    line-height: 14px;
}#organigramm-wrap .top-long .third a{
    color: #000;
    line-height: 14px;
}

/* -------------- Organigramm Bottom ------------------ */
#organigramm-bottom{
    margin-top: 550px;
    overflow: hidden;
}
#organigramm-bottom #column-1,
#organigramm-bottom #column-2,
#organigramm-bottom #column-3,
#organigramm-bottom #column-4{
    float: left;
    margin-right: 4px;
}
#organigramm-bottom #column-5{
    float: left;
}
#organigramm-bottom .blue-box{
    background:#2b2e3c url(../../img/organigramm_blue_box_bg.png) repeat-x;
    width: 128px;
    height:110px;
    border:1px #abaeb5 solid;

}

#organigramm-bottom .last{
    margin:0 0 0 0px;
}
#organigramm-bottom .blue-box h2{
    margin:0 5px;
    padding:8px 0 10px 0;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    border-bottom:1px #717787 solid;
}
#organigramm-bottom .blue-box a{
    display:block;
    margin:8px 5px 0 5px;
    font-size:10px;
    color: #B3CC00;
}

#organigramm-wrap .gray-box{
    margin-top:4px;
    background:#afb2bb;
    position:relative;
    padding:10px 8px;
    width: 114px;
    height: 80px;
}
#organigramm-wrap .white-box{
    margin-top:4px;
    position:relative;
    padding:10px 8px;
    width: 114px;
    height: 80px;
}
#organigramm-wrap .gray-box h2{
    color: #212433;
    font-size: 11px;
    font-weight: normal;
}
#organigramm-wrap .link-wrap{
    position: absolute;
    bottom:10px;
    left:8px;
    color: #0C66AD;
}
#organigramm-wrap .gray-box a{
    font-size: 11px;
}

#jumpmenuTop{

  
}
.theLink{
  position: absolute;
  top:-200px;
  display:block;
  padding:4px;
  background:#192139;
  color:#fff;
  z-index: 1337;
}

.theLink:focus{
  top:0px;
  left:0px;
  display:block;
  padding:4px;
  background:#192139;
  color:#fff;
}

.employee_druck {
    position: absolute;
    bottom: 15px;
    right: 15px;
}