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

body {
background: #ffffff url('/images/bg.jpg') no-repeat center top;
font-family: Arial, Verdana, Tahoma, Serif;
font-size: 12px;
color: #636363;
}

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

   a:hover {
   text-decoration: underline;
   }
   
h1 {
color: #636363;
font-size: 16px;
margin-bottom: 20px;
font-family: Arial, Verdana, Serif;
line-height: 20px;
}

h2 {
color: #636363;
font-size: 12px;
margin-bottom: 0px;
font-family: Arial, Verdana, Serif;
line-height: 20px;
}  

p {
margin-bottom: 20px;
line-height: 20px;
} 

#container {
width: 920px;
margin: 0 auto;
min-height: 780px;
background: transparent;
padding: 26px 35px 35px 35px;
}

#header {
background: transparent url('/images/header.png') no-repeat;
height: 239px;
width: 1021px;
margin-left: -51px;
margin-bottom: 15px;
}

   #header img {
   -moz-border-radius: 4px;
   border-radius: 4px;
   display: block;
   margin: 40px 30px 0;
   float: left;  
   }

#broodkruimel {
background: #EDEDED;
font-size: 10px;
padding: 5px 10px;
margin-bottom: 35px;
-moz-border-radius: 5px;
border-radius: 5px;
}

   #broodkruimel ul {
   list-style-type: none;
   height: 13px;
   }
   
      #broodkruimel ul li {
      float: left;
      margin-right: 2px;
      }
      
         #broodkruimel ul li a {
         color: #808080;
         }

#menu {
float: left;
display: inline;
width: 165px;
}

   #menu ul {
   list-style-type: none;
   }
   
      #menu ul li {
      margin-bottom: 10px;
      }
      
         #menu ul li a {
         color: #757575;
         }
         
            #menu ul li a.actief {
            text-decoration: underline;
            }

#inhoud {
margin-left: 200px;
}

#footer-intern {
	margin-left: 200px;
	clear: both;
}

#footer-intern ul {
	list-style: none;
}

#footer-intern li {
	display: inline;
}

#footer-extern {
	background: url('/images/footer.jpg') repeat-x;
	padding: 5px 35px;
}

#footer-extern ul {
	width: 920px;
	margin: 0 auto;
	list-style: none;
}

#footer-extern li {
	display: inline;
}