/* CSS Document */
body{
	margin:0px;
	background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:936px;
}

#top{
	width:936px;
	height:100px;
	background-color:#000000;
}

#content_container{
	width:934px;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	margin-bottom:12px;	
}

#left{
	float:left;
	width:585px;
	height:172px;
	background-image:url(../layout/bg_left.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;	
}

#menu{
	position:relative;
	width:585px;
	height:24px;
	background-image:url(../layout/menu/bg_menu.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;	
	margin-bottom:10px;
}

#usp{
	float:left;
	width:385px;
	height:117px;
	padding:0px 0px 0px 10px;
	background-image:url(../layout/bg_usp.gif);
	background-repeat:no-repeat;
}

#aanbod_zoeken{
	float:left;
	width:165px;
	height:127px;
	padding-left:15px;
	background-image:url(../layout/bg_aanbodzoeken.gif);
	background-repeat:no-repeat;
}

#flash{
	position:relative;
	float:right;
	width:348px;
	height:171px;
	background-image:url(../layout/bg_left.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}

#content{
	position:relative;
	width:892px;
	padding:14px 12px 0px 30px;
	background-image:url(../layout/bg_content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#content_left{
	float:left; 
	width:530px;
}

#content_right{
	float:right; 
	width:320px; 
	margin-top:61px;
}

#content_right_aanbod_detail{
	float:right; 
	width:320px; 
	margin-top:0px;
}

#footer{
	clear:both; 
	margin-top:20px; 
	padding-bottom:5px; 
	padding-right:10px; 
	color:#999999;
	text-align:right;
}



/* || USP OPMAAK ||  */

h4{
	font-size:16px;
	font-weight:normal;
	color:#EE5C23;
	margin:0px 0px 15px 2px;
}

#usp ul{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	list-style-image:url(../layout/li_usp.gif);
}

#usp li{
	padding:0px;
	margin:0px;
	height:14px;
}

/* || AANBOD_ZOEKEN OPMAAK ||  */

h3{
	font-size:12px;
	font-weight:bold;
	color:#EE5C23;
	margin:5px 0px 15px 0px;
}

#aanbod_zoeken select, input{
	width:130px;
	font-size:10px;
}

/* || OVERIGE OPMAAK ||  */

h1{
	font-size:16px;
	font-weight:normal;
	color:#333333;
	margin:6px 0px 40px 0px;
	padding:0px;
}

h2{
	font-size:11px;
	font-weight:bold;
	color:#EE5C23;
	margin:0px 0px 5px 0px;
	padding:0px;
}

a{color:#EE5C23; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}

#usp a{color:#333333;}
#usp a:hover{color:#EE5C23; text-decoration:underline;}

#footer a{color:#999999;}
#footer a:hover{color:#000000; text-decoration:underline;}

ul{
	list-style-image:url(../layout/li.gif);
	margin:0px 0px 0px 20px;
	padding:0px;
}

li{
	height:15px;
}

#img_small img{
	padding:4px 4px 0px 0px;
}

select{
	width:145px;
}

input{
	width:140px;
}

.form_tr td {
	background-color:#F3F3F3;
}

#content_right input{
	width:110px;
}

/* Contact Pagina */

#adres_gegevens{
	float:right;
}
#adres_gegevens p{margin:0px;}

#adres_gegevens fieldset{
	width:180px;
	height:151px;
	padding:5px 0px 5px 7px;
	margin-bottom:0px;
} 