/**********************
 * STYLESHEETS IMPORTS
 *********************/    
                
@import url("../css/basis.css");  
@import url("../css/global.css");
@import url("../css/contact.css");

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

body {
background: #e5e5e5 url('../images/body.png') repeat-x;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
}

#container {
margin: auto;
margin-top: 35px;
width: 930px;
}

/**********************
 * ALGEMENE OPMAAK
 *********************/
 
h1, h2, h3, h4, h5, h6 {
color: #296EA9;
font-weight: bold;
margin: 0px 0px 15px 0px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 15px;
}

h4 {
}

h5 {
}

h6 {
}

p {
color: #7E7E7E;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
line-height: 18px;
margin: 0px 0px 15px 0px;
}

   p.laatste {
   margin: 0px 0px 0px 0px;
   }

ul, ol {
color: #7E7E7E;
list-style-type: square;
}

   ul li, ol li {

   }

a {
color: #D8002C;
text-decoration: underline;
outline: none; /* Fx fix: prevents the ugly dotted line from appearing on links */
}

   a:hover {
   outline: none; /* Fx fix: prevents the ugly dotted line from appearing on links */
   }
   
form {
display: inline;
}

input, select {

}

textarea {

}

table {
}

   table th {
   }
   
      table th td {
      }

   table tr {
   }
   
      table tr td {
      }
      
hr {
}

