/**********************
 * 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: #83b7dc url('../images/body_bg.png') repeat-x;
color: #575757;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
}

#container {
margin: 0 auto;
width: 1011px;
}

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

h1 {
font-size: 18px;
}

h2 {
font-size: 14px;
font-weight: bold;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
color: #575757;
font-family: Arial, Verdana;
font-size: 12px;
line-height: 20px;
margin-bottom: 20px;
}

ul, ol {
color: #575757;
list-style-type: square;
margin: 0px 0px 20px 20px;
}

   ul li, ol li {
   margin: 0px 0px 10px 0px;
   }

a {
color: #2c6b9a;
text-decoration: underline;
}

   a:hover {
   }
   
form {
display: inline;
}

input, select {
background: url('../images/input_bg.png') no-repeat;
color: #575757;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
height: 25px; /*35*/
padding: 10px 0px 0px 10px;
width: 254px; /*264*/
}

textarea {
background: url('../images/textarea.png') no-repeat;
color: #575757;
font: 12px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
height: 112px; /*122*/
padding: 10px 0px 0px 10px;
width: 254px; /*264*/
}

table {
}

   table th {
   }
   
      table th td {
      }

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

