html, body {
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	color:#1E373E;
	margin:0;
	padding:0;
	text-align:center;
	} 
 
#page {
	background-color:#BED7DE;
	width:800px;
	min-width:500px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	} 
#page2 {
	background-color:#E8D68E;
	width:800px;
	min-width:500px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	} 

#header {
	width:790px;
	border:dotted #FFFFFF 2px;
	margin:7px;
	} 
 
#inner {
	width:790px;
	border:dotted #FFFFFF 2px;
	margin-left:7px;
	margin-right:7px;
	}
#leftcol {
	border-right:dotted #FFFFFF 2px;
	}
#midcol {
	border-left:dotted #FFFFFF 2px;
	border-right:dotted #FFFFFF 2px;
	}
#rightcol {
	width:383px;
	} 
 
#footer {
	width:790px;
	height:20px;
	border:dotted #FFFFFF 2px;
	margin:7px;
	}

.content {
	padding:8px;
	}
.content a, .content a:link, .content a:active, .content a:hover {
	font-weight:bold;
	color:#0080FF;
	}
.content a:visited {
	font-weight:bold;
	color:#0080C0;
	}
#header .content {
	padding-bottom:0; /*padding bottom 0 to remove space in IE5 Mac*/ 
	}
#footer .content {
	font-size:10px;
	padding:4px;
	}

.biozeile {
	font-size:11px;
	padding-bottom:7px;
	}
.biojahr {
	font-weight:bold;
	}


