body {
	font-family: sans-serif; 	
	font-size: 9pt; 
	color: #444444;
	line-height: 15pt;
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 624px;
	background-color: #FFFFFF;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
	
a:link{color:#000000}

a:visited{color:#000000}

a:active{color:#000000}

a:hover{color:#C0C0C0}

a {text-decoration:none}

hr {
	background-color: #FFFFFF;
	height: 2px;
	color: #FFFFFF;
	border: 0px;
}

#header {
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#navigation {
	margin-right: 5px ;
	width: 125px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 7pt;
	min-height: 325px;
}

#content { 
	margin-left: 130px;
	padding: 7px;
	background-color:#E6E6E6;
	min-height: 325px;
	
}
	
#footer {
	clear: both;
	text-align:center;
	font-weight: bold;
	color: #808080;
	font-size:7pt;
}

	

