
html, body{ 
 margin:0; 
 padding:0; 
 font: 101% georgia, times, "times new roman", serif;
text-align:	justify;
color:	navy;
 text-align:center; 
 background-color: darkred ;

} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin: 2em auto;
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color: white;
 width:100%;
 margin: 5px auto;
 background-image: url(header.png);
} 
 
#nav {
	width: 150px;
	float: left;
	position: relative;
	background-image: url(navi.png);
	color: white;
	height: 500px;
	font-size: 110%;
}
 
 #nav ul {
 list-style:none;
 margin:0;
 padding:0;
 }
  
 #nav li {
 margin:0;
 padding:0;
 }
 #nav a:link,
 #nav a:visited {
	display: block;
	margin: 10px 0;
	padding: 0 0.2em 0 1.0em;
	color: black;
	text-decoration: none;
}
#nav a:hover {
	border-right: 7px solid #F1EDCF;
	color: white;
}
#maincol{
	background-color: #F1EDCF;
	float: right;
	display: inline;
	position: relative;
	width: 625px;
	min-height: 490px;
	padding: 10px 10px 0 10px;
	text-align:	justify;

	
}

#footer{
	height: 24px;

	background-image: url(unten.png);	
	clear: both;
	margin: 5px auto;
	text-align: center;

	background-repeat: no-repeat;
	
} 
 h2
{
color:	navy;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #5B5E0E;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}
 h4
{
color:	white
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h4 a { text-decoration: none; }

.imagefloat { float: center; 
		padding: 10px;
		margin: 0 0 0px 0px;
		float: right;
	}
.imagefloot { float: center; 
		padding: 10px;
		margin: 0 0 0px 0px;
		float: left;
	}
 

.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;}
}
