html, body {
height: 100%;
min-height: 100%;
} 

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
}

a img {
	border-width: 0;
}

body {
	text-align: center;
	background-color: #daeef7;
	font: 11px Arial;
	margin: 0;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#container {
	text-align: left;
	margin: 0 auto;
	background:url(../images/bg.jpg) top center no-repeat;
	width: 923px;
	min-height:100%;
	height:auto !important;/*FF, safari, & ie8 will listen to this*/
	height:100%; /*ie6&7 will listen to this*/
	position:relative;
}

#header {
	height: 150px;
	position: relative;
}

#nav-basis {
	position: absolute;
	top: 10px;
	right: 33px;
}

#nav-basis ul,
#nav ul {
	list-style-type: none;
}

#nav-basis ul li {
	float: left;
	margin-left: 1em;
}

#nav-basis a {
	font: 11px Arial;
	font-weight: bold;
	color: black;
}

#search {
	position: absolute;
	bottom: 0;
	right: 1em;
}

#title {
	text-align: center;
}

#title h1 {
	line-height: 150px;
}

#body {
	position: relative;
	padding-right: 30px;
	min-height: 350px;
	height:auto !important;
	height:350px;
}

/*#entree #article {
	float: left;
	width: 550px;
	padding-left: 50px;
}*/

#vervolg #article {
	margin-left: 232px;
/*	padding-right: 250px;*/
	width: 400px;
	padding-top: 35px;
	padding-left: 35px;
	line-height: 2em;
}

#article h2 {
	margin-bottom: 1em;
}

#article a {
	color: #1C9B49;
}

/*#entree #secondary {
	float: right;
	right:0;
	top: 0;
	width: 300px;
}

#entree #nav {
	border: 10px solid #eee;
	height: 300px;
	padding: 25px;
	margin: 25px;
}
*/

#nav {
	position: absolute;
	left: 34px;
	top: 35px;
	width: 196px;
}

#nav ul {
	display: block;
	width: 196px;
}

#nav ul li {
	display: block;
	margin-bottom: 4px;
	position: relative;
	_height: 0;
}

#nav ul li img {
	position: absolute;
	right:2px; top:5px;
}

#nav ul li a {	
	display:block;
	background-color:#1c9b49;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 1.2em;
	font-size:1.2em;
	padding: 6px 5px 6px 20px;
	color: white;
	letter-spacing:1px;	
}

#nav ul li.active a, #nav ul li a:hover {	
	background-image:url(../images/menu-arrow.gif);
	background-repeat:no-repeat;
	background-position: 2px center; /* Wijziging YV 07-12-2011 (was 2px 2px) */
}

#nav ul li.active ul li.active a,
#nav ul li.active ul li a:hover {	
	background-color: #d4eef9;
	background-image:url(../images/menu-sub-arrow.gif);
	background-repeat:no-repeat;
	background-position: 21px 10px;
}

#nav ul li ul li a,
#nav ul li.active ul li a,
#nav ul li.active ul li.active ul a {	
	background: none;
}

#nav ul ul {
	background-color: white;
	background-image: url(../images/bg_subnav.gif);
	background-position: top right;
	background-repeat: repeat-y;	
}

#nav ul ul li {
	background: none;
	margin: 0;
	
}

#nav ul ul a {
	color: #1c9b49;
	padding-left: 30px;
	text-decoration: none;
	background: none;
	letter-spacing:normal;	
	font-weight: normal;
	text-transform: none;
	font-size:1em;
	background: none;
}

#nav ul ul ul {	
	padding-left: 15px;
	background:none;
	background-color:#eaf7fc;
	width: 180px;
}

#nav ul ul ul a:hover {	
	text-decoration: underline;
}

/* Toevoegingen YV 07-12-2011 */

#nav ul li a span { display: block; font-size: 10px; }

/* Einde Toevoegingen YV 07-12-2011 */

/*#entree #nav ul {;
	list-style-type: none;
}*/

/*#vervolg #nav ul {
	padding-left: 2em;
}*/

#footer {
	background-image: url(../images/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
 	height: 124px;
	position: absolute;
	bottom:-100px;
	width:923px;
}

#logo {
	text-align: center;
	padding-top: 80px;
}

#button-houd-op-de-hoogte {
	margin-left: -5px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#components {
	position: absolute;
	right: 33px;
	top: 20px;
	width: 184px;
	padding: 1em;
}

#components .component {
	background-color: #d4eef9;
	color: #1c7395;
	padding: 10px;
	width: 146px;
}

#components .component.even {
	background-color: #eaf7fc;
}

#components .component h3 {
	font-size: 11px;
	line-height: 22px;
}

#components .component a {
	color: #009ee0;
	font-weight: bold;
}

.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%;
}
