/* CSS Document */
div#container {
	position:absolute;
	width: 800px;
	height:700px;
	left: 50%;
	margin-left: -400px;	
}
#openlightbox {
	position:absolute;
	top:100px;
	left:0px;
	width:800px;
	height:500px;
}
body {
	margin:0 0 0 0;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#003399;
	}
.plattetekst {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#003399;
}
.hoofdtitel {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:36px;
	line-height:38px;
	color:#003399;
	font-weight: bold;
}
.subtitel {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:22px;
	line-height:28px;
	color:#003399;
	font-weight: bold;
}
.kop {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#003399;
	font-weight: bold;
}
.subkop {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#003399;
	font-weight: bold;
}
.kleinetekst {
	color:#FF0000;
	font-size:10px;
	line-height:12px;
	vertical-align: text-top;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
.subscriptplat {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	vertical-align:text-top;
	font-size:9px;
	line-height:10px;
	color:#003399;
}
.subscriptkop {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#003399;
	font-style:italic;
}
.news {
	font;10px/11px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#003399;
}
.floatright {
float: right;
margin: 5px 0px 10px 10px;
}
.floatleft
{
float: left;
margin: 5px 10px 10px 0px;
}