body	{
	background: #D3D3D3;
	font-family: Arial;
	font-size: 10;
	color: blue;
	}
	
#NAVIGATION {{
	font-family: Arial;
	font-size: 12;
	color: black;
	text-align: center;
	}
	a:link { color: black; text-decoration: none; }
	a:visited  { color: blue; text-decoration: none; }
	a:hover { color: green; text-decoration: none; }
	a:active { color: red; text-decoration: none; }
	}
	
#CONTENT {
	font-family: Arial;
	font-size: 12;
	color: black;
	vertical-align: top;
	text-align: justify;
	}
	
.oben {
	vertical-align: top;
	background-image:url(bg.jpg);
	font-family: Arial;
	font-size: 12;
	color: black;
	vertical-align: top;
	text-align: justify;
	}
	
.mitte {
	text-align: center;
	}
	
.rechts {
	text-align: right;
	}	
	
#FOOTER	{{
	font-family: Arial;
	font-size: 12;
	color: blue;
	text-align: right;
	}
	a:link { color: black; text-decoration: none; }
	a:visited  { color: blue; text-decoration: none; }
	a:hover { color: green; text-decoration: none; }
	a:active { color: red; text-decoration: none; }
	}
	