/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background:url(images/bg.png) center repeat-y #5c220b;
	font-family:Verdana;
	font-size:12px;
	height:100%;
	color:#fff;
}
html {overflow-y:scroll;}
div#wrapper {height:100%;}
div#container {
	margin:0 auto;
	width:708px;
	background: url(images/content_bg.png) 11px 188px no-repeat;	
	min-height:100%;
	padding:0 18px 0 11px;
	height:100%;
}
.leftfloat {float:left;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a {color:#fff; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
/* /Standard waardes */
/* Header */
div#header {
	width:708px;
	height:188px;
	background: url(images/header.png);
}
/* /Header */
/* Content */
div#content {
	width:699px;
	padding:0 2px 0 7px;
}
div#right {
	width:518px;
	float:right;
}
div#left {
	width:177px;	
	float:left;	
}
div#left_inner {
	width:177px;
	background: url(images/left_bg.png) top no-repeat #80300a;
	padding:7px 0 0 0;
}
div#content_kop {
	width:438px;
	height:33px;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-align:right;
	background: url(images/content_kop.png);
	padding:7px 80px 0 0;
}
div#contentvak_outer {
	width:514px;
	background: url(images/contentvak_bg.png);
}
div#contentvak {
	width:464px;
	background: url(images/contentvak_foot.png) bottom no-repeat;
	padding:0px 25px 30px 25px;
}
div#contentvak p {
	margin:0;
	padding:10px 0;
}
div.menu_kop {
	width:140px;
	height:23px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:9px 0 0 37px;
	background: url(images/menu_kop.png);
}
div.menu_cont {
	width:173px;
	padding:4px 2px;
}
div.menu_cont ul {
	width:173px;
	border-bottom:1px solid #a85819;
	margin:0;
	padding:0;
	list-style-type:none;
}
div.menu_cont ul li {
	width:173px;
	border-top:1px solid #a85819;
	height:18px;
}
div.menu_cont ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:143px;
	height:17px;
	color:#fff;
	padding:1px 0 0 30px;
}
div.menu_cont ul li.on {background:#782d0a;}
/* /Content */