@charset "UTF-8";
@import "reset.css";

/********************************
_________________________________
1. Global 		
2. Aanpassingen voor design 			**> OPMERKING <**  Alleen in punt 2 aanpassen om de gehele opmaak te wijzigen
3. Header 				
4. Content 		 
5. Footer 		
6. Navigatie 		
7. Formulieren 	
_________________________________

********************************/

/***************************************************
1. Global ******************************************
***************************************************/
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll;  }
body { text-align: center; }

	
#container 		{ position: absolute; width: 100%; height: 100%; border: 1px solid red;}
img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; top:0; left:0;}
#header, #content { position: relative; margin:0 auto;}

.clear_both 	{ clear: both; }
.clear_left		{ clear: left; }
.clear_right	{ clear: right;}

/***************************************************
2. Aanpassingen voor design	************************
***************************************************/

/*2.1 GLOBAL ********************************************************************************/		
				body							{ color: #434343; font-family: 'Lucida sans unicode', 'Lucida Grande', 'Verdana'; background:#fff; }
					.insideFullWidth, 
					.insideFooter				{ width: 990px; margin:0 auto;}
					.insideContent				{ width: 970px; margin: 0 auto;}
				#container						{ } 
				
 h1 { color: #666; font-weight: normal; font-family: 'Lucida sans unicode', 'Lucida Grande', 'Verdana'; font-size: 20px; margin: 75px 0 55px 0; }
 #images { width: 630px; margin: 0 auto; }
  
  #links { margin: 0 30px 0 0; float: left;}
  #rechts { margin: 0 0 0 30px; float: left;}
 
 }