body {
	font-family: Bitstream Vera Sans;
	font-size: 12px;
	color: #FF6600;
	background-color: #000000;
}
a:link {
	font-family: Bitstream Vera Sans;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-size: 9px;
}
.descr {
	font-size: 9pt;
}

#menu {
	position: absolute;
	width: 120px;
	height: auto;
	left: 0px;
	padding:170px 5px;
	margin:0px;
	top: 0px;
	background-color: #333333;
}

#inhalt {
	position: absolute;
	height: auto;
	width: 860px;
	top: 0px;
	left: 0px;
	padding: 0px 10px 0px;
	overflow: auto;
	margin-left: 120px;
}
a:visited {
	color: #FF0000;
	text-decoration: none;

}
