/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
sup{font-size:80%;vertical-align:top;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */
html, body, table, textarea, input {
  line-height: 1.3;
  font-size: 11px;
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif; 
  color: #000;
  letter-spacing: 0px;
  color: #fff;
}
body {
  /*overflow: -moz-scrollbars-vertical;*/
  background: #2A373A;
  
}
li {
  padding: 2px 0 5px 23px;
  background: url(../images/ico_list.jpg) no-repeat 0 0;
  line-height: 1;
}

a.btn_pfeil_prev {
  padding: 2px 0 5px 23px;
  background: url(../images/btn_pfeil_prev.jpg) no-repeat 0 0;
  line-height: 1;
}

a.btn_pfeil_next {
  padding: 0 0 5px 23px;
  background: url(../images/btn_pfeil_next.jpg) no-repeat 0 0;
  line-height: 1;
}


a.btn_content_prev {
  background: url(../images/btn_content_prev.jpg) no-repeat 0 0;
  display:block;
  height: 15px;
  width: 15px;
}

a.btn_content_next {
  background: url(../images/btn_content_next.jpg) no-repeat 0 0;
  display:block;
  height: 15px;
  width: 15px;
}




h1{
  font-size:13px;
  margin-bottom: 15px;
}



a{
  color: #fff;
  text-decoration: none;
}
.dunkelgrau {
  color: #282d31;
}
.hellgrau {
  color: #3f4448;
}
.orange {
  color: #EF6301;
}

div#google_maps *{
  color:#000;
}
div.google_maps2 *{
  color:#000;
}

div#page {
  position: relative;
  width: 100%;
  height: 100%;
}
div#wrapper {
  position: absolute;
  top: 50%;
  margin-top: -325px;
  width: 100%;
  height: 650px;
}
div#header {
  position: relative;
  margin: 0 auto;
  width: 995px;
  height: 200px;
}
div#hauptnavi {
  position: absolute;
  bottom: 21px;  
  left: 0;
}
div#hauptnavi a {
  margin-right: 20px;
  font-size: 15px;  
  display: block;
  float: left;  
  text-transform: uppercase;
}
div#hauptnavi a:hover, div#hauptnavi a.active {
  color: #FDCC00;  
}
div#hauptnavi a.active {
 
}
div#logo {
  position: relative;
  margin: 30px 0 0 0;
  float: right;
  width: 151px;
  height: 120px;
}
div#content {
  position: relative; 
  width: 100%;
  height: 396px;
  background: #717879;
}
div#content_inner {
  position: relative;
  margin: auto auto;
  width: 995px;
  height: 396px;
}
div.textItem {
  position: relative;
  float:left;
  padding: 36px 30px 0 45px;  
}
div.textItem * {
}

div#footer {
  margin: 0 auto;
  width: 995px;
  position: relative;
  height: 50px;
}

div#footer div{
  margin:15px 0 0 0;
}
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
}
