@charset "UTF-8";


/* Global reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
 
ul, ol {
  list-style: none;
}
 
img {
  border: 0px;
}


body {
 font-family: Arial;
 }

h1, p {
 margin-left: 250px;
 }

h1 {
 padding-top: 100px;
 font-weight: bold;
 color: #003a7b;
 font-size: 18px;
 }
 
 h2 {
  font-weight: bold;
  }
  
  
 p {
  margin-top: 10px;
  color: #009cdd;
  line-height: 22px;
  }

#container {
 width: 903px;
 margin: 0 auto;
 }
 
 
 #header {
  width: 100%;
  height: 176px;
  background: url(../images/header.gif) no-repeat center top;
  }
  
  
  #content {
   position: relative;
   width: 100%;
   height: 286px;
   background: url(../images/deco.jpg) no-repeat left bottom;
   }
   
  #footer {
   height: 154px;
   background: url(../images/footer_background.png) repeat-x center top;
   }
   
   
ul#links {
  position: absolute;
  left: 245px;
  bottom: 0;
 }
 
 ul#links li {
  float: left;
  margin-right: 5px;
  }
  
  ul#links li a {
   display: block;
   width: 194px;
   height: 39px;
   text-indent: -9999px;
   }
   
  ul#links li a.website {
   background: url(../images/btn_naaronzewebsite.png) no-repeat center center;
   }
   
     ul#links li a.contact {
   background: url(../images/btn_contact.png) no-repeat center center;
   }
   
   
   
   ul#gegevens {
    margin-left: 250px;
    padding-top: 50px;
    font-size: 11px;
    color: white;
    line-height: 20px;
    }
    
    ul#gegevens li {
     float: left;
     margin-right: 90px;
     }
    
   

