/* CSS Document */

body {
background-color: #CCCCCC;
margin: 0 auto;
padding: 0;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#top {
background-color: #a3b75f;
background-image: url(../img/header.jpg);
margin: 0 auto;
position: relative;
width: 900px;
height: 150px;
border: 1px solid #000000;
}

#nav {
margin: 0 auto;
position: relative;
width: 890px;
height: auto;
padding: 5px;
border: 1px solid #000000;
background-color: #718f44;
}

#nav p{
font-weight: bold;
margin: 0px;
}

#inhoud {
margin: 0 auto;
position: relative;
width: 890px;
height: auto;
padding: 5px;
border: 1px solid #000000;
background-color: #a3b75f;
list-style-position: inside;
}

#content {
margin: 0;
position: relative;
left: 170px;
width: 710px;
min-height: 500px;
padding: 5px;
list-style-position: inside;
}

#content img {
border-color: #FFFFFF;
}

#content_greybox {
margin: 0;
position: relative;
left: 170px;
width: 710px;
min-height: 500px;
padding: 5px;
list-style-position: inside;
}

#content_greybox img {
border: 1px solid #FFFFFF;
}

#menu {
position: absolute;
top: 10px;
left: 10px;
width: 150px;
height: auto;
border: 1px solid #000000;
background-color: #718f44;
}

#menu p {
margin: 0px;
}

#menu ul {
margin: 10px;
}

#nieuws{
position: absolute;
top: 210px;
left: 10px;
width: 150px;
height: auto;
border: 1px solid #000000;
background-color: #718f44;
}

#nieuws p {
margin: 10px;
}

#bottom {
margin: 0 auto;
padding: 5px;
position: relative;
width: 890px;
height: auto;
border: 1px solid #000000;
background-color: #718f44;
}

#bottom p {
font-size: 12px;
text-align: center;
margin: 0px;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 24px;
text-align: center;
}

h5 {
font-size: 16px;
text-align: center;
}

p {
font-size: 12px;
}

a {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}

hr {
width: 710px;
}

th {
text-align: left;
}

td {
vertical-align:top;
}