/* CSS Document */

html, body {
width:100%;
color:#000;
background:#FFFFFF;
text-align:center;
margin:0px; 
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#sitecontainer{
width:1024px;
height:auto;
min-height:100%;
left:50%;
position:absolute;
margin-left: -500px;
background-color:#A9A5BE;
}

#top{
left:0px;
top:0px;
width:1024px;
height:102px;
}

#left{
position:absolute;
left:0px;
top:102px;
background-color:#A9A5BE;
bottom:0px;
}

#main{
position:absolute;
left:241px;
top:102px;
width:783px;
background-color:#E7E7E7;
overflow:auto;
bottom:0px;
text-align:left;
}

#topmenu{
z-index: 2;
z-index: 2;
position: absolute;
left: 300px;
top: 80px;
width: 450px;
text-align: center;
}

#topmenu span{
width: 20px;
}

#topmenu A{
font-family: Verdana;
color: white;
font-size: 17px;
TEXT-DECORATION: none;
}

#topmenu A:Visited{
font-family: Verdana;
color: white;
font-size: 17px;
TEXT-DECORATION: none;
}

#topmenu A:Active{
font-family: Verdana;
color: white;
font-size: 17px;
TEXT-DECORATION: none;
}

#topmenu A:Hover{
font-family: Verdana;
color: white;
font-size: 17px;
TEXT-DECORATION: none;
}


#zoek {
    position:absolute;
	z-index: 2;
	left: 845px;
	top: 44px;
	font-family: Verdana;
	color: white;
	font-size: 12px;
}

input.zoek{
	width: 100px;
	height: 20px;
	position:absolute;
	left:881px;
	top:40px;
}

.kop1{
font-size:16px;
}

