body {
	background-color:#dcdde9;
	background-image:url(../art/graphics/achtergrond.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#21296B;
}

/* ### POSITIONERING */
#wrapper{
	width:875px;
	margin:35px auto 0 auto;
	text-align:left;
	position:relative;
}
#header{
	width:100%;
	height:92px;
	margin:0 0 0 0;
}
#subheader{
	background-repeat:no-repeat;
	width:100%;
	height:76px;
	margin:1px 0 0 0;
	padding:18px 0 0 155px;
}
#currentplussubs{
	position:absolute;
	left:153px;
	top:113px;
	color:#fff;

}
#currentplussubs, #currentplussubs a, #hoofdmenu a{
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
}
#currentplussubs a{
	padding:2px 10px 2px 12px;
	background-image:url(../art/graphics/sub_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	color:#d2d4e4; /* #858AB2; */
}
#currentplussubs a:hover, #currentplussubs a.current{
	color:#ffffff;    /*#C6C9DC;*/
}
#leftbalk{
	width:145px;
	position:absolute;
	left:0;
	top:184px;
}
#hoofdmenu{ /* ul hoofdnavigatie */
	width:145px;
	background-image:url(../art/graphics/hoofdmenubg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	list-style-type:none;
	min-height:275px;
	height:auto !important;
	height:275px;
}
#hoofdmenu li{
	padding:1px;
}
#hoofdmenu li a{
	display:block;
	padding:4px 10px;
	margin:1px 0 1px 0;
	color:#636A9C;
}
#hoofdmenu li a.current, #hoofdmenu li a.stamvader, #hoofdmenu li a:hover{
	background-image:url(../art/graphics/hoofdmenu_a_bg.png);
	background-repeat:repeat-y;
	color:#FFF;
}
#aanmelden{
	width:125px;
	background-image:url(../art/graphics/bg_aanmelden.png);
	background-repeat:no-repeat;
	height:15px;
	margin-top:1px;
	padding:65px 10px 10px 10px;
}
#content{
	width:563px;
	padding:10px 10px 10px 155px;
	margin:0 0 25px 146px;
	display:block;
	min-height:320px;
	height:auto !important;
	height:320px;
	line-height:1.5em;
}

#footer{
	clear:both;
	width:100%;
	height:30px;
	margin:0;
	padding-top:10px;
	color:#8A8A93;
	font-size:0.8em;
}
#footer a{
	color:#46464A;
	text-decoration:none;
}

h1{
	font-family:"Trebuchet MS";
	background-color:#596195;
	margin:0 -10px 12px -10px;
	padding:2px 10px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
h3{
	font-family:"Trebuchet MS";
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	margin:25px 0 0 0;
}
#content p{
	line-height:1.6em;
}
#content .intro{
	line-height:1.7em;
	font-style:italic;
}
hr.clearboth{
	display:none;
}

img{ border:none;}
.img_right{ 
	margin: 2px -10px 2px 10px;
}
.img_left{
	margin: 2px 10px 2px -10px;
}
a{
	color:#111c6d;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#596195;
}
