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

/*************************************************************************************************
 * STYLE RESETS
 *************************************************************************************************/
 
    body,div,dl,dt,dd,ul,ol,li,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;
    }
    
    ol,ul {
        list-style:none;
    }
    
    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:#646567;
    	font-size:9pt;
    	line-height:18px;
    }
    
    body {
    	text-align:center;
    }
    
    a:link, a:visited {
    	color:#ff7900;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#ff7900;
    	font-size:14px;
    	font-weight:bold;
    	padding-bottom:20px;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
	ol li {
		list-style-type: decimal;
		margin-left:22px;
	}
	
	ul li {
		list-style: disc;
		margin-left:22px;
	}
	

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:960px;
    	background:url("../images/bg.jpg") top left repeat-y;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 
 div#headerAbove {
 	background:url("../images/headerLogo.jpg") top left no-repeat;
 	width:960px;
 	height:129px;
 }
 
 div#headerBg {
 	background:url("../images/headerBg.jpg") top left no-repeat;
 	width:960px;
 	height:174px;
 }
 
  div#header{
 	position:	relative;
 }
 
  div#header img{
 	position:	absolute;
 }
 
  div#menu {
 	background:url("../images/bgMenu.jpg") top left no-repeat;
 	width:960px;
 	height:41px;
 }
 
  div#footer {
 	background:white url("../images/footer.jpg") top left no-repeat;
 	width:950px;
 	height:21px;
 }
  div#overflow {
 	overflow:hidden;
 	background:url("../images/bgOverflow.jpg") top left no-repeat;
 	_overflow:visible;
 	_height:1%;
 }
 
 div#columnLeft {
 	width:570px;
 	_width:610px;
 	float:left;
 	display:inline;
 	border-right:1px solid #dfdfdf;
 	padding-right:40px;
 margin-left:40px;
 margin-top:20px;
 	margin-bottom:20px;
 }
 
 div#columnRight {
 	border-left:1px solid #dfdfdf;
	 margin-top:20px;
	 padding-left:40px;
	 margin-left:-1px;
 	width:200px;
 	_width:240px;
 	float:left;
 	display:inline;
 	margin-bottom:20px;
 }
 
  div#columnRight img {
	 margin-left:-25px;
 }
 
 div.links {
 	float:right;
 	margin-right:20px;
 	margin-top:60px;
 }
 
  div.links a {
 	display:block;
 	text-indent:-9000px;
 	float:left;
 	height:18px;
 	width:20px;
 }
 
 div.links a.btnSearch {
 	background:url("../images/btnSearch.jpg");
 	margin-left:10px;
 }
 
  div.links a.btnHome {
 	background:url("../images/btnHome.jpg");
 	margin-left:10px;
 }
 
  div.links a.btnSitemap {
 	background:url("../images/btnSitemap.jpg");
 	margin-left:10px;
 }
 
  div.links a.btnContact {
 	background:url("../images/btnContact.jpg");
 	margin-left:10px;
 }

 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

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

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

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
		table.form
		{
			font-family:			Trebuchet MS, arial, verdana;
			color:					#a4a4a4;
			line-height:			18px;
			font-size:				11px;
			
			border-collapse:		separate;
			border-spacing:			5px;
		}
		
		.req
		{
			color:					#EE725B;
		}
		
		.text
		{
			font-family:			verdana, arial;
			font-size:				11px;
			
			border:					1px solid #000000;
			background:				url("../cms/images/bg_textfield.jpg") top left repeat;
			
			width:					250px;
			height:					20px;
		}
		
		.button
		{
			font-family:			verdana, arial;
			font-size:				11px;
			font-weight:			bold;
			color:					white;
			
			border:					1px solid #000000;
			background:				#F8931F;
			
			width:					250px;
			height:					20px;
		}
		
		.textarea
		{
			font-family:			verdana, arial;
			font-size:				11px;
			
			border:					1px solid #000000;
			
			width:					250px;
			height:					150px;
		}
			
		.clsInfBlock
		{
			font-family:			verdana,arial;
			color:					#616161;
			line-height:			18px;
			font-size:				11px;
			
			width:					340px;
			_width:					365px;
			
			display:				block;
			padding:				15px;
			
			background-color:		#D3D3D3;
			border:					1px solid #616161;
			border-top:				3px solid #616161;
		}
		
	ul.adresGegevens {
		width:100%;
		text-align:center;
		color:white;
		
		float:left;
		margin-top:115px;
		margin-left:175px;
		display:inline;
	}
	
	
	
	div#footer div.floatRight {
		color:#d57373;
		font-size:9px;
	}
	
	div#footer div.floatRight a {
		color:#d57373;
		text-decoration:none;
	}
	
	
	ul.adresGegevens li {
		float:left;
		display:inline;
		padding-right:20px;
	}
	
	ul.adresGegevens li a {
		color:white;
		font-size:11px;
	}
	
	
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
    .spacer {
        width:20px;
        display:inline;
        float:left;
        height:1px;
    }
    
    .top {
    	float:left;
    	display:inline;
    	margin-top:4px;
    	margin-left:250px;
    }
    
    .bottom {
    	float:right;
    	margin-top:35px;
    	font-size:9px;
    	color:#9c9e9f;
    	margin-right:10px;
    	display:inline;
    }
    
    .bottom a {
    	color:#9c9e9f;
    	text-decoration:none;
    }
    
    .placeText {
    	font-weight:bold;
    	color:white;
    	font-size:12px;
    	margin-right:50px;
    }
    
    .placeText a {
    	color:white;
    	text-decoration:none;
    }