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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	scrollbar-face-color: #99e7e5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	padding: 0px;
}

#div_main {
	width:800px;
	height:500px;
	background-image: url(../images/achtergrond.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background-position: center center;
}

#div_menu {
	width:205px;
	height:250px;
	z-index:2;
	position: absolute;
	margin-top: 190px;
	margin-left: 75px;
	visibility: visible;
	text-indent: 10px;
}
#div_menubutton {
	position: absolute;
	margin-top: 188px;
	margin-left: 78px;
	z-index: 10;
	cursor: hand;
}
#icons {
	width:100px;
	height:15px;
	width:auto;
	height:20px;
	z-index:2;
	position: absolute;
	margin-top: 163px;
	margin-left: 625px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #99E7E5;
}

a:hover {
	color: #99E7E5;
	text-decoration: none;
}

.logo {
	z-index: 3;
	position: absolute;
	left: 50%;
	margin-left: -265px;
	top: 75px;

}
.lijn_boven {
	width: 650px;
	margin-left: -325px;
	height: 1px;
	margin-top: 185px;
	position: absolute;
	left: 50%;
}
.lijn_onder {
	width: 650px;
	margin-left: -325px;
	height: 1px;
	position: absolute;
	margin-top: 442px;
	left: 50%;
}
#keywords {
	position:absolute;
	left:36px;
	top:20px;
	width:251px;
	height:173px;
	z-index:1;
	color: #000000;
}

