/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background:url(images/bg.png);
	font-family:Tahoma;
	font-size:12px;
	color:#110b3c;
}
div#container {
	margin:0 auto;
	width:871px;	
	padding:31px 0 0 0;
}
.leftfloat {float:left;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a {color:#000; text-decoration:underline;}
a:hover {text-decoration:none;}
a img {border:0;}
/* /Standard waardes */
/* Header */
div#header {
	width:840px;
	height:171px;
	background:url(images/header.png);
	text-align:right;
	padding:36px 31px 0 0;
}
/* /Header */
/* Content */
div#content {
	width:867px;
	background:url(images/content_bg.jpg) top no-repeat #110b3c;
	padding:0 0 0 4px;
}
div#bottom {
	width:871px;
	height:21px;
	background:url(images/bottom.png);
}
div#right {
	float:right;
	width:636px;
}
div.content_kop {
	width:624px;
	height:29px;
	background:url(images/content_kop.png);
	color:#110b3c;
	font-size:19px;
	padding:8px 0 0 12px;
}
div.content {
	width:617px;
	padding:6px 10px 9px 9px;
	background:url(images/content_bg.png) bottom no-repeat;
}
div#left {
	width:230px;
	float:left;
	padding:42px 0 0 0;
}
div.menu_kop {
	width:220px;
	height:30px;
	background:url(images/menu_kop.png);
	color:#fff;
	font-size:19px;
	font-weight:bold;
	padding:6px 0 0 10px;
}
div.menu_cont {
	width:214px;
	background: url(images/menu_foot.jpg) bottom no-repeat #080586;
	margin:0 0 10px 0;
	color:#fff;
	padding:6px 8px 8px 8px;
}
div.menu_cont a {
	text-decoration:none;
	color:#fff;
}
div.menu_cont a:hover {font-weight:bold;}
/* /Content */
/* Footer */
div#footer {
	width:870px;
	height:25px;
	text-align:right;
	font-size:11px;
	padding:8px 2px 0 0;
	color:#fff;
}
div#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* /Footer */
