/*************************************************************************************************
 * <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:#58585a;
    	font-size:11px;
    	line-height:20px;
    }
    
    body {
    	background:url("../images/bgBody.jpg") top left repeat;
    	text-align:center;
    }
    
    a:link, a:visited {
    	color:#d71921;
    	text-decoration:none;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#d71921;
    	font-size:13px;
    	font-weight:bold;
    	padding-bottom:10px;
    }
   
 
    h2 {
     	font-weight:bold;
     	color:white;
 	text-transform:none;
    	font-size:9px;
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:888px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
    background:url("../images/bg.jpg") top left repeat-y;
	padding-bottom:52px;
 }
 
 div#header {
 	height:264px;
 	width:860px;
 	margin-left:13px;
    background:white url("../images/header.jpg") top left no-repeat;
 }
 
 
 div#overflow {
    overflow:hidden;
    _height:1%;
    _overflow:visible;
    padding-bottom:20px;
 }
 
 div#columnLeft {
 	width:180px;
 	float:left;
 	display:inline;
 	margin-left:50px;
 	margin-top:20px;
 }	
 
 div#columnRight {
 
 	width:495px;
 	margin-left:70px;
 	margin-top:20px;
 	float:left;
 	display:inline;
 }	
 
 div#footer {
   background-color:#EA181B;
 	height:25px;
 	margin-left:13px;
 	width:860px;
 	color:white;
	
 }	
 
 div#footer a {
 	color:white;
 }
 
 div#footer div.copyright {
 	float:right;
 	margin-right:10px;
 	font-size:10px;
 	margin-top:2px;
 }	
 
 div#footer div.footerlinks {
 	float:left;
 	margin-left:10px;
 	font-size:10px;
 	margin-top:2px;
 }	
 
 div#inloggen {
 	position:absolute;
 	right:25px;
 	top:90px;
 	width:112px;
 	color:white;
 	text-transform:uppercase;
 	font-size:10px;
 }
 
 div#inloggen input {
 	width:109px;
 	border:1px solid #c60000;
 	padding:2px;
 }
 
 div#inloggen input.btn {
 	background:none;
 	border:none;
 	color:white;
 	font-size:11px;
 }
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

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

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

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	table.form
	{
		border-collapse:		separate;
		border-spacing:			5px;
		*border-collapse:	expression('separate', cellSpacing = '5px');
	}
	
	.req
	{
		color:					#6F0303;
	}
	
	.text
	{
		border:					1px solid #000000;
		
		width:					250px;
		height:					20px;
	}
	
	.button
	{
		font-weight:			bold;
		color:					white;
		
		border:					1px solid #000000;
		background:				#D71921;
		
		width:					250px;
		height:					20px;
		cursor:					pointer;
	}
	
	.clsInfBlock
	{
		line-height:		18px;
		
		width:				350px;
		
		display:			block;
		padding:			15px;
		background-color:	#E8E8E8;
		border:				1px solid #D71921;
		border-top:			3px solid #D71921;
	}
	
	textarea
	{
		width:				450px;
		height:				300px;
		
		border:				1px solid #000000;
	}


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

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