html {
     margin: 0; 
     height: 100%; 
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#e7e7e7;
}

div#background_left {
	left:0px;
	width:50%;
	height:120px;
	position:absolute;
	background-image:url(layout/header_stretch.gif);
	background-position:top;
	background-repeat:repeat-x;
}

div#background_right {
	right:0px;
	width:50%;
	height:120px;
	position:absolute;
	background-image:url(layout/header_stretch.gif);
	background-position:top;
	background-repeat:repeat-x;
}

div#container {
	background-color:#e7e7e7;
	width:100%;
	background-image:url(layout/footer_stretch.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
div#subcontainer {
	position:relative;
	width:770px;
	height:790px;
}

DIV#top {
	position:absolute;
	left:0px;
	top:0px;
	width:770px;
	height:165px;
}

DIV#middle {
	position:absolute;
	left:0px;
	top:165px;
	width:770px;
	height:565px;
	background-image:url(layout/background.gif);
	background-repeat:repeat-y;
}

DIV#footer {
	position:absolute;
	bottom:0px;
	width:770px;
	left:0px;
	height:73px;
}

div#right {
	width:259px;
	height:568px;
	top:200px;
	left:500px;
	position:absolute;
	padding-right: 17px;
	padding-top: 8px;
	margin: 0px;
	text-align:left;
}
div#actueel {
	height:310px;
	position:relative;
	background-image:url(layout/box_back.gif);
	background-repeat:repeat-y;
}
div#actueel_top {
	top:0px;
	position:absolute;
}
div#actueel_bottom {
	bottom:0px;
	position:absolute;
}
div#actueel_content {
	top:16px;
	left:15px;
	width:220px;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:12px;
	color:#4c4c4c;
}
div#actueel_content p
{ 
    margin-bottom: 0px; 
    margin-top: 12px; 
}
div#actueel_content img, div
{ 
    margin: 0px; 
    padding: 0px; 
}
div#uitgelicht {
	height:153px;
	position:relative;
	background-image:url(layout/box_back.gif);
	background-repeat:repeat-y;
	top:6px;
}
div#uitgelicht_top {
	top:0px;
	position:absolute;
}
div#uitgelicht_bottom {
	bottom:0px;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:12px;
	color:#4c4c4c;
}
div#uitgelicht_content {
    padding: 16px 1px 1px 1px;
	height:126px;
	width:239px;
}
div#left_nl {
	position:relative;
	width:765px;
	height:546px;
	top:177px;
	float:left;
	padding-left:5px;
}

div#left {
	position:relative;
	width:786px;
	height:546px;
	top:177px;
	float:left;
	padding-left:2px;
}

div#language {
	position:absolute;
	top:59px;
	left:25px;
}

div#switch {
	position:absolute;
	top:59px;
	left:25px;
}

div#contentheader {
	position:relative; 
}
div#content_nl {
	height:540px;
	position:relative; 
	width:760px; 
	text-align:left; 
	overflow:auto; 
    overflow-x: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:13px;
	color:#4c4c4c;
	text-align:left;
	margin-bottom:20px;
	padding-left:15px;
	padding-bottom:20px;
	
}

table, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:13px;
}

div#content {
	height:540px;
	position:relative; 
	width:713px; 
	text-align:left; 
	overflow:auto; 
    overflow-x: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:13px;
	color:#4c4c4c;
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
	
}

table {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

div#content p, div#content_nl p, div#content div, div#content_nl div {
	padding-right:20px;
}

div#content label, div#content_nl label {
	width: 140px;
	text-align:right;
	padding-right:5px;
	min-width: 140px;
}

div#content #ident, div#content_nl #ident {
	margin-left:20px;
}

div#content input#ident, div#content_nl input#ident {
	margin-left:200px;
}

a {
color:#ff0000;
text-decoration:none;
}