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

@import url("posities.css");
@import url("fonts.css");

body {
	margin-top: 0px;
	background-color:#000;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
}

h1 {
	font-size: 2em;
	font-weight:bold;
	font-family: "CrackhouseMedium",arial, sans-serif;
	margin-top: 0px;
}

IMG {
	border: 0px;
}

a:link { font-weight:bold; text-decoration:none; color:#000; } 
a:visited { font-weight:bold; text-decoration:none; color:#000; } 
a:hover { font-weight:bold; text-decoration:none; color:#0CF; } 
a:active { font-weight:bold; text-decoration:none; color:#000; } 

#topper {
	position:relative;
	margin: 0px auto;
	width: 1000px;
	height: 514px;
	background:#000 url(../img/background_top.jpg);
}

#main {
	position:relative;
	margin: 0px auto;
	width: 1000px;
	min-height:947px;
	background:#000 url(../img/background_bottom.jpg) no-repeat; 
}

#main_home {
	margin: 0px auto;
	width: 1000px;
	height: 947px;
	background:#000 url(../img/background_bottom_home.jpg);
	position:relative;
}

#main_home_new {
	margin: 0px auto;
	width: 1000px;
	height: 947px;
	background:#000 url(../img/background_bottom_home_new.jpg);
	position:relative;
}

#kader {
	background-color:#FFF;
	filter:alpha(opacity=60);
	opacity:0.6;
	width: 800px;
	margin: 0px auto;
	position:relative;
	margin-bottom:200px;
	z-index:100;
}

#tekstvlak {
	position:relative;
	padding-top: 20px;
	width: 760px;
	margin: 0px auto;
	padding-bottom: 20px;
	overflow:auto;
	max-height: 700px;
	filter:alpha(opacity=100);
	opacity:1.0;
	z-index:10;
}
	
#kader_fixed {
	position:absolute;
	background-color:#FFF;
	filter:alpha(opacity=60);
	opacity:0.6;
	width: 800px;
	height:740px;
	margin: 0px auto;
	top: 20px;
	left:100px;
}

#tekstvlak_fixed {
	position:absolute;
	top: 40px;
	width: 760px;
	left: 120px;
	overflow:auto;
	max-height: 700px;
}



.nieuwsdatum {
	font-style:italic;
	font-size: 0.8em;
	color:#009;
}