body{
	margin-top:0px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:'Times New Roman';
	font-size:12px;
    height:100%;
}
img{
	border:none;
}
img.menu{
	height:px;
    widht:px;
}
div{
	color:#000000;
	font-family:'';
	font-size:12px;
}
td{
	color:#000000;
	font-family:'Times New Roman';
	font-size:12px;
}
a{
	color:#260F0F;
	font-family:'Times New Roman';
	font-size:12px;
}
a:hover{
	color:#A3A3A3;
	font-family:'Times New Roman';
	font-size:12px;
}
a.menu_active{
	color:#646464;
	font-family:'Times New Roman';
	font-size:14px;
    text-decoration:none;
}
a.menu_active:hover{
	color:#4E81A3;
	font-family:'Times New Roman';
	font-size:14px;
    text-decoration:underline;
}
#super{
	position:relative;
    width:100%;
    	background-position:50% 0%;
    background-repeat:repeat-y;
}
#hoofd{
	position:relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-repeat:repeat-y;
	}
#header{
	position:relative;
	background-image:url(../img/afb2.jpg);
	background-repeat:no-repeat;
	width: 850px;
	height: 169px;
}
#bottom{
	position:relative;
	background-image:url(../img/afb5.jpg);
	height: 154px;
    width: 850px;
    background-repeat:repeat-x;
}
#content{
	position:relative;
	min-height:825px;
    _height:645px;
	width: 850px;
    background-image:url(../img/afb3.jpg);
    background-position:top;
    background-repeat:no-repeat;

}
a.submenu{
	color:#b91115;
    text-decoration:none;
}
a.submenu:hover{
		color:#b91115;
	text-decoration:underline;
}


/* Navigatie */
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul a{
font-weight: bold;
color: #646464;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
background-color: #e9e9e9;
border-left: 3px solid #FFF;
}

ul ul li{
background-color: #666;
border-top: 3px solid #FFF;
border-left: 0;
}

/* 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 */