body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #FFFFFF;
}

#aussen {
	text-align: center;
	background: transparent;
}

#zentrierung {
	width: 640px;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0px 0px 0px;
}

#inhaltsbereich {
	clear: both;
	background: transparent;
	width: 640px;
	text-align: center;
}

#inhalt {
	clear: both;
	width: 640px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-left: 0px;
}

#inhalt p {
	padding: 10px 0px 0px 0px;
	font-size: 10px; 
	color: #99CC33;
}

#inhalt a:link,
#inhalt a:visited {
	color: #99CC33;
	text-decoration: none;
}

#inhalt a:hover {
	text-decoration: underline;
}


