body {
	font-family:Arial, "Courier New", Courier, monospace;
	font-size: 12px;
	color:#800909;
	text-align: center;
	margin:0;
	text-align:center;
	height:100%;
	z-index:1;
	background-image:url(../img/background_image.jpg);
	background-repeat:no-repeat;
	background-position:100% 110% ;
	background-color:#ffffff;
}
td{
	vertical-align:top;
}
input{
	border:1px solid #800909;
	font-size:11px;
	width:225px;
}
input.pers{
	width:50px;
}
textarea{
	border:1px solid #800909;
	font-size:11px;
	width:225px;
	height:100px;
}
img{
	border:none;
}
img.menuBorder {
	margin-top: 5px;
	margin-bottom: 15px;
}
a{
	
}
a:hover{
	
}
a.submenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
	width:166px;
	text-decoration:none;
}
a.submenu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
	width:166px;
	text-decoration:underline;
}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
z-index:300;
}

#nav li {
float: left;
padding-top:5px;
}
img.space{
	padding-top:0px;
	margin-top:-5px;
}
#nav ul {
position: absolute;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

a.hoofdmenu {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

ul a{
color: #ffffff;
cursor: default;
}
ul ul{
	width:166px;
	background-color:#800909;
	border:1px solid #000000;
	top:39px;
}
ul ul a:link, ul ul a:visited{
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
color:#FFFFFF;
}


ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

ul li{
	height:40px;
}

ul ul li{
border-left: 0;
height:30px;
background-image:url(../img/space_sub_menu.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:166px;
text-align:center;

}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 

