* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana;
	background:#FFFFFF;
}

#container {
	margin:0 auto;
	width:950px;
}

#headerlogo {
	background:url(images/logo.jpg);
	width:153px;
	height:136px;
	float:left;
	margin:14px 12px 0 0;
}
#header {
	background:url(images/header.jpg);
	width:740px;
	height:123px;
	float:left;
	clear:right;
}
#headertekst {
	width:717px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	font-size:11px;
	float:left;
	padding:6px 0 7px 23px;
	background:url(images/header_pijl.jpg) 4px 50% no-repeat;
}


#content {
	background:url(images/content_bg1.jpg) no-repeat;
	height:8px;
	width:904px;
	float:left;
	margin:7px 0 0 0;
}
#menu {
	background:#EDF0F4;
	width:159px;
	float:left;
	padding:0;
               font-size: 11px;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	display:block;
	width:144px;
	height:24px;
	border:1px solid #8A8B8E;
	margin:2px 0 2px 8px;
}
#menu ul li a {
	display:block;
	font-size:10px;
	padding:5px 0 8px 17px;
	text-decoration:none;
	color:#000000;
}
#menu ul li a:hover { 
	background:url(images/hover.jpg) no-repeat; }

#menu ul li.nr1 { background:url(images/menu_item1.jpg) no-repeat; }
#menu ul li.nr2 { background:url(images/menu_item2.jpg) no-repeat; }
#menu ul li.nr3 { background:url(images/menu_item3.jpg) no-repeat; }
#menu ul li.nr4 { background:url(images/menu_item4.jpg) no-repeat; }
#menu ul li.nr5 { background:url(images/menu_item5.jpg) no-repeat; }
#menu ul li.nr6 { background:url(images/menu_item6.jpg) no-repeat; }
#menu ul li.nr7 { background:url(images/menu_item7.jpg) no-repeat; }
#menu ul li.nr8 { background:url(images/menu_item8.jpg) no-repeat; }
#menu ul li.nr9 { background:url(images/menu_item9.jpg) no-repeat; }

#banners {
	background:#FFFFFF url(images/menubackground.jpg) 0 0 no-repeat;
	width:195px;
	margin:0 0 -2px 0;
	padding:30px 0 0 7px;
}
#banners ul {
	list-style:none;
}
#banners ul li {
	background:0;
	border:0;
	height:auto;
	width:auto;
}
#banners ul li a, #banners ul li img {
	padding:0;
	border:0;
}

#seperator {
	background:url(images/seperator.jpg);
	float:left;
	width:2px;
	margin-left:-2px;
	height:126px;
}
#inhoud {
	float:left;
	background:#EDF0F4 url(images/content_bg2.jpg) 100% 100% no-repeat;
	width:740px;
	padding:0 0 10px 5px;
	min-height: 500px;
}

#inhoud h3 {
	padding:5px 5px 9px 5px;
	background:url(images/contentvak_top.jpg) 0 100% no-repeat;
	width:722px;
	font-size:13px;
}
#inhoud div {
	font-size:11px;
	padding:0 5px 0 5px;
	width:720px;
	border-left:1px solid #D5D8DB;
	border-right:1px solid #D5D8DB;
	background:#FFFFFF;
}

#inhoud div a { color: black; text-decoration: none; }
#inhoud div a:hover { color: #AAAAAA; text-decoration: none; }

#inhoud div.welkom {
	background:#FFFFFF url(images/welkombg.jpg) 100% 100% no-repeat;
}

#inhoud p.image { 
	padding: 5px; border: 1px solid #DCE6CF; margin: 2px; float: left;
}

#inhoud .bottomcorners {
	background:url(images/contentvak_bottom.jpg) 0 0 no-repeat;
	width:722px;
	height:6px;
	border:0;
	margin-bottom:5px;
}


#footer {
	width:722px;
	padding:5px;
	font-size:11px;
	text-align:center;
	clear:both;
}
#footerinh {
	float:right;
	width:480px;
	text-align:center;
}
#footer a { color: black; text-decoration: none; }
#footer a:hover { color: #747474; text-decoration: underline; }

.tr { padding: 4px; border-bottom: 1px solid #AAAAAA; }

.textfield { padding: 5px; Font: 10px normal, Verdana; border: 1px solid #AAAAAA; width: 300px; }
.textfield:hover { border: 1px solid #000000;}
.textfield:focus { border: 1px solid #000000;}
.textfieldsmall { padding: 5px; Font: 10px normal, Verdana; border: 1px solid #AAAAAA; width: 100px; }
.textfieldsmall:hover { border: 1px solid #000000;}
.textfieldsmall:focus { border: 1px solid #000000;}
.textarea {  padding: 5px; Font: 10px normal, Verdana; border: 1px solid #AAAAAA; width: 300px; height: 150px; }
.textarea:focus { border: 1px solid #000000;}
.textarea:hover { border: 1px solid #000000;}
.button { border:1px solid #AAAAAA; Font: 10px normal, Verdana; padding: 5px; } 