body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

/* header */
#header{
	float: left;
	margin-bottom: 20px;
	padding-left: 19px;
}
#topnav{
	float: right;
	margin-right:30px;
	margin-top:12px;
	height:20px;
}
#search{
	clear:right;
	float: right;
	margin-right:30px;
	margin-top:52px;
}
#search #searchfield{
	width:140px;
	padding: 0px 0px 0px 2px;
	height: 15px;
	border: 1px solid #93117E;
	font-size:12px;
}
#search #submit {
	top: 4px;
	position: relative;
	margin-left: -1px;
}
.search_field

{
	width: 165px;
	height: 19px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 11px;
	font-family: arial;
	color: #696969;
	background: url(../images/layout/input_bg.jpg) repeat-x;
}
.search_btn{
	width: 36px;
	height: 30px;
	border: 0px;
	cursor: pointer;
	margin-left: 5px;
	background: url(../images/layout/btn_search.jpg) no-repeat;
}

#h_line{
	margin:20px 30px 20px 30px;
	/*	background: url(../images/layout/bk_dots.gif) repeat-x; */
	height: 10px;
	clear: both;
	border-bottom: 1px solid #E5E5E5;
}

/* main menu */
#main_menu{
	margin-left:30px;
	width: 150px;
/*	background: url(../images/layout/bk_dots_vert.gif) repeat-y right; */
	float: left;
	line-height: 24px;
}
#main_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main_menu li a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
	display:block;
	width:140px;
	height:22px;
	background: url(../images/layout/button_back.png) no-repeat;
	padding: 8px 0px 0px 10px;
	margin-bottom:4px;
}
#main_menu li a:hover {
	color: #000;
	background: url(../images/layout/button_back_hover.png) no-repeat;
}

/* content */
#col_mid {
	position: absolute;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	left: 210px;
	/*	border-bottom: 1px solid #CCC; */
	padding-right:30px;
	width: 75%;
}
#col_right {
	width:125px;
	float:right;
	margin-right:30px;
	margin-top: 30px;
}

/* opmaak */
a:link, a:active, a:visited, a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#4e95a8;
}
a:hover {
	color:#9e9e9e;
	text-decoration:none;
}

h1{
	color: #808080;
	font: 18px Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}
h2{
	color: #4e95a8;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}
.fout {
	color:#F00;
}
.kopje{
	font-weight:bold;
}
.img-right{
	margin-left:10px;
}
.img-left{
	margin-right:10px;
}
.icon{
	vertical-align: -20%;
}
a.credits{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	display:block;
	margin-top:30px;
	text-decoration:none;
}
tr.even {
	background: #E7F2F8;
}
