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

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#container {
	position:relative;
	z-index:1;
}


div.logo {
	position:absolute;
	z-index:100;
	left:0px;
	top:-5px;
	width:200px;
	height:120px;
}

div.daarblijfjeaanplakken {
	position:absolute;
	z-index:100;
	left:717px;
	top:442px;
	width:186px;
	height:64px;
}


.hoofdtabel {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}


.underline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

div.menubg {
	position:absolute;
	z-index:50;
	height:400px;
	width:100px;
	background-image:url(../images/menu_links.png);
	background-repeat:no-repeat;
}

div.menu 
{
	position:absolute;
	height:400px;
	width:200px;
	left:0px;
	top:0px;
	z-index:100;
}

ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: auto; 
	left: -1000em;
	top: 0;
}

.groen 
{
	height:100px;
	background-image:url(../images/submenu_groen.png);
}

.geel 
{
	height:100px;
	background-image:url(../images/submenu_geel.png);
}

.blauw 
{
	height:100px;
	background-image:url(../images/submenu_blauw.png);
}

.rood
{
	height:100px;
	background-image:url(../images/submenu_rood.png);
}


.niets
{
	height:100px;
}


div.tekstvalkgroen 
{
	position:absolute;
	height:300px;
	width:300px;
	background:#FFF; opacity: 0.9; filter: alpha(opacity=90);
	z-index:500;
	left:200px;
	top:120px;
}


div.tekstvalkgeel
{
	position:absolute;
	height:300px;
	width:300px;
	background:#FFF; opacity: 0.9; filter: alpha(opacity=90);
	z-index:500;
	left:200px;
	top:222px;
}



div.tekstvalkblauw
{
	position:absolute;
	height:302px;
	width:400px;
	background:#FFF; opacity: 0.9; filter: alpha(opacity=90);
	z-index:500;
	left:200px;
	top:120px;
}

div.tekstvalkrood
{
	position:absolute;
	height:300px;
	width:300px;
	background:#FFF; opacity: 0.9; filter: alpha(opacity=90);
	z-index:500;
	left:200px;
	top:221px;
}




li.sub
{
	width: 100px;
	height:20px
}

li.subend
{
	width: 100px;
	height:10px
}

a {
	color:#000;
	text-decoration:underline;
}


#contentwithsub {
	position:absolute;
	overflow:auto;
	left:10px;
	top:65px;
	height:219px;
	width:281px;
}

#contentwithsubeen {
	position:absolute;
	overflow:auto;
	left:10px;
	top:77px;
	height:219px;
	width:281px;
}

div.foto{
	position:absolute;
	overflow:auto;
	left:300px;
	top:10px;
	height:140px;
	width:95px;
}
	
	

