/*************************************************************************
 *
 * Ontwikkeld door: Creative Dimension (http://www.creativedimension.be) 
 * In opdracht van: Joris Bleeker (http://www.jorisbleeker.nl)
 * Auteur: Ilvy Fauvarque (ilvy@creativedimension.be)
 * 
 * Deze code mag dienen als hulp of inspiratie maar mag niet exact
 * gekopieerd worden met de benodigde afbeeldingen zonder de geschreven
 * toestemming van Joris Bleeker (info@jorisbleeker.nl) 
 *
 ************************************************************************/

/**********************
 * STYLESHEETS IMPORTS
 *********************/    
                
@import url("/css/basis.css");  
@import url("/css/global.css");
@import url("/css/homepage.css");
@import url("/css/tekstpagina.css");
@import url("/css/locatie.css");
@import url("/css/fotogallerij.css");
@import url("/css/loader.css");

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

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

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

/**********************
 * ALGEMENE OPMAAK
 *********************/
 
h1, h2, h3, h4, h5, h6 {

}

h1 {
color: #3b3b3b;
font: 14px Verdana, Arial, Tahoma, "Trebuchet MS", Helvetica, Serif;
font-weight: bold;
margin-bottom: 5px;
}

h2 {
color: #3b3b3b;
font: 12px Verdana, Arial, Tahoma, "Trebuchet MS", Helvetica, Serif;
font-weight: bold;
margin-bottom: 5px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

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

ul, ol {
}

   ul li, ol li {
   }

a {
color: #11b3c5;
font: 12px Verdana, Arial, Tahoma, "Trebuchet MS", Helvetica, Serif;
text-decoration: underline;
}

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

input, textarea, select {
border: 1px solid #a9a9a9;
color: #414141;
font: 12px Verdana, Arial, Tahoma, "Trebuchet MS", Helvetica, Serif;
height: 18px; /*21*/
padding: 3px 0px 0px 3px;
width: 155px; /*158*/
}

table {
}

   table th {
   }
   
      table th td {
      }

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