* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #fff;
	font: 68.75% Verdana;
	margin: 12px 0 0 0;
}

a { outline: none; }

#container {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	height: 188px;
	position: relative;
	background: transparent url(../images/header.gif) no-repeat right;
}

#nav-basis {
	position: absolute;
	top: 5px;
	right: 0;
}

#nav-basis ul {
	list-style-type: none;
}

#nav-basis ul li {
	float: left;
	margin-right: 1.8em;
}

#nav-basis a:link, #nav-basis a:visited, #nav-basis a:hover, #nav-basis a:active {
	font-weight: bold;
	color: #00aad0;
}

#nav-basis a.active:link, #nav-basis a.active:visited, #nav-basis a.active:hover, #nav-basis a.active:active {
	text-decoration: none;
	color: #e2007a;
}

#search {
	position: absolute;
	width: 220px;
	bottom: 70px;
	right: 0;
}

#search span  {
	display: block;
	float: left;
	width: 127px;
	height: 21px;
	margin-top: 2px;
	background: transparent url(../images/searchfield.gif) no-repeat;
}

#search input {
	float: left;
	color: #7f7f7f;
	font-family: Verdana;
	font-size: 1.1em;
	border: 0;
	background-color: none;
	width: 104px;
	margin: 4px 0 0 10px;
}

#search .button {
	display: block;
	float: left;
	font-size: 0em;
	text-decoration: none;
	width: 68px;
	height: 24px;
	margin-left: 6px;
	background: transparent url(../images/searchbutton.gif) no-repeat;
}

#search .button:hover {
	background: transparent url(../images/searchbuttonhover.gif) no-repeat;
}

#title {
	position: absolute;
	left: 220px;
	top: 50px;
}

#title h2 {
	font-size: 1em;
	color: #fff;
}

#body {
	background: transparent url(../images/body.gif) repeat-y right;
}

#entree #article {
	float: left;
	width: 550px;
	padding-left: 50px;
}

#vervolg #article {
	float: left;
	width: 436px;
	padding: 0 22px 0 22px;
}

#article .breadcrum {
	margin-bottom: 2.6em;
}

#article .breadcrum span {
	color: #898989;
}

#article .breadcrum span.active {
	font-weight: bold;
	color: #000;
}

#article .breadcrum a:link, #article .breadcrum a:visited, 
#article .breadcrum a:hover, #article .breadcrum a:active {
	color: #00aad0;
}

#article {
	line-height: 1.8em;
}

#article h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.63em;
	color: #e2007a;
	padding-bottom: 1em;
}

#article h2 {
	font-size: 1em;
	color: #e2007a;
}

#article h3, #article p {
	padding-bottom: 1.8em;
}

#article h3 {
	font-size: 1em;
}

#article a:link, #article a:active {
	color: #00aad0;
}

#article a:visited {
	color: #93117e;
}

#article a:hover {
	color: #f79b00;
}

#article ul  {
	list-style-type: none;
	margin: 0 0 1.8em 2px;
}

#article ul li {
	padding-left: 15px;
	background: transparent url(../images/bullet.gif) no-repeat 0 8px;
}

#article img {
	border: 0;
	margin-bottom: 1.8em;
}

#entree #secondary {
	float: right;
	right:0;
	top: 0;
	width: 300px;
}

#entree #nav {
	border: 10px solid #eee;
	height: 300px;
	padding: 25px;
	margin: 25px;
}

#vervolg #nav {
	float: left;
	width: 220px;
}

#vervolg #nav .navbox {
	padding-top: 17px;
	background: transparent url(../images/navheader.gif) no-repeat 0 0;
}

#vervolg #nav .navboxfooter {
	height: 23px;
	background: transparent url(../images/navfooter.gif) no-repeat left;
}

#entree #nav ul {
	list-style-type: none;
}

/* navigation */
#vervolg #nav ul {
	list-style-type: none;
	width: 200px;
	padding-top: 8px;
}

#vervolg #nav ul li {
	position: relative;
	_height: 0;
}

#vervolg #nav ul li img {
	position: absolute;
	left: 10px;
	top: 5px;
}

#vervolg #nav ul li a:link, #vervolg #nav ul li a:visited, 
#vervolg #nav ul li a:hover, #vervolg #nav ul li a:active {
	display: block;
	font-family: Interstate, Tahoma, Verdana;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
	width: 174px;
	height: 23px;
	padding: 7px 0 0 26px;
	background-color: #e2007a;
}

