/* Home CSS Document */

/*	Header	*/
#headerlinks a:hover, 
#headerlinks a:active{
	color:	#4d84c4;	
	}

/*	Main Menu	*/
#mainnavi ul li:hover{
	color:	#666;
	}	 
	
#mainnavi ul li.current a,
#mainnavi ul li a:hover{
	color: #666;	
	}	

/*	Banner	*/
#quote{
	position: absolute;
	top: 125px;
	_top: 140px;								/* IE 6.0 hack, oorzaak is de padding in sitewrapper */
	left:30px;
	width: 405px;
	height: 130px;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src=
	'/images/transparant-home.png');
	}	
	
#quote[id] {
	background-image: url(/images/transparant-home.png);
}	

#quote_sentence
{
	margin: 20px 0 0 3px;
	width: 403px; 
	height: 97px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/quote.png');

}

#quote_sentence[id]
{
	background-image: url(/images/quote.png);
}

/*	Left - Content	*/	
#lefttop h2{
	color: #0066cc;
	}
	
#lefttop a.meer:hover, #lefttop a.actielink:hover{
	color:#4d84c4;
	}

#leftbottom h2{
	color: #0066cc;
	}

/*	Right - Content	*/
#rightpanel{
	border-color: #8F9799;
	}
	
#rightpanel h1,#rightpanel h2, #rightpanel h3{
	color:#8F9799;
	}
	
#rightpanel p a, #rightpanel p a:visited,
#rightpanel p a:hover{
	color: #4d84c4;
	}

#rightpanel p strong{
	color: #000000;
	}
	
#rightpanel ul li a, #rightpanel ul li a:visited{
	color: #8F9799;;
	}
	
#rightpanel ul li a:hover{
	color:#8F9799;;
	text-decoration: underline;
	}

	
div.datum{
	float: right;
	font-weight: bold;
	}
	
#voordelen{
	width: 400px;
	height:200px;
	display: block;
	margin-top:20px;		
	}
			
#voordelen h2{
	color: #8F9799;
	font-family: Arial;
	}
	
#voordelen ol{
	width:	300px;
	height: 150px;
	display:block;
	padding-top: 15px;
	padding-left: 30px;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif)
	}


/* Sitemap */
#sitemap ul
{
	display:block;
	padding-left: 30px;
	padding-top: 15px;
	list-style-type: square;
	
}

#sitemap ul li 
{
	vertical-align: middle;
	line-height: 15px;	
	margin-left: 0px;	
	padding-left: 5px;
}
#sitemap span
{
	font-weight:bold;
}

#sitemap ul li a:link, #sitemap ul li a:visited, #sitemap ul li a:active{
	font-style:normal;
	font-weight:  normal;
	text-decoration: none;
	padding-left: 5px;
	color: #252c28;
	}
	
#sitemap ul li a:hover{
	color: #8f9799;
	font-weight: normal;
	text-decoration:underline;
	}
	
/* formulier */
#actieform .input{
	border: 1px solid #a4bcc5;
	color: #000; 
	font-size: 12px;
}

#actieform td{
	height: 20px;
	width:  250px;
}

select{
	border: 1px solid #a4bcc5;
	font-size: 12px;
}

textarea{
	border: 1px solid #a4bcc5;
	font-size: 12px;
}
	

/*	Footer	*/
#footer a:hover, #footer a:active{
	color:	#4d84c4;
	}
	



