/* 

	CSS Document

 */



	
/*---------------------------------------------------------------------------- 
											    Algemeen */

	html { height:100%;  width:100%; }
	body { margin:auto; background:#898989; text-align:center; font:normal 12px/24px "Trebuchet MS", Arial, sans-serif; color:#333; }
	a {	color:#5f89c8; text-decoration:none; }
	a:hover { color:#355496; border-bottom:1px dotted #355496;}	
	
	h1 { font:bold 20px/36px "Georgia", "Trebuchet MS", serif; color:#000; }
	p { padding-bottom:20px; }
	strong em { color:#f7941d; font-style:normal; text-decoration:underline; } 
	em { font-style:italic; text-decoration:underline; color:#000;  }
	input, select {
		font:normal 12px/24px "Trebuchet MS", Arial, sans-serif;
		color:#333;
		padding:0;
	}
	input {
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: #7E3333;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
	}
	input.vergelijkbutton {
	background:transparent;
	background-image:url(/images/vergelijk.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:18px;
	width:120px;
	height:30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	input.vergelijkbutton:hover {
		color:#FEEDB7;
	}
	
	
	.floatleft { float:left; display:inline; }
	.floatright { float:right; display:inline; }
	.clearboth { clear:both; }
	
	                   
/*---------------------------------------------------------------------------- 	
											  Structuur  */

	#top_cont { margin:auto; background:#898989 url('../../images/background_logo.jpg') repeat-x bottom; }
	#logo { margin:auto; width:760px;}
	
	#header { margin:auto; height:250px; background:#464646 url('../../images/background_header.jpg') repeat-x bottom; }
	#content_cont { margin:auto; background:url('../../images/background_content.jpg') repeat-y center; min-height:460px; height:auto !important; height:460px; text-align:left; }
	#content { margin:0 auto 0; width:710px; padding:5px 20px; text-align:left; } 
	.column { width:340px; } 
	#footer_cont { margin:auto; height:150px; background:#898989 url('../../images/background_footer.jpg') no-repeat top center; } 
	#footer { margin:auto; width:710px; padding:50px 20px 20px; font:normal 11px/16px Arial; color:#a3620a;  text-align:left; }
	#footer a { color:#a3620a; text-decoration:none; border-bottom:1px dotted #a3620a;  }
	#footer a:hover { color:#fff; border-bottom:1px solid #fff; }


	.vraagleft { font-weight:bold; } 
	.border {
	border: 1px solid #7E3333;
}
.orange {
	background-color: #FBA400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7E3333;
	border-right-color: #7E3333;
	border-bottom-color: #7E3333;
	border-left-color: #7E3333;
}
.brown {
	color: #FFFFFF;
	background-color: #7E3333;
	border-right-style: none;
	border-left-style: none;
}
