.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: lowercase;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: lowercase;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.auszeichnung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body {
	margin-left: 35px;
	margin-top: 55px;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#header {
	position:fixed;
	left:25px;
	top:30px;
	width:150px;
	z-index:1;
}
#menu {
	position:fixed;
	left:25px;
	top:170px;
	width:150px;
	z-index:2;
}
#content {
	position:absolute;
	left:255px;
	top:165px;
	width:700px;
	z-index:3;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}
