/* Algemeen */
* {
	margin:0px;
	padding:0px;
	}

body { 
	font:12px/1.3em Verdana,Helvetica,sans-serif; 
	text-align:left;
	background:url(../bg/bg.gif);
	background-repeat:repeat-y;
	background-position : 0px 123px;
	}
	
#menukronkel {
	position:absolute;
	top:0px;
	left:0px;
	}
	
#container {
	position:absolute;
	top:44px;
	left:26px;
	width:960px;
	height:500px;
	}

#topmenu {
	position:absolute;
	top:-40px;
	left:599px;
	}
	
#topmenu a {
	color:#000;
	}

#header {
	float:left;
	height:107px;
	width:965px;
	}
	
#headerimg {
	position:absolute;
	top:0px;
	left:0px;
	height:529px;
	width:1000px;
	background:url(../bg/navbg.jpg);
	background-repeat: no-repeat;
	}
	
#menu_holder {
	float:left;
	width:283px;
	_width:277px;
	height:10px;
	margin-left:6px;
	}
	
#footer {
	float:left;
	width:900px;
	border:1px solid #f00;
	margin-top:20px;
	text-align:center;
	display:none;
	}


/* ------------------------------------------ Begin menu ---------------------------------- */	
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 1px;
	float: left;
	width: 225px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 0 0;

	}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 181px;
	}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	position: relative;
	margin-bottom:2px;
	}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 4px 4px 4px 0px;
	color: #FFFFFF;
	text-decoration: none;
	}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;
	background-color: #2677B8;
	padding: 4px 4px 4px 0px;
	margin: 0;
	}
	
.menulist a.highlighted {
	color: #000000;
	background-color: #2677B8;
	padding: 4px 4px 4px 0px;
	margin: 0;
	}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
	float: right;
	}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
	float: left;
	height: 1%;
	}
	
* html .menulist a {
	height: 1%;
	}
/* End Hack */
