@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}
#logo {
	height: 750px;
	width: 700px;
	left: 150px;
	position: absolute;
	top: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b70718;
	border-left-color: #b70718;
	background-color: #FFF;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b70718;
}
#navi {
	font-size: 14px;
	line-height: 20px;
	z-index: 3;
	left: 30px;
	top: 195px;
	position: absolute;
	width: 180px;
	color: #000;
	text-decoration: none;
}
#content {
	height: 494px;
	width: 585px;
	left: 380px;
	top: 150px;
	position: absolute;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
}
#foot {
	position: absolute;
	height: 80px;
	width: 400px;
	top: 648px;
	z-index: auto;
	left: 284px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #b70718;
	padding-left: 50px;
	padding-top: 20px;
}
#team {
	top: 261px;
	position: absolute;
	height: 243px;
	width: 450px;
	z-index: 6;
	left: 430px;
}
#content p {
	padding-right: 85px;
	padding-left: 50px;
	line-height: 20px;
}
a:hover {
	color: #b70718;
}
.navi_off {
	color: #000;
	text-decoration: none;
}
.navi_on {
	color: #b70718;
	text-decoration: underline;
	padding-left: 0px;
}
.bildunterschrift {
	font-size: 11px;
	color: #000;
}

