body {background-color: #000000;}
a:link {color: red; text-decoration:none;}
a:visited {  color: red;text-decoration:none;}
a:active {  color: red;text-decoration:none;}
a:hover {  color: yellow;text-decoration: none;}
h1 { font-weight:bold; font-size:22pt;color: red; text-align: center;}
h2 { font-weight:bold; font-size:20pt;color: red; text-align: center;}	
h3 { font-weight:bold; font-size:18pt;color: red; text-align: center;}

#main a:link {color: red;}
#main a:visited {  color: red;}
#main a:active {  color: red;}
#main a:hover {  color: yellow;text-decoration: none;}
.head {
	background-image: url("/images/kopf.jpg");
	background-repeat: no-repeat;
	height: 400px;
	background-position: center;
}
.centered {
	margin-left: 500px;
	width:855px;
	display: block;
}
.left {
	color: white;
	width: 250px;
	float:left;
}

.main {

	margin-left: 400px;
	width: 800px;
	color: white;
	font-size:14pt;color: white;
	text-align: center;
}
#footer {
	margin-top: 80px;
		margin-left: 300px;
		color: white;
		width:855px;
		font-size:14pt;
		color: white;
		text-align:center;
}