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

body{
	margin-top:0px;
	background-color:#FC3;
	background-image:url(../images/bg.jpg);
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#hoofdFrame{

	padding-top:20px;
	text-align:left;
	min-height:400px;
	width:745px;

}
#displaybox {
	z-index: 10000;
	filter: alpha(opacity=70); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
	-moz-opacity: .70; /*older Mozilla*/
	-khtml-opacity: 0.7;   /*older Safari*/
	opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}

.hoofdTitel{
	font-weight:900;
	font-size:20px;
	/*border-bottom:1px;
	border-bottom-color:#333;
	border-bottom-style:dashed;*/
}
.onderTitel{
	font-weight:900;

}
.red{
	color:#F00;
}
#gegevens{
	text-align:center;
	padding-top:10px;
	font-weight:900;
}
#lijn{
	border-color:#000;
	border:1px;
	border-style:solid;	
}
#inhoud{
	
	padding:20px;
	border-color:#000;
	border:1px;
	border-style:solid;
	background-color:#FFF;
	min-height:400px;
}
.slash{	
	font-weight:900;
	color:#FFF;
}
a:link, a:visited, a:active{
	color:#333;
	font-family:Arial black, arial;
	text-decoration:none;
}
a:hover{
	color:#666;
}
#menu{

	height:30px;
	padding-left:40px;
	color:#FFF;
	font-size:14px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
}