@charset "utf-8";
/* CSS Document */

html, body { background: #959595; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; text-align:center; height:100%; margin:0px;}

p { color:#FFF;}
a { text-decoration:none; color:#FFF;}
a:hover {}
h1 { font-size:18px; color:#ed1c24; font-weight:normal;}

.container { width:900px; height:804px; padding:0px; margin:0px auto; margin-top:10px;}

.navigatie { background:url(../images/landing_navigatie.jpg) no-repeat; width:900px; height:50px; padding:0px; margin:0px; overflow:hidden;}
	.navigatie_left { width:450px; height:50px; padding-left:20px; margin:0px; float:left; text-align:left;}
		.navigatie_left p { padding-top:20px; margin:0px;}
		.navigatie a:hover { color:#ed1c24;}
	.navigatie_right { width:400px; height:50px; padding-right:20px; margin:0px; float:right; text-align:right;}
		.navigatie_right p { padding-top:20px; margin:0px;}
		.navigatie a:hover { color:#ed1c24;}

.midden { background:#34393a; width:900px; height:100% auto; padding:0px; margin:0px; float:none; clear:both; text-align:left; overflow:hidden;}
	.mid_left { width:200px; height:100% auto; padding:0; margin:10px; float:left;}
		.mid_left ul { background:#2c2d2f; color:#FFF; list-style:url(../images/list.jpg); padding:10px 0 0 25px; margin:0;}
		.mid_left ul li { margin-bottom:2px;}
		.mid_left ul li a:hover { color:#ed1c24;}
		.mid_left ul ul { list-style:url(../images/list2.jpg); padding-left:20px; margin:0px;}
		.mid_left ul ul li a:hover { color:#ed1c24;}
	.mid_right { background:url(../images/landing_mid_right.jpg) no-repeat; width:674px; height:100% auto; padding:0px; margin:0px; float:left;}
	
.bottom { background:#34393a; width:900px; height:100% auto; padding:0px; margin:0px; float:none; clear:both; text-align:left; overflow:hidden;}
	.left { background:#b6252a; width:160px; height:100% auto; padding:20px; margin:10px 0; float:left;}
		.left a { font-weight:bold;}
		.left a:hover { color:#2b2d2e;}
	.right { background:url(../images/landing_right.jpg) no-repeat; width:634px; height:100% auto; padding:20px; margin:0px; float:left;}
	
.copyright { width:880px; height:25px; padding:5px 20px 0px 0px; margin:0px auto; text-align:right; }	
	.copyright p { padding:0px; margin:0px; color:#333;}
	.copyright a { font-weight:bold; color:#333;}
	.copyright a:hover { color:#000}
	
