* {margin:0;padding:0}

html,body{
	height:100%;
	width:100%;
}

body { 
	background:#000033;
	text-align:left;
	scrollbar-arrow-color: #009fde; /* pijltje */
	scrollbar-face-color: #FFFFFF; /* scrollbalk en knoppen */
	scrollbar-highlight-color: #FFFFFF; /* highlight(tov schaduw)rand van balk en knoppen links en boven */
	scrollbar-shadow-color: #FFFFFF; /* schaduwrand van balk en knoppen rechts en onder */
	scrollbar-3dlight-color: #009fde; /* buitenste rand van balk en knoppen links en boven*/
	scrollbar-darkshadow-color: #009fde; /* buitenste rand van balk en knoppen rechts en onder*/
	scrollbar-track-color: #FFFFFF; /* onder scrollbalk*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* png fix voor ie */

img, div {
	behavior: url(iepngfix.htc)
}


#xinner {
	position:absolute;
	width: 960px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -300px;
}

/* Links */

a:link {
	COLOR: #009fde;
	text-decoration:  none;
}
a:visited {
	COLOR: #009fde;
	text-decoration:  none;
}
a:hover {
	COLOR: #009fde;
	text-decoration:  underline;
}
a:active {
	COLOR: #009fde;
	text-decoration:  none;
}

/* Menu */

#menubox{
	width: auto;
	background:#ffffff;
	height: 30px;
	text-align: left;
	position: absolute; top: 50%; left:50%;	
	margin-left: -455px;
	margin-top: -300px;
}

#menubox01{
	width: auto;
	background:#ffffff;
	height: 30px;
	text-align: left;
	position: absolute; top: 50%; left:50%;	
	margin-left: -423px;
	margin-top: -300px;
}

#menubox02{
	width: auto;
	background:#ffffff;
	height: 30px;
	text-align: left;
	position: absolute; top: 50%; left:50%;	
	margin-left: -334px;
	margin-top: -300px;
}

#menubox03{
	width: auto;
	background:#ffffff;
	height: 30px;
	text-align: left;
	position: absolute; top: 50%; left:50%;	
	margin-left: -237px;
	margin-top: -300px;
}

#menubox04{
	width: auto;
	background:#ffffff;
	height: 30px;
	text-align: left;
	position: absolute; top: 50%; left:50%;	
	margin-left: -115px;
	margin-top: -300px;
}

#menubox05{
	width: auto;
	background:#ffffff;
	height: 30px;
	text-align: left;
	position: absolute; top: 50%; left:50%;	
	margin-left: -48px;
	margin-top: -300px;
}

/* Others */

#sticker{
	position: absolute; top: 50%; left: 50%;
	margin-left: 288px;
	margin-top: -300px;
}

#quotebox{
	width: 586px;
	height: 115px;
	background-color:#21409a;
	text-align: left;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left:50%;	
	margin-left: -480px;
	margin-top: 185px;
}

/* other  */
p,h1 {
margin-bottom:1em
}
.kop {
	color:#21409a; font-size:16px;
}
.datum {
	color: #21409a;
}
.donkerblauw {
	color: #21409a;
}
.lichtblauw {
	color: #009fde;
}
/* - */

