/* CSS Document */

body {
	background-color: #DDCFA8;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	font-weight: bold;
}
a:link {
	color: #663300;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #669900;
}
a:active {
	color: #663300;
}
.style2 {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
}

.main {
	position: absolute;
	width: 750px;	
	height: 494px;
	left: 50%;
	margin-left: -375px;
	top: 20;
	z-index: 1;
	}


.pixelruum {
	position: absolute;
	top: 525px;
	left: 50%;
	margin-left: -105px;
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	z-index: 5;
}




