@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-face-color:000000;
	scrollbar-highlight-color:FFFFFF;
	scrollbar-3dlight-color:000000;
	scrollbar-shadow-color:FFFFFF;
	scrollbar-darkshadow-color:FFFFFF;
	scrollbar-arrow-color:FFFFFF;
	scrollbar-track-color:000000;
}



a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#back {
	width: 100%;
	height: 600px;
	position: absolute;
	margin-top: -350px;
	top: 50%;
	background-image:url(img/bg.jpg);
	background-color:#000000;
	z-index: 0;
	border-color:#FFFFFF;
}


#main {
	width: 900px;
	height: 600px;
	position: absolute;
	margin-left: -450px;
	margin-top: -300px;
	top: 50%;
	left: 50%;
	background-color:#000000;
	background-image:url(img/bg_contact.jpg);
	z-index: 1;
	border-color:#FFFFFF;
}



#main2 {
	width: 939px;
	height: 631px;
	position: absolute;
	margin-left: -470px;
	margin-top: -315px;
	top: 50%;
	left: 50%;
	background-color:#000000;
	background-image:url(#);
	z-index: 2;
	border-color:#000000;
}

#main3 {
	width: 465px;
	height: 313px;
	position: absolute;
	margin-left: -233px;
	margin-top: -156px;
	top: 50%;
	left: 50%;
	background-color:#000000;
	background-image:url(img/bg_contact.jpg);
	z-index: 3;
	border-color:#FFFFFF;
}

.Titel {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.Tekst {
	color: #FFFFFF;
	font-size: 12px;
}

.Tekstklein {
	color: #FFFFFF;
	font-size: 10px;
}