@charset "utf-8";
/* CSS Document */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

html, body{
margin: 0px;
width: 100%;
height: 100%;
background: #CAD579;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#paginahouder{
width: 100%;
height: 100%;
}

#pagina{
width: 950px;
min-height: 622px;
margin: 0px auto;
}

.clr{
clear: both;
}

#top{
width: 920px;
height: 114px;
padding: 0px 15px 15px 15px;
margin-bottom: 30px;
}

#menu {	
}

#menu li {
list-style-type:none;
float:left;
}

#menu li a:link, #menu li a:visited{
color: #808080;
font-weight: bold;
text-decoration: none;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 15px;
padding-bottom: 30px;
padding-top: 100px;
display:block;
}

#menu li a:hover, #menu li a.selected{
color: #ffffff;
}

#submenu{
width:220px; 
height:265px;
float:left; 
padding: 15px; 
margin-right:15px;
overflow: hidden;
}

#submenu li {

}

#submenu li a:link, #submenu li a:visited{
display:block;
padding: 5px;
color: #808080;
font-weight: bold;
text-decoration: none;
}

#submenu li a:hover, #submenu li a.selected{
display:block;
padding: 5px;
color: #ffffff;
background: #AABC5B;
font-weight: bold;
text-decoration: none;
}

#inhoud a:link, #inhoud a:visited{
color: #808080;
text-decoration: none;
}

#inhoud a:hover{
color: #ffffff;
text-decoration: none;
}

#inhoud{
width: 920px;
padding: 15px;
height: 265px;
overflow: auto;
}

#bottom{
padding-top: 10px;
}

.kop {
	font-size: 16px;
	font-weight: bold;
}
