
/*
 * verwendete Schriften:
 
 * verwendete Farben:
    #222222: default-Schriftfarbe (fast schwarz)
    #007cc0: Headline, Links active
    #686868: Nav normal, Footer-Nav


 */


body {
    background:#FEFEFE url('bg/bg_content.jpg') left top repeat-x;
    color:#222; 
    font-size:100%; 
    font-size:12px;
    font-family: Trebuchet MS, Arial, sans-serif;
    height:101%; 
    line-height:16px; 
}

h1, h2, h3, h4, h5, h6 {color: #007cc0; font-weight: normal}

h1 {font-size:20px; line-height: 26px;}
h2,h5 {font-size:14px;line-height:18px; margin-bottom: 25px}
h3 {font-size:14px; line-height:16px; margin: 25px 0 14px 0}
h4 {font-size:16px; font-weight:normal; line-height:20px;}

a, a:active, a:link, a:visited, .footerInfo  {border:0; color:#686868; text-decoration:none;}
a:hover, a.active, #pageContent a, li.active>a {color:#007cc0;}





img {border:none;}

fieldset {border:none;}
input, select, textarea {color:#000;}

input {
    padding: 0;
    margin: 0;
}


/* links ------------------------------------------------------ */

a {
    color:white;
    text-decoration:none;
    outline: none;
}

a:hover {
    text-decoration:none;
}

input, textarea {
    border: 1px solid #222;
}

textarea {
    width: 540px; 
    height: 108px;
}

label {
    width: 180px; 
    float: left;
    
}
.csc-mailform-field {
    margin-bottom: 5px;
    clear: both;
}



.csc-mailform-submit {
    float: right;
}


/* main IDs*/
#wrapper {
    width: 960px;
    position: relative;
    text-align: left;
    margin: 0px !important;
    padding-left: 15px;
    padding-top: 135px;
}

#logo {
    display: block;
    height: 35px;
    position: absolute;
    right: 0;
    top: 39px;
    width: 204px;
}


#pageHeader {
   background-position: -120px -1012px;
   position: absolute;
   top: 0px;
   left: 0px;
   height: 110px;
   padding-left: 15px;
}





#pageFooter{
    background-position: 0px -400px;
    height: 100px;
    margin-top: 4px;
    font-size: 11px;
    padding-top: 10px;
    position: relative;
    left: -15px;
    padding-left: 15px;
}

#pageFooter dt {
    width: 60px;
    float: left;
}


#certificates {
    background-position: -1px -200px;
    height: 70px;
    margin-top: 50px;
}


#header_search {
    width: 140px;
    position: absolute;
    right: 295px;
    top: 46px;
    
}



#searchform {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.597656) 0px 2px 1px inset, rgba(255, 255, 255, 0.199219) 0px 1px 0px;
    
    height: auto;
    
    position: relative;
    width: 100%;
    
}

.searchmode #searchform{
    background-color: #FFF;
}




#searchform input {
    -moz-box-sizing: border-box;
     border-radius: 12px 12px 12px 12px;
     
     border-color: transparent;
    height: 19px;
    padding: 0px 18px 0px 22px;
    width: 100%;
    background-position: -46px -316px;
    background-color: transparent;
    color: #FFFFFF;
}
.searchmode #searchform input{
    color: #222;
    background-position: -46px -294px;
}

#left {min-height: 10px;}
#home #left {width: 140px;}


/* main-classes*/


/* Navigation ids*/
#mainNav {
    position: absolute;
    top: 47px;
    left: 15px;
    
}
#mainNav li {
   float: left;
   font-size: 14px;
   margin-right: 12px;
   color: #FFF;
   height: 39px;
}

#mainNav li.active a {
   background: url('bg/bg_sprite.png') no-repeat center 13px;
}


#mainNav li a{
    float: left;
    margin-right: 12px;
    color: #FFF;
    height: 39px;
}




#metaNav {
    position: absolute;
    right: 0px;
    top: 10px;
    
}
#metaNav li {
    float: left;
    margin-left: 8px;
    font-size: 10px;
}  

#breadcrumbNav {
    position: absolute;
    top: 83px;
    left:15px;
}
#breadcrumbNav li {
   float: left;
   margin-right: 5px;
   color: #686868;
}



#subNav li a{
    display: block;
}


