body,html {
margin: 0;  
padding: 0;  
height: 100%; 
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body {
	background-color: #fff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
img {
border:0;
margin:0;
}
a:link, a:visited, a:active {
	color: #66cc00;
	text-decoration: none;
}
a:hover {
	color: #66cc33;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
font-family:"Bookman Old Style";
	font-weight: bold;
	font-size: 20px;
	color: #66CC00;
	border-bottom:#CCCCCC 1px solid;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
.header {
	width: 772px;
	height: 95px;
	padding-top:32px;
}
.slider {
	padding-top: 10px;
	padding-bottom:0px;
}
.content {
padding-top:0px;
	padding-right:10px;
}
.advert {
padding-right:10px;
}
#page {
	width: 100%;  
	position: relative;  
	min-height: 100%;  
	height:auto !important; /* voor moderne browsers */  
	height:100%; /* voor IE */  
}
.footer {
	position: absolute;  
	bottom: 0; /* heel belangrijk */  
	width: 100%; 
	background-color:#333;
	color: #999;
	height:30px;
	font-size:10px;	
	text-align: center; 
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #999;
	text-decoration: none;
	font-size:10px;
	}
.footer a:hover {
	color:#666;
}
#header_menu {position: absolute;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	width:722px;
	height: 35px;
 	background-image:url(images/menu.png);
	background-repeat:repeat-x;}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	text-transform: none;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #ccc; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 11px 15px 10px 15px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color:#ccc; background-image:url(images/menu_hover.png);}
#nav li a:active, #nav ul li a.active {color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{color:#ccc; background-image:url(images/menu_hover.png);}
#nav li.menu-current a		{font-weight: normal;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 150px; margin: 0; display: none; text-transform:lowercase; font-size: 100%;}
#nav .menu li ul li {width: 150px; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 14px;}
#nav .menu li ul a {width: 150px; padding: 6px 2px 6px 8px; background-color: #fff; color: #990000; border: 1px solid #CCCCCC;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #990000; background: #E6E6E6; border: 1px solid #CCCCCC;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul {position: absolute; width: 150px; margin-left: 10px; margin-top:-1px; display: none; text-transform: lowercase; font-size: 100%;}
#nav .menu li ul li ul li {width: 150px; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 14px;}
#nav .menu li ul li ul a {width: 150px; padding: 6px 2px 6px 8px; background-color: #E6E6E6; color: #990000; border: 1px solid #CCCCCC;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
