/* CSS Document */

body, html{
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
background: #363636 url(../images/background.png) repeat-x;
}

#paginahouder{
width:100%;
}

#pagina{
width: 771px;
margin-left:auto;
margin-right:auto;
background:#ffffff;

}

#logoheader{
text-align:center;
}
#header{
height:225px;
background: url(../images/header.png) no-repeat center top;
}

#menu{
background:url(../images/menu.png) repeat-x;
height: 45px;
border-bottom: #afadb2 3px solid ;
text-align: right;
}

#inhoudhouder{
background:#ffffff;
margin-top: 10px;
}

#links{
width: 178px;
background:#ffffff;
}

#midden{
width: 417px;
background:#ffffff;
padding: 0px 10px;
border-left: 1px #CCCCCC solid;
border-right: 1px #CCCCCC solid;
}

#rechts{
width: 174px;
background:#ffffff;
}
