body  {
text-align: center; 
margin: 0; 
padding: 0; 
width: 100%; 
height: 100%; 
background-image: url("images/bodybackground.jpg");
}
.container { /*geheel waar site in staat*/ 
margin: 0 auto; 
width: 1000px;
background-image: url("images/background.jpg");
background-repeat: repeat-y;
}
.header { /* logo broklede en bogerman*/
height:150px; 
background-image: url("images/header.jpg");
}
.menu { /* blok van menu*/
float: left; 
width: 200px;
}
#menu{ /* menu zelf*/
list-style-type: none;
margin: 0 auto;
padding: 0;
}
#menu h2 {
font-family: calibri, arial, Sans-Serif;
color: #FFFFFF;
background-color: #003366;
}
#menu a{ 
color: #FFFFFF;
text-decoration: none;
background-color: #003366;
font-family: calibri, arial, Sans-Serif;
text-align: center;
padding: 2px 4px;
margin-bottom: 1px;
display: block;
}
#menu a:hover{ 
background-color: #009900;
}
.content { /* blok voor inhoud*/
margin: 0 0 0 200px;
padding: 0 20px 0 20px;
color: #000000; 
font-family: calibri, arial, Sans-Serif; /*Het lettertype bepalen*/
text-align: left;
}
.content h2,h3 {
text-align: center;
color: #003366;
}
.img {/*foto's*/
height: 513px;
width: 684px;
}
#video { /* video centreren*/
text-align: center;
}
.center { /*gebruikt om sommige objecten te centreren*/
text-align: center;
}
.maker { /*makertekst  uitlijnen, wil anders niet...¿*/
text-align: justify;
padding: 0 10px 0 10px;
font-family: calibri, arial, Sans-Serif;
}
.map { /*overzichtskaartje*/
height: 100%;
width: 100%;
text-align: center;
}
