*{
	margin: 0px;
	padding:0px;
}
html, body {
   margin:0;
   padding:0;
   height:100%;
}
#container{
  min-height: 100%;
  position: relative;
}
#boven
{  
  width: 100%;
  min-width: 1000px;
  height: 30px;	
  background-color: #4C6A38;
}
header
{
  margin: 0 auto;
  width: 1000px;
  padding-top: 10px;
  height: 250px;
}
#content
{	
  width: 680px; 
  margin: 0 auto;
  min-height: 400px;
  padding-bottom: 140px;     
  background: url(../images/main.png) top left no-repeat;
  font-family: Arial;
  font-size: 13px;
  padding-left: 320px;
  padding-top: 10px;
}
/*** nav ***/
nav
{
  margin: 0 auto;
  text-align: right;
  width: 800px;
  height: 35px;
  margin-top: 5px;
  padding-left: 180px;
  border-bottom: solid 1px #4C6A38;
}
/**** menu ****/

nav ul {
    margin: 0;
    padding: 5px 0 0 5px;  
    list-style: none;
    line-height: normal;
}

nav li {
    float: left;
    text-align: center;
    text-decoration:none;
    border-right: dotted 1px #949494;
}
nav li.laatst{
  float: left;
  text-align: center;
  text-decoration:none;
  border-right: 0px;
}
nav a {
    display: block;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: #949494;
    font-family: Calibri;
    text-decoration: none;
}
nav a.actief {
    display: block;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: Calibri;
    text-decoration: none;
}
nav a.laatstactief {
    display: block;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: Calibri;
    text-decoration: none;
}
nav a:hover { 
    color: #949494;
    text-decoration: underline;
}
footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1000px;
  padding-top: 20px;
  height: 100px;
  background: url(../images/footer.png) top left repeat-x;  
  margin-top: 5px;
  text-align: center;
}
#footerakoni
{
  
}
#footertekst
{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #FFF;
}
.suggestiecontact{
  padding: 0px 20px 20px 20px;
  width: 90%;
  border: solid 1px #000;
  margin-bottom: 20px;
}
footer a
{
  color: #FFF;
  font-size: 11px;
  font-family: Arial;
}
/*** classes ***/
table.center
{
  margin-left: auto;
  margin-right: auto;
}
.fout
{
  color: #FF0000;
}
.collectiefoto
{
  width: 250px;
  height: 200px;
  text-align: center;
  border: solid 1px #404040;
}
.button
{
  background-color: #4C6A38;
  color: #FFF;
  font-weight: bold;
  height: 30px;
  width: 100px;
}
.logo
{
  width: 200px;
  background-color: #FF0000;
}
.main
{
  width: 780px;
  background-color: #FF00FF;
}
.ondertitel
{
  color: #4c6a38;
  font-weight: bold;
  font-size: 15px;
}
.richtprijs
{
  width: 90%;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}