body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #cccccc;
    text-decoration: none;
    margin: 0px;
	padding: 0px;
    background-color: #444444;
	background-image: url(../images/background.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#toplogo {
	float: left;
}

#topimage_finan {
	width: 100%;
	height: 156px;
	background-color: #50679B;
	background-image: url(../images/F3.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#topimage_gezond {
	width: 100%;
	height: 156px;
	background-color: #42A4CC;
	background-image: url(../images/G3.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#topimage_verkeer {
	width: 100%;
	height: 156px;
	background-color: #A2434B;
	background-image: url(../images/V3.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#topimage_rups {
	width: 100%;
	height: 156px;
	background-color: #5df591;
	background-image: url(../images/vlinder.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

img {
	border: 0px;
}

#topnavigation {
	width: 100%;
	height: 33px;
	background-image: url(../images/navbackground.gif);
	background-position: left;
	background-repeat: repeat;
}

#leftspacer_finan {
	height: 30px;
	background-color: #50679B;
}

#leftspacer_gezond {
	height: 30px;
	background-color: #42A4CC;
}

#leftspacer_verkeer {
	height: 30px;
	background-color: #A2434B;
}

#leftspacer_rups {
	height: 30px;
	background-color: #5df591;
}

#contentleft {
	float: left;
	width: 199px;
}

#leftnavigation {
	padding: 20px 0px 10px 20px;	
}

ul #leftnavigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftnavigation a:link, #leftnavigation a:visited {
	display: block;
	line-height: 20px;
	font: bold 11px arial, helvetica, sans-serif;
    text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding: 0, 20px, 0, 0;
	background: url(../images/background_nav.gif) center right no-repeat;
}

#leftnavigation a:active {
	color: #DDDDDD;
}

#leftnavigation h3 {
	text-align: right;
	padding-right: 17px;
}

#contentcenter {
	float: left;
	width: 385px;
	padding: 2px 20px 20px 20px;
}
	
#textright {
	position: absolute;
	top: 195px;
	left: 630px;
	width: 190px;
	padding: 0 15px 20px 15px;	
}

#contentright {
	position: absolute;
	top: 188px;
	left: 610px;
	width: 200px;
	padding: 0 15px 20px 15px;
}

#attribute-image {
	position: absolute;
	top: 457px;
	left: 626px;
}

#copyright{
	position: absolute;
	top: 600px;
	left: 0px;
	width: 180px;
	padding-left: 20px;
	line-height: 24px;
	color: #555555;
	background-color: #333333;
}

#header, #footer {
	width: 797px;
}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */

* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

input {
	border: 1px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}
 
#movie {
	text-align: center;
	background-color: #565656;
}