/*************************************************************************************************
 * <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;
    }
    
    
    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:Century Gothic, arial, verdana;
    	color:#58585a;
    	font-size:12px;
    	line-height:20px;
    }
    
    body {
    	text-align:center;
    	background:url("../images/bg.jpg") top left repeat-x;
    }
    
    a:link, a:visited {
    	color:#e20025;
    	text-decoration:none;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#E10125;
    	font-size:14px;
    	font-weight:bold;
    	padding-bottom:10px;
    	font-family:Century Gothic, Arial, Verdana;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
     ol,ul {
		padding-left:22px;
    }
/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:893px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 

 div#header {
 	height:317px;
    background:url("../images/header.jpg") top left no-repeat;
 	width:862px;
 }
 
  div#overflow {
    background:url("../images/bgOverflow.jpg") left bottom no-repeat;
 	width:893px;
 	overflow:hidden;
 	padding-bottom:30px;
 	_padding-bottom:60px;
 }
 
 
  div#footer {
 	height:56px;
    background:url("../images/footer.jpg") top left no-repeat;
 	width:893px;
 }
 
 div#footer div.floatRight
 {
 	position:relative;
	left:40px;
	top:30px;
 }
 div#columnLeft {
 	float:left;
 	width:530px;
 	display:inline;
 	margin:50px;
 	margin-left:70px;
 	
 	min-height:400px;
	height:auto !important;
	height:400px;
 }	
 
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

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

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

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	
	.req
		{
			color:					#30337A;
		}
		
		.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:				#30337A;
			
			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:					#000000;
		line-height:			18px;
		font-size:				11px;
		
		width:					340px;
		_width:					365px;
		
		display:				block;
		padding:				15px;
		
		background-color:		#FFFBF1;
		border:					1px solid #30337A;
		border-top:				3px solid #30337A;
	}
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
  ul#nawG {
  	float:left;
  	display:inline;
  	margin-top:0px;
  	margin-left:185px;
  	font-size:11px;
  	color:#e20025;
  	list-style:none;
  }
  
  ul#nawG li {
  	background:url("../images/liBullet.jpg") right 50% no-repeat;
  	float:left;
  	padding:0px;
  	margin:0px;
  	
  	padding-left:17px;
  	padding-right:17px;
  	list-style:none;
  }
  
