a:link {
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	background-color: #999999;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	background-color: #666666;
	
}
a:hover {
	color: #CCCCCC;
	font-size: 11px;
	font-style: normal;
	background-color: #666666;
	
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}

.inhalt{
	position: absolute;
	width: 400px;
	background-color: #FFFFFF;
	left: 150px;
	top: 100px;
}

a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}