@CHARSET "utf-8";

body{
  background: url('../images/layout/page-bg.jpg') no-repeat center top #cfcfcf;
  color:#58585a;
  font-family: arial, verdana;
  font-size: 12px;
  margin:0px;
  line-height:1.334em;
}

p{
  margin-bottom: 12px;
  margin-top: 12px;
}

a{
  color: #64718d;
  cursor: pointer;
  text-decoration: none;
}
a:hover{
  color: #91a0be;
}
/* IE blauen Rahmen ausblenden*/
a img{
  border: none;
}
h1{
  color: #64718d;
  font-size: 22px;
}

/* Zentriert die Seite */
#page-container{
  width:1000px;
  margin-left:auto; 
  margin-right:auto; 
}

.input{
  border:1px solid #ababac;
}
/* ###############################################################
   Header
##################################################################*/
#header-container{
  height:80px;
  background: url('../images/layout/header-bg.png');
  margin-bottom:67px;
  position:relative;
}
#header-container img.logo{
  position:absolute;
  top:30px;
  left:40px;
}
#header-container div.search{
  height:50px;
  right:36px;
  position:absolute;
  top:8px;
  width: 143px;
}
#header-container div.search span.splitter{
  padding:0px 11px;
  vertical-align: 2px;
  font-size:10px;
}
#header-container div.search a{
  color: #64718d;
  text-decoration: none;
}
#header-container div.search a.selected{
  color: #58585a;
}
#header-container div.search input{
  border: none;
  color:#9c9e9f;
  padding-bottom:3px;
  padding-left:2px;
  padding-top:3px;
  width:115px;
}
.search-field-wrapper{
  border: 1px solid #ABABAC;
  margin-top:8px;
  position: relative;
  white-space: nowrap;
}
.search-field-wrapper img{
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 3px;
}
/*################################################################
   Hauptnavigation 
##################################################################*/
#main-nav{
  position:absolute;
  left:30px;
  top:-26px;
  padding:0px;
  margin:0px;
  }
#main-nav li{
  background:url('../images/layout/b-right.png') right top no-repeat ;
  float:left;
  margin:0px;
  list-style: none;
  color: #ffffff;
  margin-right:2px;
}
#main-nav li a{
  background:url('../images/layout/b-left.png') left top no-repeat;
  display:block;
  padding: 9px 15px 11px 15px;
  color:#ffffff;
  text-transform: uppercase;
  font-size:16px;
  text-decoration: none;
}
#main-nav li:hover a{
  background:url('../images/layout/b-left-hover.png') left top no-repeat;
}
#main-nav li:hover{
  background:url('../images/layout/b-right-hover.png') right top no-repeat ;
}
#main-nav li.active a{
  background:url('../images/layout/b-left-active.png') left top no-repeat;
  color:#64718d;
}
#main-nav li.active{
  background:url('../images/layout/b-right-active.png') right top no-repeat ;
  
}
/*################################################################
   Content-Bereich 
##################################################################*/
#content-container{
  position:relative;
}
#content{
  background:url('../images/layout/content-bg-middle.png') left top repeat-y;
  padding-left:30px;
  padding-top:0px;
  padding-right:30px;
}
/* Beginnender Schatten oben */
#content-shadow-top{
  background:url('../images/layout/content-bg-top.png') left top no-repeat;
  height:30px;
}

/*################################################################
   Footer
##################################################################*/
#footer-container{
  background:url('../images/layout/content-bg-middle.png') left top repeat-y;
  padding-left:30px;
  padding-top:0px;
  padding-right:30px;
}
#footer-container div#footer-top{
  background:url('../images/layout/footer-bg.png') left top no-repeat;
  height:155px;
  background-size: cover;
}
#footer-container div#footer-bottom{
  background:#dedfdf;
  height:32px;
  padding-left:19px;
}
#footer-container div#footer-bottom img{
  margin-right:25px;
  margin-top:6px;
  border:none;        /*IE*/
}

