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

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

body {
background: #E3DFDC url('../images/body_bg.png') repeat-x;
color: #464137;
font: 12px "Lucida Sans Unicode", Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
}

#container {
margin: auto;
width: 960px;
}

/**********************
 * ALGEMENE OPMAAK
 *********************/
 
h1, h2, h3, h4, h5, h6 {
color: #b7434c;
margin-bottom: 15px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
}

h5 {
}

h6 {
}

p {
color: #464137;
font: 12px "Lucida Sans Unicode", Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
line-height: 20px;
margin: 0 0 15px 0;
}

ul, ol {
list-style-type: disc;
}

   ul li, ol li {

   }

a {
color: #b7434c;
text-decoration: underline;
}

   a:hover {
   background-color: #b7434c;
   color: white;
   }
   
   a.img:hover {
   background-color: #FFFFFF;
   color: #b7434c;
   }
   
form {
display: inline;
}

input, select {

}

textarea {

}

table {
}

   table th {
   }
   
      table th td {
      }

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