/************
   ALGEMEEN
************/

* {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
font-family: "Trebuchet MS", Arial, Verdana, Serif;
font-size: 12px;
background: #EDEAD9 url('/images/body-bg.png') repeat;
}

ul {
list-style-type: none;
}

a {
text-decoration: none;
color: #6D4623;
}

a:hover {
text-decoration: none;
}

h1 {
font-size: 16px;
color: #FEF9F3;
text-align: center;
padding-top: 5px;
border-bottom: 1px solid #B8AD5C;
width: 200px;
margin-left: 50px;
margin-bottom: 10px;
}

h2 {
font-size: 16px;
color: #704926;
text-align: center;
border-bottom: 1px solid #B8AD5C;
margin-bottom: 10px;
width: 200px;
margin-left: 80px;
}

h3 {
font-size: 16px;
color: #FEF9F3;
text-align: center;
padding-top: 5px;
border-bottom: 1px solid #B8AD5C;
width: 200px;
margin-left: 20px;
margin-bottom: 10px;
}

h4 {
font-size: 16px;
color: #704926;
margin-bottom: 5px;
margin-top: 5px;
}

.kader {
border: 2px solid #704926;
width: 250px;
text-align: center;
padding: 10px;
margin: auto;
background-color: #E5DFBC;
}

.vet {
font-weight: bold;
}

.einde  {
width: 100%;
height: 90px;
background: url('/images/einde.png') no-repeat;
background-position: top center;
clear: both;
}


/************
   CONTAINER
************/

#container {
margin: auto;
width: 960px;
margin-top: 20px;
background-color: #DDD8BF;
}

/************
   MENU
************/

#menu {
background: #6D4623 url('/images/menu-bg.png') repeat-x;
height: 41px;
width: 960px;
}

   #menu ul {
   margin-left: 20px;
   }

      #menu ul li {
      float: left;
      display: inline;
      font-size: 14px;
      margin-top: 10px;
      }
      
         #menu ul li a {
         color: white;
         height: 41px; /*totale hoogte 41px*/
         }
         
            #menu ul li a:hover {
            text-decoration: underline;
            }
            
         #menu ul li img {
         margin-top: 5px;
         margin-left: 10px;
         margin-right: 10px;
         }
         
/************
   HEADER
************/

#header {
background: url('/images/header.png') no-repeat;
width: 960px;
height: 120px;
}

   #header p {
   color: white;
   padding-top: 178px;
   margin-left: 450px;
   }
   
/************
   FOOTER
************/ 

#footer {
background: url('/images/footer-bg.png') no-repeat;
width: 960px;
height: 24px; /*hoogte 34px*/
clear: both;
font-size: 10px;
color: white;
padding-top: 10px;
clear: both;
}     

   #footer .copy {
   margin-left: 400px;
   }  
   
   #footer .ontwikkeld {
   margin-left: 250px;
   }  
   
      #footer .ontwikkeld a {
      color: white;
      }  
         
         #footer .ontwikkeld a:hover {
         text-decoration: underline;
         }               

#inhoud_content ul, #inhoud_content ol {
margin-left: 30px;
margin-top: 10px;
margin-bottom: 15px;
width: 100%;
list-style-type: circle;
}

#inhoud_content ul li, #inhoud_content ul, #inhoud_content ol li {
margin-bottom: 5px;
margin-right: 40px;
}

div.paginas {
height: 40px;
float: right;
width: 100%;
margin-bottom: 15px;
}

div.paginas ul {
float: right;
}

div.paginas ul li {
display: inline;
float: left;
}

div.paginas a {
display: none;
}

div.paginas a.pagina {
font-weight: bold;
display: block;
background: #6D4623;
width: 25px;
padding-top: 4px;
text-align: center;
height: 21px;
color: white;
margin-right: 10px; 
font-size: 13px;
border: 1px solid #6D4623;
}

   div.paginas a:hover, div.paginas a.actief  {
      background: white;
      color: #6D4623;
   }
   
.pagfoto {
padding: 3px;
border: 1px solid #6D4623;
margin: 15px;
}