.nav_level_l3 a{
   padding:3px 0 3px  20px;
}

.nav_level_l3  a:hover{
    color: #FFF;
    background: url('bg/bg_sprite.png') no-repeat -450px -200px;
}

.nav_level_l3 a span{
   padding:3px 0 3px  12px;
   background: url('bg/bg_sprite.png') no-repeat -450px -292px;
}

.nav_level_l3  a:hover span{
    color: #FFF;
    background: url('bg/bg_sprite.png') no-repeat -450px -313px;
}


.nav_level_l4 a{
   padding: 3px 0 3px 45px;
}


.nav_level_l5 a{
   padding: 3px 0 3px 70px;
}

.footerNav ul {
    border-left: 1px solid #686868;
    padding-left: 10px;
    height: 80px;
}




/* #pageContent inner Styles*/


#pageContent ul {
    list-style: square outside none;
    margin-left: 29px;
}

#pageContent .csc-textpic-imagerow ul {
    list-style: none;
    margin-left: 0px;
}

.styledImagewrap {
    -moz-box-shadow: 3px 2px 2px #ccc;
    -webkit-box-shadow: 3px 2px 2px #ccc;
   box-shadow: 3px 2px 2px #ccc;
    display: inline-block;
    padding: 7px;
    background-color: #FFF;
    margin-bottom: 15px;
}


/* Tabs*/

.tabContent {
    margin-top: 30px;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.12, rgb(199,199,199)), color-stop(0.75, rgb(231,231,231)));
    background-image: -moz-linear-gradient(center bottom, rgb(199,199,199) 12%, rgb(231,231,231) 75%);
    border: 1px solid #b4b4b4;
}

.tabNav  {
    height: 50px;
    margin: 0px !important;
    background-color: #FEFEFE;
    background-image: -webkit-gradient(linear, left bottom,left top, color-stop(0.21, rgb(254,254,254)), color-stop(0.75, rgb(236,236,236)));
    background-image: -moz-linear-gradient( center bottom, rgb(254,254,254) 21%, rgb(236,236,236) 75%);
    border-bottom: 1px solid #b4b4b4;
    
}

.tabNav li {
    float: left;
    list-style: none;
    height: 50px;    
}

.tabNav li.active {
    background-color: #e7e7e7;
    position: relative;
    top: 1px;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    left: -1px;
}
.tabNav li.active a{
    padding: 0px 15px 1px 15px;
    border: none;
    color: #222;
    height: 41px;
}

.tabNav li a{
    display: block;
    padding: 1px 15px 0 15px; 
    height: 40px;
    margin: 5px 0 5px 0;
    border-right: 1px solid #b1b1b1;
}




.tabContent .csc-default {
    display: none;
    padding: 20px;
}


.tabContent .csc-default img {
    max-width: 500px;
    height: auto;
}



/* special for Video at Startpage */



#main-teaser .tabContent{
    margin: 0px 0 60px 0;
    background-color: transparent;
    background-image: none;
    border: none;
    position: relative;
}

#main-teaser .tabContent h3 {
   display: none;
    margin-top: 0px;
}

#main-teaser .tabNav {
    left: -6px;
    position: absolute;
    top: 20px;
    border: none;
    background: transparent;
}


#main-teaser .tabNav li {
    float: none;
    list-style: none;
    height: 58px;
    width: 275px;
    background: url('bg/bg_sprite.png') no-repeat -50px -109px; 
    left: 0px;
    top: 0px;
}

#main-teaser .tabNav li a{
    display: block;
    padding: 6px 35px 0 10px;
    margin: 0px;
    border:none;
    color: #007CC0;
}

#main-teaser .tabNav li.active {
    background-position:  -50px -50px; 
    border: none;
    
}
#main-teaser .tabNav li.active a{
    padding: 6px 35px 0 10px;
    border: none;
    color: #222;
   
}

/* Typo3 relevante Styles */
/* NEWS */
.news-single-item {position: relative; }
.news-single-backlink {margin: 35px 0}
.news-single-category {display: none}
.news-single-author {display: none}
.news-single-timedata {display:none}
.news-latest-item h3 {margin-top: 15px;}
.news-latest-item hr.clearer {margin-bottom: 20px;}
.news-latest-morelink {margin-bottom: 15px;}
.news-latest-category {display: none}

