@charset "utf-8";
html, body{
margin: 0px;
width: 100%;
height: 100%;
background: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 12px;
color: #666666;
}

#paginahouder{
width: 100%;
height: 100%;
}

#pagina{
width: 950px;
margin: 0px auto;
}

.clr{
clear: both;
}

#header{
background: url(../images/header.jpg) repeat-x #ffffff;;
height: 147px;
}

.links{
float:left
}

#inhoudshouder{
width: 100%;
height: 100%;
background: #FFFFFF;
}

#links{
width: 275px;
}

#rechts{
width: 655px;
padding: 10px;
}

#menu{
margin: 10px; 
}

#menu a{
background: url(../images/bullet.jpg) no-repeat left ;
height: 18px;
width: 205px;
display: block;
padding: 4px 0px 4px 50px;
text-decoration: none;
color: #feaf33;
font-weight:bold;
}

#menu a:hover{
text-decoration:underline;
}

a{
text-decoration: none;
color: #feaf33;
}

a:hover{
text-decoration: underline;
color: #feaf33;
}
