@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bodybg.gif) repeat-x top left;
	margin: 70px 0px 0px 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#515652;
}

html{
	height:100%;
	width:100%;
}

#wrapper {
	width: 100%;
}

#pagina {
	display:block;
	position:relative;
	width:920px;
	height:auto;
	min-height:770px;
	margin: 0px auto 0px auto;
	border-bottom:8px solid #cccccc;
	background:url(../images/page-bg.gif) repeat-y top left #ffffff;
}

#header {
	display:block;
	position:relative;
	width:920px;
	height:138px;
	background:url(../images/header-noorderrond.jpg) no-repeat;
	color: #CDC01C;
	
}
#subheader {
	display:block;
	position:relative;
	width:920px;
	height:60px;
	padding:0px;
	margin:0px;
}
#subheader_left {
	position:relative;
	width:678px;
	height:60px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color:#CDC01C;
	
}
#subheader_left p {
	margin:0px;
	margin-left: 10px;
	font-size: 24px;
	color: #FFF;
	line-height: 60px;
}

#subheader_right {
	background: #069;
	position:relative;
	width:242px;
	height:60px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#subheader_right a {
	margin:0px;
	margin-left: 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 60px;
}

#content {
	display:block;
	position:relative;
	width:920px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

#links {
	/*display:block;
	position:relative;
	float:left;
	width:210px;
	height:auto;
	margin: 0px;
	padding:0px;*/
}

#midden {
	display:block;
	position:relative;
	float:right;
	width:710px;
	height:auto;
	background-color:#FFF;
	margin: 0px;
	padding:0px;
}
a:link {color:#069} /* unvisited link */
a:visited {color:#069} /* visited link */
a:hover {	color:#900} /* mouse over link */
a:active {
	color:#FFF
} /* selected link */

.leesmeer {
	display:block;
	position:relative;
	float:right;
	height:18px;
	width:auto;
	color:#ffffff;
	background:url(../images/leesmeerknop.jpg) no-repeat top left #515652;
	margin-top:3px;
	margin-left: 12px;
	margin-bottom: 4px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-indent: 27px;
	padding-right:8px;
	overflow:hidden;
	text-decoration:none;
}
a.leesmeer:link  {
	color:#fff;
}
a.leesmeer:hover {
	color:#6CF;
}
a.leesmeer:visited {
	color:#fff;
}

.menutitel {
	color:#515652;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 215px;
	
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #069;
	text-align: left;
}
.subkopje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #069;	
}
p {
	color:#000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#subheader_right a:link a:hover a:visited{
	color:#FFF;
	line-height: 60px;
	text-decoration: none;
}
.contenttable {
	width: 710px;
}
.contenttable td {
	vertical-align:top;
}
#navcontainer
{
	display:block;
	position:relative;
	float:left;
	width:190px;
	height:auto;
	margin: 10px;
	padding:0px;
}

ul.navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

ul.navlist li a
{
	display:block;
	height:20px;
	color:#ffffff;
	background-color:#515652;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-indent: 8px;
	padding-right:6px;
	overflow:hidden;
	margin-right: 0px;
	text-decoration:none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul.navlist li#active a {
	background: #CDC01C;
	color: #800000;
}
ul.navlist li a:hover, ul.navlist li#active a:hover {
	color: #FFF;
	background-color: #CDC01C;
}
hr {
	border: 0px;
	color: #b8af86;
	background-color: #b8af86;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 0px
}
.rood {
	font-style: italic;
	color: #900;
	text-align: left;	
}
.afb_links {
	margin-right:10px;
	float:left;
}

