/* CSS Document,design layout van de site */
/*scrollbar alleen voor ie*/
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	scrollbar-3Dlight-color:#ffffff;
	scrollbar-arrow-color:#0F43E5;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#c1c9ff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	}
	

	
#topmenu{
position:absolute;
margin-left:175px;
top:125px;
}

#topmenu a {
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	color:#ddd;
	display:block;
	float:left;
	background:#bec9ff url('../pictures/buttonA.gif') center center no-repeat;
	width:106px;
	height:13px;
	padding:5px 0 9px 0;
	border:1px solid #000066;
	text-align:center;
	margin-left:-1px;
}
#topmenu a:hover {
	text-decoration:none;
	background:#000066 url('../pictures/buttonB.gif') center center no-repeat;
	color:#fff;
}

#leftmenu{
position:absolute;
margin-left:15px;
top:190px;
width:92px;
	z-index:2;
}
#leftmenu a {
	display:block;
	height:21px;
	padding-top:2px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	font-family:arial;
	color:#000;
	background:url('../pictures/lbuttonA.gif') center center no-repeat;
	text-align:center;
}
#leftmenu a:hover {
	text-decoration:none;
	background:url('../pictures/lbuttonB.gif') center center no-repeat;
}


#iframe{
position:absolute;
margin-left:155px;
top:190px;
width:755px;height:400px;
overflow:auto;
}

#zoek{
position:absolute;
margin-left:155px;
top:190px;
width:755px;height:2760px;
overflow:auto;
}

#copyright{
position:absolute;
top:635px;
margin-left:15px;
font-size:10px;
}

#copyrightzoek{
position:absolute;
top:2990px;
margin-left:15px;
font-size:10px;
}

#copyright a:link{color:#cccccc;}

#skilid{
position:absolute;
margin-left:821px;
top:35px;
}

#snowflake{
position:absolute;
margin-left:0px;
top:360px;
}

#skipic{
position:absolute;
margin-left:580px;
top:333px;
}

#skipiczoek{
position:absolute;
margin-left:580px;
top:2690px;
}

a:link {
	text-decoration: none;
	border:none;
	}