/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-color: #252521;
 font-family: Verdana;
 font-size:12px;
} 
 
#pagewidth{ 
/* width:1010px;*/
 width:1134px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 /*background-color: #ffffff;*/
 height:auto !important;
 height:600px;
 min-height:600px;
 /*border: 2px solid #ffffff;*/
} 
#normalpage{
  width:1010px;
  float:left;
 background-color: #ffffff;
 height:auto !important;
 height:600px;
 min-height:600px;
 border: 2px solid #ffffff;  
}
#anschluss{
  float:left;
  width: 120px;
  overflow:hidden;
}

#header{
 position:relative; 
 height:200px;
 background-color:#8E8D71;
 width:100%;
} 
 
#leftcol{
 width:208px;
 float:left; 
 height:auto !important;
 height:400px;
 min-height:400px;
 margin-top: 11px;
}
#footer{
 margin-top: 5px;
 color: #fff;
 height:auto !important;
 height:100px;
 min-height:100px;
}


/*
#twocols{
 width:80%;
 float:right;
 position:relative;
}

#rightcol{
 width:20%;
 float:right;
 position:relative;
 height:auto !important;
 height:400px;
 min-height:400px;
 }
*/
#maincol{
 float: right;
 display:inline;
 position: relative;
 width:800px;
 height:auto !important;
 height:400px;
 min-height:400px;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: ".";
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#nav {
	float: left;
    margin:3px;
    /*
	margin: 15px 0;
	padding: 0 20px;
    */
	height: 30px;

    /*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    */
	}
#nav li {
	float: left;
	position: relative;
    list-style-type: none;
	}
#nav li.open, #nav li:hover {
  background: #A3A3A3;
  }
#nav li a {
	display: block;
	padding: 5px 15px;
	/*line-height: 10px;*/
	color: #fff;
	text-decoration: none;
	}
#nav li ul {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  width: 150px;
  padding: 0 0 5px;
  background: #A3A3A3;
  border: solid #666;
  border-width: 0 1px 1px;
  /*
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  */
  }
#nav li:hover ul {
  display: block;
  }
#nav li ul li {
  float: none;
  }
#nav li ul li a {
  padding: 8px 10px;
  display: inline-block;
  }
#nav li ul li a {display: block;}
#nav li ul li a:hover {
  background: #444;
  color: #bbb;
  }

