/*************************************************************************
 *
 * Ontwikkeld door: Creative Dimension (http://www.creativedimension.be) 
 * In opdracht van: Joris Bleeker (http://www.ninestreets.com)
 * 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 Christian Stibbe (christianstibbe@ninestreets.com) 
 *
 ************************************************************************/

/**********************
 * STYLESHEETS IMPORTS
 *********************/    
                
@import url("/css/basis.css");  
@import url("/css/global.css");
@import url("/css/homepage.css");
@import url("/css/contact.css");
@import url("/css/askme.css");
@import url("/css/videos.css");
@import url("/css/bio.css");
@import url("/css/blog.css");


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

body {
background-color: #000000;
color: black;
font: 11px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
}

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

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

}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

ul, ol {
}

   ul li, ol li {
   }

a {
color: #96312c;
text-decoration: none;
}

   a:hover {
   text-decoration: underline;
   }
   
form {
display: inline;
}

input, textarea, select {
font: 11px Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
}

table {
}

   table th {
   }
   
      table th td {
      }

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

