html,body
{
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:white;
	scrollbar-base-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;

	overflow: hidden;
	background-color: black;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}

#zentri
{
	position:absolute;
	top:50%;
	left:50%;
	width:1058px;
	height:684px;
	overflow: hidden;
	margin-top: -342px;
	margin-left: -529px;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(grafiken/prey.jpg);
}

#navi {
	position: absolute;
	width: 134px;
	left: 20px;
	top: 210px;
}

#content {
	position: absolute;
	width: 630px;
	left: 175px;
	top: 150px;
	overflow: auto;
	height: 465px;
}

#banner {
	position: absolute;
	left: 570px;
	width: 500px;
	top: 60px;
}

#gallery {
	position: absolute;
	width: 170px;
	right: 50px;
	top: 160px;
}

#gallery table {
	width: 180px;
	height: 240px;
	text-align: center;
}

#gallery th {
	border: 2px solid black;
	background: #806859;
}

#gallery .board {
	margin-top: 15px;
	text-align: center;
	margin-left: 34px;
	border: 0;
}

a:link {text-decoration: none; color: #CC0000}
a:visited {text-decoration: none; color: darkred}
a:hover {color: yellow}
a:active {text-decoration: none; color: yellow}
h1 {font-size: 12pt; color:black}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #FFFFFF; font-weight: lighter}
