@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006699;
	height:100%;
	overflow:hidden;

 	scrollbar-face-color:#6699CC;
	scrollbar-arrow-color :#90ABD2;
	scrollbar-highlight-color:#90ABD2;
	scrollbar-3dlight-color:#90ABD2;
	scrollbar-shadow-color:#90ABD2;
	scrollbar-darkshadow-color:#90ABD2;
	scrollbar-track-color:#90ABD2;

}
html {
	height:100%;
	overflow:hidden;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* letter-spacing:0.0007em; */
	line-height:1.3em;
	color:#000000;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
p {
	margin-top:0px;
}
ul {
	margin-top:-14px;
}
li {
	position:relative;
	left:-24px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#004477;
	margin-top:0px;
}
img {
	border:none;
}
img.tim {
	margin:10px;
}
#main_container {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-370px;
	width:736px;
	height:100%;
	max-height:748px;
	height:expression(document.body.clientHeight > 748? "748px": "100%" );
	background-color:#90ABD2;
	background-image: url(../images/achtergrond.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#scroll_layer {
	position:absolute;
	background:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	max-height:748px;
	height:expression(document.body.clientHeight > 748? "748px": "100%" );
	z-index:100;
	overflow:auto;
	overflow-x:hidden;
}
#titel {
	position:absolute;
	width:478px;
	height:145px;
	z-index:15;
	top: 0px;
	left:204px;
	z-index:1000;
}
#tekst {
	position:absolute;
	width:478px;
	z-index:5;
	top: 0px;
	left:204px;
	height:150%;
	background-color:#90ABD2;
}
#inner_tekst {
	position:absolute;
	left:6px;
	right:0px;
	top:170px;
	bottom:10px;
}
#menu {
	position:absolute;
	letter-spacing:.01em;
	line-height:1.5em;
	color:#00FFFF;
	font-weight:bold;
	width:190px;
	z-index:15;
	top: 170px;
	left:10px;
	z-index:500;
}
#foto_tim {
	position:absolute;
	left:10px;
	top:300px;
	z-index:15;
}
.webdesign {
	font-size:9px;
	letter-spacing:.005em;
}