#vervolg #nav ul li a:hover, #vervolg #nav ul li.active a:link, 
#vervolg #nav ul li.active a:visited, #vervolg #nav ul li.active a:active {
	color: #788800;
	background-color: #e8efb3;
}

/* Toevoegingen YV 07-12-2011 */

#vervolg #nav ul li a { min-height: 23px; height:auto !important; height: 23px; }

.navbox ul li a span { display: block; font-size: 10px; padding: 0 0 7px 0; background: #E2007A; }
.navbox ul li a:hover span { background: #E8EFB3; }

.navbox ul li.active a span { background: #E8EFB3; }

#vervolg #nav ul li.active ul li.active ul li a { font-weight: normal; }
#vervolg #nav ul li.active ul li.active ul li.active a { font-weight: bold; }

/* Einde Toevoegingen YV 07-12-2011 */

#vervolg #nav ul ul {
	padding: 0;
}

#vervolg #nav ul li ul li a:link, #vervolg #nav ul li ul li a:visited, 
#vervolg #nav ul li ul li a:hover, #vervolg #nav ul li ul li a:active {
	color :#fff !important;
	width: 160px;
	padding-left: 40px;
	background-color: #b1c800 !important;
}

#vervolg #nav ul li ul li a:hover, #vervolg #nav ul li ul li.active a:link, 
#vervolg #nav ul li ul li.active a:visited, #vervolg #nav ul li ul li.active a:active {
	color: #e2007a !important;
	width: 160px; /* Was 180px (YV) */
	background: transparent url(../images/navhover.gif) no-repeat;
}

/* Toevoegingen YV 16-12-2011 */

#vervolg #nav ul li ul li ul {}
#vervolg #nav ul li ul li ul li { background: #B1C800 !important; }
#vervolg #nav ul li ul li ul li a { background: #fff !important; width: 150px !important; margin-left: 50px !important; padding-left: 0px !important; }

/* Einde Toevoegingen YV 07-12-2011 */

/* / navigation */

#footer {
	height: 105px;
	padding-top: 60px;
	margin-left: 30px;
	background: #6cd0ea url(../images/articlefooter.gif) no-repeat 190px 0;
}

#logo {
	background-color: #fff;
	text-align: center;
	padding: 45px;
}

#components {
	float: left;
	width: 200px;
	margin-left: 20px;
}

#components .component {
	margin-bottom: 1.9em;
}

#components .keepmeposted {
	display: block;
	font-size: 0em;
	text-decoration: none;
	outline: none;
	width: 200px;
	height: 39px;
	background: transparent url(../images/keepmepostedbutton.gif) no-repeat;
}

#components .keepmeposted:hover {
	background: transparent url(../images/keepmepostedbuttonover.gif) no-repeat;
}

#components .nieuws {
	padding: 4px 16px 0 16px;
	background: #b1e2ee url(../images/newsheader.gif) no-repeat;
}

#components .nieuws p, #components .nieuws h3, #components .nieuws h5 {
	line-height: 1.6em;
}

#components .nieuws p {
	padding-bottom: 1.6em;
}

#components .nieuws h5 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.55em;
	color: #009ec6;
	padding-bottom: 0.7em;
}

#components .nieuws h3 {
	font-size: 1em;
}

#components .nieuws a:link, #components .nieuws a:visited, 
#components .nieuws a:hover, #components .nieuws a:active {
	font-weight: bold;
	color: #00aad0;
}

#components .nieuws a:visited, #components .nieuws a:hover {
	color: #9e4bac;
}

#components .nieuwsfooter {
	width: 200px;
	height: 15px;
	background: #b1e2ee url(../images/newsfooter.gif) no-repeat;
}

#components .banner {
	/* padding-top: 14px; // Wijziging YV 07-12-2011 (verwijderen achtergrond banners) */
	text-align: center;
	/* background: #b6e8f5 url(../images/bannerheader.gif) no-repeat; // Wijziging YV 07-12-2011 (verwijderen achtergrond banners) */
}

#components .bannerfooter {
	width: 200px;
	height: 14px;
	/* background: #b6e8f5 url(../images/bannerfooter.gif) no-repeat; // Wijziging YV 07-12-2011 (verwijderen achtergrond banners) */
}

#components img {
	border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.dispnone {
	display:none;
}
