/*************************************************************************************************
 * <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:#002c5a;
    	font-size:10pt;
    	line-height:18px;
    }
    
    body {
    	text-align:center;
    }
    
    a:link, a:visited {
    	color:#002c5a;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#002c5a;
    	font-size:14px;
    	font-weight:bold;
    	padding-bottom:20px;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
    li {
	    list-style: disc;
		margin-left:22px;
    }

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:1024px;
    	background:url("../images/bgContainer.jpg") top right repeat-y;
 	position:relative;
 	margin:20px auto;
 	text-align:left;
 }
 
 div#header {
 	background:url("../images/header.jpg") top left no-repeat;
 	width:1024px;
 	height:161px;
 }
 
 div#image {
 	background:url("../images/image.jpg") top left no-repeat;
 	width:169px;
 	height:154px;
 	float:left;
 	margin-left:1px;
 	margin-top:1px;
 }
 
 div#image img
 {
 	position:absolute;
 }
 
  div#footer {
 	background:white url("../images/footer.jpg") top left no-repeat;
 	width:1024px;
 	height:20px;
 }
 
  div#overflow {
 	overflow:hidden;
 	background:url("../images/bgOverflow.jpg") top left no-repeat;
 	_overflow:visible;
 	_height:1%;
 }
 
 div#columnLeft {
 	width:171px;
 	float:left; 	
 	padding-bottom:20px;
 	display:inline;
 }
 
 div#columnRight {
 	width:150px;
 	float:left;
 	display:inline;
 	padding-bottom:20px;
 	margin-left:32px;
 	min-height:400px;
 	height:auto;
 	_height:400px;
 }
 
 div#columnMiddle {
 	width:650px;
 	margin-left:20px;
 	margin-top:20px;
 	float:left;
 	padding-bottom:20px;
 	display:inline;
 	min-height:380px;
 	height:auto;
 	_height:380px;
 }
 
 div.location {
 	position:absolute;
 	color:#FFFFFF;
 	top:116px;
 	left:190px;
 	font-size:11px;
 }
 
 div.location a, div.location a.link, div.location a:hover, div.location a:visited {
 	color:#FFFFFF;
 	text-decoration:none;
 	
 }
 
 div.links a.logo_1 {
 	background:url("../images/logo_abu.jpg") top left no-repeat;
 	
 	text-indent:-9000px;
 	float:right;
 	height:42px;
 	width:62px;
 	display:block;
 	margin-top:67px;
 	margin-right:20px;
 }
 
 div.links a.logo_2 {
 	background:url("../images/logo_kroekpartners.jpg") top left no-repeat;
 	text-indent:-9000px;
 	float:right;
 	height:100px;
 	width:61px;
 	margin-top:10px;
 	display:block;
 }
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 1
         *****************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 2
         *****************************************************/

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	table.form
	{
		font-family:			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;
    }
    
    .left {
    	float:left;
    	display:inline;
    	margin-top:1px;
    	font-size:9px;
    	margin-left:10px;
    	color:white;
    }
    
    .right {
    	float:right;
    	margin-top:1px;
    	margin-right:10px;
    	font-size:9px;
    	color:white;
    	display:inline;
    }
    
    .right a, .left a {
    	color:white;
    	text-decoration:none;
    }
    
	.hoverimg{
		opacity:0.5;
		filter:alpha(opacity=50);
	}

	a#home
	{
		margin-left:180px;
		_margin-left:0px;
		display:block;
		width:450px;
		height:100px;
		position:absolute;
	}
