/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #000000;
 color: #ffffff;font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 
} 

#maincol h2 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 16px verdana, sans-serif;
	border-left: 10px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#maincol h4{
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#abstand {
 position:relative; 
 height:20px; 
 width:100%;
}
 

#header{
 position:relative; 
 height:204px; 
 width:100%;
 background-image:url(../images/header.png);
 background-repeat: no-repeat; 
} 
 
#leftcol{
 width:120px; 
 float:left; 
 position:relative; 
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width: 680px; 
}
 
#footer{
 height:150px; 
 clear:both;
} 
 

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}

a.navigation:link, a.navigation:visited {
font-size: 16px;
color: #FFFFFF; 
font-weight: Normal;
border-left: #FFFFFF solid 1px;
border-bottom: #ffffff solid 1px;
padding-left: 4px;
text-decoration: none;
} 

a.navigation:hover {
font-size: 18px;
color: #ffffff; 
border-left: #FFFFFF solid 1px;
border-bottom: #ffffff solid 1px;
padding-left: 6px;
}

a.smallnavi:link, a.smallnavi:visited {
font-size: 10px;
color: #716e6e; 
font-weight: Normal;
text-decoration: none;
} 

a.smallnavi:hover {
font-size: 10px;
color: #716e6e; 
text-decoration: underline;
}

p.smaller {
font-size: 10px;
color: #716e6e;
}

p.text {
padding-left: 70px;
padding-right: 70px;
}