/*************************************************************************************************
 * <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:#3d3d3d;
    	font-size:11px;
    	line-height:18px;
    }
    
    body {
    	background:url("../images/bgBody.jpg") top left repeat-x;
    	text-align:center;
    }
    
    a:link, a:visited {
    	color:#004687;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#004687;
    	font-size:14px;
    	font-weight:bold;
    	padding-bottom:10px;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
    li {
	    list-style: disc;
		margin-left:22px;
    }

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:985px;
    background:url("../images/bg.jpg") top left repeat-y;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 
 div#wrapper {
 	width:985px;
    background:url("../images/wrapperBg.jpg") top left no-repeat;
    min-height:506px;
    overflow:hidden;
 }
 
 div#header {
 	background:url("../images/header.jpg") top left no-repeat;
 	width:985px;
 	height:290px;
 }
 
 div#columnLeftHeader {
 	background:url("../images/headerLeft.jpg") top left no-repeat;
 	width:435px;
 	height:104px;
 }
 
div#columnLeftImage {
 	background:url("../images/image.jpg") top left no-repeat;
 	width:417px;
 	height:555px;
 	margin-left:18px;
 }
 
 div#columnRight {
 	width:550px;
 	float:left;
 	display:inline;
 }
 
  div#columnRightHeader {
 	background:url("../images/headerRight.jpg") top left no-repeat;
 	width:550px;
 	height:141px;
 }
 
 div#columnLeft {
 	width:435px;
 	float:left;
 	display:inline;
 }
 
  div#footer {
 	background:#004687;
 	width:944px;
 	height:42px;
 	margin-left:19px;
 }
 
 div#columnRightContent {
 	padding:20px; 	
 	padding-right:50px;
 	padding-top: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:				10pt;
		
		border-collapse:		separate;
		border-spacing:			5px;
	}
	
	table.form td
	{
		background:				transparent;
	}
	
	.req
	{
		color:					#669000;
	}
	
	.text
	{
		font-family:			verdana, arial;
		font-size:				11px;
		
		border:					1px solid #000000;
		background:				white;
		
		width:					120px;
		height:					20px;
	}
	
	.button
	{
		font-family:			verdana, arial;
		font-size:				11px;
		font-weight:			bold;
		color:					white;
		
		border:					1px solid #000000;
		background:				#c06a79;
		
		height:					25px;
	}
	
	.textarea
	{
		font-family:			verdana, arial;
		font-size:				11px;
		
		
		width:					250px;
		height:					150px;
		width:120px;
		border:1px solid black;
	}
	
	.clsInfBlock
	{
		font-family:			verdana,arial;
		color:					#000000;
		line-height:			18px;
		font-size:				11px;
		
		width:					340px;
		_width:					365px;
		
		display:				block;
		padding:				15px;
		
		background-color:		#C7E6FF;
		border:					1px solid #05507A;
		border-top:				3px solid #05507A;
	}
 
	select {
		width:120px;
		border:1px solid black;
		height:					20px
	}
	
	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;
    }
