/*************************************************************************************************
 * <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 {
    	font-family:arial, verdana;
    	color:#ffffff;
    	font-size:10pt;
    	line-height:18px;
		background:#EFEFEF;
    }
    
	td{
    	font-family:arial, verdana;
    	color:#ffffff;
    	font-size:10pt;
    	line-height:18px;
	}
	
    body {
    	text-align:center;
    }
    
    a:link, a:visited {
    	color:#faa81a;
    	text-decoration:none;
    }
    
    a:hover,  a:active {
    	color:#faa81a;
    	text-decoration:underline;
    }
    
    h1 {
		background-color:transparent;
		color:#FAA719;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:10px;
    }
    
    #columnLeft h1
    {

    	background-color:transparent;
		color:#FAA719;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
    }
    
    #columnRight h1 {
    	background-color:transparent;
		color:#FFFFFF;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
    }

 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
    li {
	    list-style: disc;
		margin-left:22px;
    }

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:1000px;
    background:url("../images/bg.jpg") top left repeat-y;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }	
 
 div#footer {
 	width:1000px;
 	height:30px;
 	background:#bbbbba;
 	color:#444445;
 }
 
 div#header {
 	width:1000px;
 	height:124px;
 	background:url("../images/header.jpg") top left no-repeat;
 }
 
 div#menu {
 	background:url("../images/bgMenu.jpg") top left no-repeat;
 	width:1000px;
 	height:62px;
 }
 
 div#overflow {
 	overflow:hidden;
 	_overflow:visible;
 	_height:1%;
 	
 	padding-bottom:70px;
 	background:url("../images/bgOverflow.jpg") bottom left no-repeat;
 }
 
 div#columnLeft {
 	width:691px;
 	float:left;
    display:inline;
 	margin-top:30px;
 	margin-left:30px;
 	
 	
 	min-height:229px;
 	height:auto !important;
 	height:229px;
 }
 
 div#overflow {
 	clear:both;
 	overflow:hidden;
 }
 
 div#footer a {
 	color:#444445;
 	text-decoration:none;
 }
 
 
 div#columnRight {
 	width:196px;
 	margin-top:30px;
 	color:white;
 	color:#3d3d3d;
 	margin-right:25px;
 	float:right;
    display:inline;
 	padding-bottom:50px;
 }
 
 div#columnRight input {
 	background:#e9e9e9;
 	padding:2px;
 	color:#444445;
 	border:1px solid #444445;
 	width:130px;
 	
 }
 
 div#columnRight .btnSubmit {
 	width:20px;
 	height:18px;
 	background:url("../images/btnSubmit.jpg") top left no-repeat;
 	border:none;
 }
 
/*************************************************************************************************
 * 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:					#9F6500;
	}
	
	.text
	{
		font-family:			verdana, arial;
		font-size:				11px;
		color:					#000000;
		
		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:				#9F6500;
		
		width:					250px;
		height:					20px;
	}
	
	.textarea
	{
		font-family:			verdana, arial;
		font-size:				11px;
		color:					#000000;
		
		border:					1px solid #000000;
		background:				#FFFFFF;
		
		width:					250px;
		height:					150px;
	}
	
	.clsInfBlock
	{
		font-family:			verdana,arial;
		line-height:			18px;
		font-size:				11px;
		
		width:					340px;
		_width:					365px;
		
		display:				block;
		padding:				15px;
		
		background-color:		#BBBBBB;
		border:					1px solid #000000;
		border-top:				3px solid #000000;
	}
	
	.clsInfBlock td
	{
		color:					#000000;
	}
 
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
    .spacer {
        clear: both;
    }
    
    .floatLeft {
    	float:left;
    	display:inline;
    	margin-top:5px;
    	margin-left:10px;
    }
    
    .floatRight {
    	float:right;
    	margin-top:5px;
    	margin-right:30px;
    	display:inline;
    }
