@charset "utf-8";
/* ML Webdesign */

body {
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

#container {
width: 823px;
height: auto;
left: 50%;
margin-left: -411px;
position: absolute;
}

#header {
width: 823px;
height: 180px;
position: relative;
float: left;
background-image: url(img/header.jpg);
}

#verzamel {
width: 823px;
height: auto;
min-height: 350px;
position: relative;
float: left;
background-image: url(img/content.jpg);
background-repeat: repeat-y;
}

.content {
width: 620px;
height: auto;
float: left;
padding-left: 10px;
font-family: Arial;
font-size: 13px;
}

.menu {
width: 192px;
height: auto;
float: right;
font-family: Arial;
font-size: 13px;
}

#footer {
width: 823px;
height: 43px;
position: relative;
float: left;
background-image: url(../img/footer.jpg)
}

.footertekst {
font-family: Arial;
font-size: 11px;
margin-top: 25px;
margin-left: 290px;
}

a {
color: #000000;
}