body {
	background-color: #ffffff;
	height: 100%;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.oben {
	width: 1024px;
	height: 148px;
	background-color: #66cc00;
}

.hauptteil {
	width: 1024px;
	background-color: #66cc00;
}

.links {
	width: 199px;
	background-color: #66cc00;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.mitte {
	width: 623px;
	background-color: #ffffff;
}

.platzhalter {
	width: 3px;
	height: 540px;
	background-color: #ffffff;
}

.rechts {
	width: 199px;
	background-color: #66cc00;
}

.unten {
	width: 1024px;
	height: 45px;
	background-color: #339900;
}
.fuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.fusszeile {
	word-spacing: 7em;
}

a:link, a:visited {
	color: #339900; 
	text-decoration: none;
}
 
a:link.navigation, a:link.fuss, a:visited.navigation, a:visited.fuss {
	color: #ffffff; 
	text-decoration: none;
}
 
a:hover, a:hover.navigation {
	color: #339900;	
	text-decoration: none;
}

a:hover.fuss {
	color: #66cc00;	
	text-decoration: none;
}
