/*************************************************************************************************
 * <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:arial, verdana;
    	color:#0a1f3d;
    	font-size:11px;
    	line-height:16px;
    }
    
    body {
    	text-align:center;
    }
    
    a:link, a:visited {
    	font-weight:bold;
    	text-decoration:None;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	font-size:11px;
    	font-weight:bold;
    }
    

    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:981px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 	overflow:hidden;
 	background:url("../images/bgOverflow.jpg") bottom left no-repeat;
 }
 
 div#beheerders {
 	width:134px;
 	height:206px;
 	position:absolute;
	
 	background:url("../images/imageRight.jpg") top left no-repeat;
	z-index:10;
	right:140px;
	top:150px;
 }
 
 div#header {
 	width:841px;
 	height:233px;
 }

 div#header img {
 	position:absolute;
 } 
 
 div#footer {
	text-align:center;
 }
 
 
 div#columnLeft {
 	width:841px;
 	float:left;
 	display:inline;
 }
 
 div#columnRight {
 	width:140px;
 	float:left;
 	display:inline;
 	color:white;
 }
 
 div#content {
 	padding:15px;
 }
 
 div#innerColumnLeft {
 	width:184px;
 	float:left;
 	display:inline;

}
 
 div#innerColumnRight {
 	width:614px;
 	float:left;
 	display:inline;
 	margin-left:10px;
 	
 	
 	min-height:345px;
	height:auto !important;
	height:345px;
 }
 
 div.contentBlock {
 	padding:10px;
 	margin-bottom:20px;
 	clear:both;
 	
 	min-height:130px;
	height:auto !important;
	height:150px;
	
	overflow:hidden;
 }
 
 div.contentBlock img {
 	float:left; 
 	margin-right:10px;
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #7FB496;
 }
 
 .funda{
 	margin-top: 75px;
 }
 
 .scvm{
 	margin-top: 25px;
 }
 
 .nwwi{
 	margin-top: 25px;
 }
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

        /*****************************************************
         * PROJECT OVERZICHT
         *****************************************************/
		div#filter
		{
			margin-bottom:		30px;
		}
		
		div#balletje
		{
			float:				right;
		}
		
		div#balletje img
		{
			border:				none;
			margin:				5px;
			background:			none;
		}
        /*****************************************************
         * 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
	{
	 	border:1px solid #c9c9c9;
	 	width:150px;
	 	height:20px;
	}
	
	.button
	{
	 	font-size:10px;
	 	border:1px solid #c9c9c9;
	 	text-transform:uppercase;
	 	background:white;
	 	margin-left:10px;
	 	_height:20px;
	 	color:#676767;
	}
	
	.textarea
	{
		font-family:			verdana, arial;
		font-size:				11px;
		
		
		width:					250px;
		height:					150px;
		border:1px solid #c9c9c9;
		color:#000000;
	}
	
	.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:137px;
	 	border:1px solid #c9c9c9;
		height:					20px;
		color:#c9c9c9;
	}
	
	
	
	
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
    div.spacer {
        width:20px;
        display:inline;
        float:left;
        height:1px;
    }
    
    div.floatRight {
    	float:right;
    	margin-top:10px;
    	font-size:11px;
    	color:#ffffff;
    	margin-right:30px;
    	display:inline;
    	text-transform:uppercase;
    }
    
    div.floatRight a:link, div.floatRight a:visited {
    	color:#ffffff;
    	font-size:11px;
    	text-decoration:none;
    }
    
	
	div.panel
	{
		text-align:center;
	}
    