/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
body {
	width: 100%;
	position: relative;
	background: rgb(20,0,0);
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
}
#bildleiste {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	min-width: 960px; 
	height: 260px;
	margin-top: -80px;
	background: rgb(20,0,0);
	text-align: center;
}
#mitte {
	position: relative;
	margin: 0px auto;
	width: 960px;	
}
#mitte img {
	position: relative;
	width: 960px;
	height: 150px;	
}
#seitentitel img {
	width: 960px;
	height: 50px;
	margin-top: 10px;
}
p {
	padding-top: 6px;
	padding-left: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: rgb(163,71,19);
}
a {
	color: rgb(231,169,32);
	text-decoration: none; 
}