BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-bottom: 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8dc63f;
	margin-bottom: -10px;
}

P {
	margin-top: 12px;
}

#container {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding: 0px;
	position: relative;
} 
#top1 {
	background-image: url(../images/background/rotator.php);
	background-repeat: no-repeat;
	width: 700px;
	position: relative;
	background-position: left top;
	height: 156px;
	z-index: 300;
}
#top2 {
	background-image: url(../images/groen.png);
	background-repeat: no-repeat;
	width: 700px;
	position: relative;
	background-position: left top;
	height: 114px;
	z-index: 300;
	margin: 0px;
}

#balk {
	position: absolute;
	top: 7px;
	left: 35px;
	height: 20px;
	width: 45px;
	padding-right: 0px;
}
#menuholder {
	height: 20px;
	top: 4px;
	float: right;
	position: relative;
}

#text  {
	z-index: 200;
	position: relative;
	padding: 20px;
	font-family: arial;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 400px;
} 

#picture {
	background-image: url(../images/picture/rotator.php);
	background-repeat: no-repeat;
	background-position: center ;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 445px;
	top: 25px;
} 

#picture2 {
	background-image: url(../images/foto.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	position: absolute;
	height: 200px;
	width: 250px;
	left: 445px;
	top: 25px;
} 

#footer {
	height: 20px;
	width: 700px;
	color: #666666;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8dc63f;
	text-align: center;
	padding-top: 4px;
}

A:link {
	text-decoration: none;
	color: #666666;
} 
A:visited {
	text-decoration: none;
} 

/*menu*/

.menu {
	width:auto;
	height:19px;
	font-size:0.85em;
	text-align: center;
	top: 0px;
	position: absolute;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:19px;
	padding-left:10px;
	line-height:15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
w\idth:100px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:20px;
left:0; 
	width:144px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background-color: #8dc63f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
* html .menu ul ul {
bottom:19px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	width:129px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
		-moz-opacity:.90;
	opacity:.90;
	background-color: #8dc63f;
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}
