/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html{
	font-family: Arial;
	font-size:12px;
	color:#423419;
	min-height:100%;
    height: auto !important;
    height:100%;
    background: url(images/bg.png) bottom right no-repeat #fff;
}

body {
	font-family: Arial;
	font-size:12px;
	color:#423419;
}





div#container {
	width:998px;
	margin:0 auto;
	padding:10px 0 0 0;
}
.rightfloat {float:right;}
.leftfloat {float:left;}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#423419;text-decoration:none;}
a:hover {text-decoration:none;}
/* End Algemene waardes */
/* Header */

.fsizer a#fs_sml { font-size: 11px; padding:3px 5px 0 5px;}
.fsizer a#fs_med { font-size: 14px; padding:2px 5px 0 5px;}
.fsizer a#fs_lrg { font-size: 18px;}

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; }

div#header {
	width:998px;
	height:257px;
	background: url(images/header.png);
	padding:16px 0 0 0;
}
div#header_inner {
	background: url(images/naam.png) top right no-repeat;
	width:968px;
	height:257px;
	padding:0 0 0 15px;
}
div#balk {
	width:968px;
	height:42px;
}
div#balk a#fs11 {font-size:11px; padding:3px 5px 0 5px;}
div#balk a#fs14 {font-size:14px; padding:2px 5px 0 5px;}
div#balk a#fs18 {font-size:18px;}
div#balk a {
	display:block;
	height:16px;
	line-height:16px;
	float:left;
	padding:0 5px;
	color:#330000;
	text-decoration:none;
}
div#balk a:hover {text-decoration:underline;}
div#balk img {float:left; margin:5px 0 0 0;}
#logo {
	float:left;
	margin:0 0 0 3px;
}
#slogan {
	float:right;
	margin:180px 15px 0 0;
}
/* End Header */
/* Content */
div#content {
	width:955px;
	background: url(images/content_bg.png);
	padding:28px 30px 0 13px;
}
div#content_inner {
	width:955px;
	background: url(images/content_left.png) left bottom no-repeat;
}
div#left {
	float:left;
	width:220px;
	padding:0 0 415px 0;
}
div#menu {
	width:220px;
	position:relative;
}
div#menu ul {
	list-style-type:none;
	position:absolute;
	border-left:3px solid #330000;
	list-style-type:none;
	padding:0 0 0 10px;
}
div#menu ul li {
	position:relative;
	width:204px;
	height:20px;
	margin:10px 0 0 0;
}
div#menu ul li.first {margin:0;}

div#menu ul li a {
	color:#330000;
	display:block;
	width:194px;
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	font-size:14px;
	text-decoration:none;
	border-left:3px solid #fff;
}
div#menu ul li a.active {
	background:#ededed;
	border-left:3px solid #cc3333;
}
div#menu ul li a.active_sub {
	background:#ededed;
	border-left:3px solid #cc3333;
}
div#menu ul li.submenu ul {
	display:none;
	list-style-type:none;
	position:absolute;
	top:8px;
	left:192px;
	width:300px;
	border:1px solid #330000;
	padding:0;
	margin:0;
	background: url(images/trans.png);
}
div#menu ul li.submenu ul li {
	clear:both;
	width:280px;
	height:20px;
	margin:0;
}
div#menu ul li.submenu ul li a {
	height:20px;
	line-height:20px;
	width:280px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	padding:0 0 0 10px;
	text-transform:capitalize;
}
div#right {
	width:685px;
	float:right;
}
div.img_right {
	float:right;
	border:1px solid #bf392d;
	margin:0 0 0 25px;
}
div.img_right img {
	float:left;
	border:1px solid #fff;
}
p {
	line-height:20px;
	padding:0 0 25px 0;
}
/* End Content */
/* Footer */
div#footer {
	width:998px;
	padding:20px 0 10px 0;
	background: url(images/footer.png) top no-repeat;
}
div#footer ul {
	list-style-type:none;
	padding:0 0 0 8px;
}
div#footer li {
	float:left;
	background: url(images/streep.png) right center no-repeat;
	padding:0 6px 0 5px;
}
div#footer li.last {background:none; padding:0 0 0 5px;}
div#footer a {
	font-size:10px;
	color:#423419;
	text-decoration:none;
}
div#footer a:hover {text-decoration:underline;}
/* End Footer */