/*************************************************************************************************
 * <APPLICATIE TITEL> CSS
 *************************************************************************************************/

/*************************************************************************************************
 * STYLE RESETS
 *************************************************************************************************/
 
    body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
        margin:0;
        padding:0;
    }
    
    table {
        border-collapse:collapse;
        border-spacing:0;
    }
    
    fieldset,img { 
        border:0;
    }
    
    
    caption,th {
        text-align:left;
    }
    
    h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
    }
    
    abbr,acronym { 
        border:0;
    }
    
/*************************************************************************************************
 * GENERIEKE STYLES (UITSLUITEND "KALE" HTML-TAGS!)
 *************************************************************************************************/

    html, body {
    	padding:0px;
    	margin:0px;
    }
 
    body, input, select, textarea, td {
    	font-family:verdana, arial;
    	color:#00000;
    	font-size:11px;
    	line-height:18px;
    }
    
    body {
    	text-align:center;
    	background:#000000;
    }
    
    a:link, a:visited {
    	text-decoration:none;
    	color:#b77a3a;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
		font-weight:bold;
		font-size:11px;
		
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    div.spacer {
    	height:20px;
    	display:block;
    	width:200px;
    }
    
/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:1215px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
	background:url("../images/bg.png") top left repeat-y;
 }
 
 div#header {
 	width:1215px;
 	height:304px;
	background:url("../images/header.jpg") top left no-repeat;
 }
 
 a.dagaanbod {
 	width:136px;
 	height:128px;
	background:url("../images/dagaanbod.png") top left no-repeat;
	display:block;
	text-indent:-900000px;
	
	position:absolute;
	right:170px;
	margin-top:240px;
 }
 
 div#footer {
 	width:1215px;
 	height:74px;
	background:url("../images/footer.png") top left no-repeat;
 }
 
 div#middle {
 	width:1215px;
	background:url("../images/bgOverflow.jpg") top left no-repeat;
 }
 
 div#overflow {
 	overflow:hidden;
 	clear:both;
 	padding-left:180px;
 	position:relative;
 	padding-top:120px;
	background:url("../images/bgOverflowBottom.png") 0px bottom no-repeat;
	min-height:450px;
 }
 
 div#flowerRight {
 	width:212px;
 	height:296px;
	background:url("../images/flowerRight.png") top left no-repeat;
 	position:absolute;
 	right:90px;
 	top:140px;
 }
 
 div#columnLeft {
 	width:150px;
 	float:left;
 	display:inline;
 }
 
 div#columnRight {
 	width:460px;
 	float:left;
 	padding-right:20px;
 	margin-left:60px;
 	display:inline;
 }
 
 ul.naw {
 	padding:0px;
 	margin:0px;
 	
 	float:left;
 	display:inline;
 	margin-top:62px;
 	
 	margin-left:290px;
 }
 ul.naw li {
 	display:inline;
 	color:white;
 	font-size:10px;
 	padding-left:10px;
 	padding-right:0px;
	background:url("../images/bullet.png") 0px 50% no-repeat;
 }
 
 ul.naw li:first-child {
 	background:none;
 }
 
 div.right {
 	float:right;
 	display:inline;
 	margin-top:4px;
 	color:#9c9e9f;
 	margin-right:220px;
 }
 
 div.right a {
 	color:#9c9e9f;
 }
 
 ul.naw li a {
 	color:white;
 }
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 1
         *****************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 2
         *****************************************************/

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	
	
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/

