@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:hover {
	text-decoration: underline;
	color: #808b92;
}
a:active {
	text-decoration: none;
	color: #808b92;
	font-weight: bold;
}
.Haubtramen {
	position: absolute;
	left: 50%;
	height: 590px;
	width: 920px;
	margin-left: -460px;
	border: 1px solid #000;
}
.menu{
	width: 920px;
	height: 175px;
}
.menulinks {
	height: 165px;
	width: 460px;
	text-align: right;
	margin-top: 10px;
	float: left;
}
.menulrechts {
	height: 165px;
	width: 450px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}
.inhalt{
	width: 920px;
	height: 340px;
	overflow: auto;
}
.bild {
	height: 340px;
	width: 460px;
	float: left;
}
.text {
	height: 330px;
	width: 440px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	overflow: auto;
}
.fuss {
	width: 820px;
	height: 45px;
	text-align: center;
	padding-top: 15px;
}
.linkaktiv {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.links {
	color: #808b92;
	text-decoration: none;
}
