/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.09.2015, 12:44:12
    Author     : Sergej
*/
*{
    padding: 0px;
    margin:  0px;
    font-size: 100%;
    font-weight: normal;
    
 }
 ul, ol {
     list-style: none;
 }
 img {
     border: none;
 }
 
html, body{
width: 100%;
height: 100%;
background: #d1daed;
box-sizing: border-box;
}
body{
font-family: 'Open Sans', sans-serif;
font-size: 1em !important;
}
.container{
    width: 1100px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.header, .main, .footer{
    display: table-row;
}
.main{
    height: 100%;
    background: #fef9f5;
}
.main #wrapper{
    width: 100%;
    display: table;
}
.main #wrapper #content_left, .main #wrapper #content_right{
 display: table-cell;
 padding-bottom: 60px;
}
.main #content_left{
 width: 79.15%;
 vertical-align: top;
}
.main #content_right{
 width: 20.85%;
 position: relative;
}

.header{
    background: #fef9f5;
}
.header_top{
    position: relative;
}
.header_top img{
 display: block;
 
 width: auto;
 margin-left: 15px;
}
.header_top ul{
 display: inline-block;
 position: absolute;
 font-size: 12px;
 top: 70px;
 right:15px;
}
.header_top ul li{
 display: inline-block;
 text-transform: uppercase;
 padding: 0 8px 0 8px;
 border-right: 1px #2c2c2d solid;
}
.header_top ul li:last-child{
 margin-right: 0;
 padding: 0 0px 0 8px;
 border-right: none;
}
.header_top ul li:first-child{
 margin-left: 0;
 padding: 0 8px 0 0px;
 border-left: none;
}
.header_top ul li a:link,
.header_top ul li a:visited{
 color: #2b378e;
 text-decoration: none;
}
.header_top ul li a:hover,
.header_top ul li a:focus,
.header_top ul li a:active{
 color: #2b378e;
 text-decoration: underline;
}
.header_main{
 position: relative;
}
.header_main img{
 display: block;
 z-index: 0;
}
.header_main ul{
 display: block;
 position: absolute;
 right: 0;
 top: 50px;
 z-index: 1;
}
.header_main ul li {
 margin-bottom: 5px;
 width: 200px;
 padding: 6px 0px 6px 30px;
 background: #F9F9FB;
 opacity: 0.8;
}
.header_main ul li a:link,
.header_main ul li a:visited{
 text-decoration: none;
 color: #2c2c2d;
}

.header_main ul li a{
    display: block;
}
.header_main ul li a:hover,
.header_main ul li a:focus,
.header_main ul li a:active
{
 font-weight: bold;
 color: #2b378e;
 opacity: 1;
}
.header_main ul li.current_page{
    background: #d1daed;
}
.header_main ul li.current_page a{
 font-weight: bold;
 color: #2b378e;
 opacity: 1;  
}
.footer{
 font-size: 1em;
 max-height: 200px;
 background: #e9e9ea;
}
.footer a{
 text-decoration: none;
 color: #2b378e;
 font-weight: bold;
}
.footer a:hover,
.footer a:active,
.footer a:focus{
    text-decoration: underline;
}
#footer_sitemap ul li{
 margin-bottom: 7px;
 padding-left: 15px;
 background-image: url(../images/aufzaehlungs-pfeil.png);
 background-position: 0 8px;
 background-size: 10px 10px;
 background-repeat: no-repeat;
}
.footer h1{
 color: #2b378e;
 font-weight: 600;
 margin-bottom: 15px;
}
.footer b{
 color: #2b378e;
 font-weight: bold;
}
.footer p{
  color: #2c2c2d;
  margin-bottom: 15px;
}
#footer_adress, #footer_kontakt, #footer_zertifikate, #footer_sitemap{
 display: table-cell;
 //border: 1px black dotted;
 vertical-align: top;

}
#footer_kontakt{
 
 padding: 30px 223px 30px 15px;
}
#footer_adress{
  
 padding: 30px 223px 30px 0px;
}
#footer_sitemap{
  
padding: 30px 0px 30px 0px;  
}
#footer_expanded #footer_kontakt{
 
 padding: 30px 100px 30px 15px;
}
#footer_expanded #footer_adress{
  
 padding: 30px 100px 30px 0px;
}
#footer_expanded #footer_zertifikate{
  
padding: 30px 100px 30px 0px;
}
#footer_expanded #footer_zertifikate img{
    width: 70%;
}
#footer_expanded #footer_sitemap{
  
padding: 30px 0px 30px 0px;  
}
#gotop{
 background: inherit;
 border: none;
 position: absolute;
 bottom: 15px;
 left: 25px;
}
#gotop img{
  width: 18%;
  position: absolute;
  top:0px;
  left:0;
}
#gotop span{
    text-transform: uppercase;
    margin-left: 30px;
    color: #2b378e;
    vertical-align: baseline;
    letter-spacing: 0.1em;
}
#gotop:hover{
 text-decoration: none;
 cursor: pointer;
}



 
 