#footer-top h6{
  color: #58585a;
  font-size:12px;
  font-weight:bold;
  margin:4px 0 5px 0;
  text-transform: uppercase;
  }
#footer-top div.footer-item{
  border-right:1px solid #e7e7e7;
  float:left;
  height:130px;
  line-height:1.5em;
  margin-left:20px;
  margin-top:10px;
  width:190px;
}  
#footer-top div.footer-item a{
  color: #58585a;
  text-decoration: none;
}
#footer-top div.footer-item a:hover{
  text-decoration: underline;
}
#footer-top div.logos{
  border-right: medium none;
  float: left;
  height: 105px;
  white-space: nowrap;
  width: 265px;
} 
#footer-top div.logos img{
  margin-right:34px;
  margin-top:7px;
}
#imprint-link{
  padding: 5px 10px 0;
  text-align: right;
}
#imprint-link a{
  font-size: 11px;
}
  
/*################################################################
   Sub-Navigation
##################################################################*/
#sub-nav{
  background:url('../images/layout/sub-nav-bg.png') left top no-repeat #F5F5F5;
  width:220px;
  float:left;
  margin-right:20px; 
  margin-top:10px; 
}
#sub-nav div.head{
  text-transform: uppercase;
  font-size:16px;
  height:21px;
  border-bottom:1px solid #ffffff;
  padding-left:20px;
  padding-top:13px;
  padding-bottom:7px;
  color:#64718d;
  margin-bottom:15px;
}
#sub-nav ul,
#sub-nav ul li,
#sub-nav ul li ul li {
  margin:0px;
  list-style: none;
  padding:0px;
  color:#58585a;
  line-height:1.5em;
}
#sub-nav ul{
  margin-left:21px;
  margin-bottom:10px;
}
#sub-nav ul ul{
  margin-left:11px;
}

/* Level 1  */
/*#########################################*/
#sub-nav ul li{
  text-transform: uppercase;

}
#sub-nav ul li a{
  text-decoration: none;
  color: #64718d;
}
#sub-nav ul li a:hover,
#sub-nav ul li ul li a:hover{
  text-decoration: underline;
}
#sub-nav ul li.active{
  font-weight:bold;
}
#sub-nav ul li.active span{
  color:#64718d;
}
/* Level 2  */
/*#########################################*/
#sub-nav ul li ul li{
  /*
  background:url('../images/layout/sub-nav-arrow.png') left center no-repeat;
  */
  padding-left:0px;
  text-transform: none;
  font-weight:normal;
  line-height:1.8em;
}
#sub-nav ul li ul li.active {
  font-weight: normal;
}
#sub-nav ul li ul li.active a{
  color:#64718d;
  font-weight:bold;
}
#sub-nav ul li ul li.active span{
  color:#64718d;
  font-weight:bold;
}

/*################################################################
   Content der aus dem CMS kommt
##################################################################*/
#cms-content{
  margin-top:10px;
  float:left;
  width:700px;
}
#cms-content-end{
  height:20px;
  clear:both
}
#breadcrumb{
  background: #f5f5f5;
  border-bottom:5px solid #ffffff;
  height:32px;
  padding-top:1px;
  color:#58585a;
}
#breadcrumb a, 
#breadcrumb span{
  display:block;
  float:left;
  padding: 8px 23px 7px 20px;
}
#breadcrumb a{
  color: #64718d;
  background:url('../images/layout/breadcrumb-splitter.png') right center no-repeat;
}

#breadcrumb #print{
  color: #64718d;
  cursor: pointer;
  margin: 5px 20px 0 0;
  float: right;
}
#breadcrumb #print:hover{
  text-decoration: underline;
}

#breadcrumb #print img{
  margin-right: 10px;
  vertical-align: -4px;
}

/*################################################################
   Helper
##################################################################*/
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
* html .clearfix { /* für IE6 */
  height: 1%;
}