/* HOME PAGE */


html {
	background:#eaeae9 url(../img/bg_home.gif) repeat-x;	
}



#home_top {
	position: relative;
	font-size:0pt;
	height:280px;
	width:950px;
	margin-top: 0;	
}

	#home_top_left {
		width: 700px;
		padding: 0 0 0 0;
		float: left;
		vertical-align: top;
	}
	
		#home_top_left p {
			margin: 0;	
		}	
		
	#home_top_right {
		width: 225px;
		padding: 0 0 0 25px;
		float: right;
	}		

	#main_clear {
		clear: both;
	}	

#home_1 {
	width: 200px;
	padding: 30px 25px 30px 0;
	float: left;
}

#home_2 {
	width: 200px;
	padding: 30px 25px 30px 0;
	float: left;
}

#home_3 {
	width: 200px;
	padding: 30px 25px 30px 0;
	float: left;
}

#home_4 {
	width: 260px;
	height: 90px;
	padding: 40px 15px 0 0;
	float: right;
	text-align: right;
	margin-top: 30px;
	background:url(../img/home_enews.jpg) no-repeat;		
}

	#home_4 input { 
		width: 175px;
		padding:  none;
		margin-right: -3px;
	}
	#home_4 input.submit {
		width: 80px;
		margin-right: 0;		
	}



#home_bottom {
	position: relative;
	width:950px;
	font-size: 14px;
	padding: 0 0 0 0;
	text-align: center;
	color: #111;
}

	#home_bottom a {
		color: #f11414;
	}

	#home_bottom a:hover {
		color: #f11414;
		border-bottom: 1px solid #f11414;
	}



/* WIJZIGINGEN IN NAVIGATIE VOOR DE VOORPAGINA */
	
	#nav_nl li, #nav_nl li a, #nav_nl li strong, #nav_nl li div { background-image: url(../../static/img/nav_nl_home.gif); }
	
	ul#nav_nl li ul.menu_dropper{
	margin-top: -10px;
	border: 1px solid #333;
	}
	

