@charset "UTF-8";
/* CSS Document */

/* IE PNGFIX */
img {
	behavior: url(iepngfix.htc);
}

/* Verticale verdeling
*
*/
			
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#29440e;
}

#everything {
	min-height: 100%;
	position: relative;
}


/* Links */

a {
	color:#84aa00;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.link_footer {
	color:#d7dcd3;
	font-weight:normal;
	text-decoration:underline;
}

a.link_footer:hover {
	color:#84aa00;
}

a.menu_lijst {
	font-weight:bold;
}

a.anchor {
	font-weight:bold;
	text-decoration:none;
	color:#29440e;
}

#link_anchor {
	color:#29440e;
	text-decoration:none;
}



/* Lijst */

ul {
	margin:0px;
	margin-top:7px;
	padding-left:17px;
}

li {
	padding-left:0px;
}


/* Footer */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 82px;
}

#payoff_home {
	height:50px;
	width:97%;
	vertical-align:top;
	text-align:right;	
}

#footer_balk {
	height:22px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:10px;
	color:#d7dcd3;
	padding-top:10px;
}



/* Flashbanner */
#flashbanner_container {
	background-image: url(../images/banner_bg.png); 
	background-repeat: repeat-x; 
	width:100%; 
	height:537px;
}

#flashbanner {
	width: 100%; 
	height: 537px; 
	overflow: hidden; 
	position: relative;
}

#noflash {
	width: 2397px;
	height: 537px;
	margin-left: -1199px;
	left: 50%; 
	position: relative; 
	text-align: center; 
	background-image: url(../Flash_header_bg.jpg);
}

#noflash #getflash {
	display: block;
	position: absolute;
	left: 830px;
	top: 282px;
	width: 109px;
	height: 30px;
}


/* Header vervolpagina */

#header_vervolg {
	width:100%;
	height:265px;
	background-image:url(../images/header_bg_vervolgpagina.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


