BODY {
	/* background:#000000; */
	background: repeat fixed url("images/achtergrond.jpg");
	background-repeat:repeat;
}

#kop {
	margin-left : auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	height: 157px;
	background: url(images/kop.jpg);
}

#pagina {
	margin-left : auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	min-height: 400px;
	background: url(images/achtergrondDimmed.jpg);
}

#tekstveld {
	background: url(images/pagina_achter.jpg) no-repeat;
	min-height: 400px;
	color: #d2eff8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 5px 5px 5px;
	border-left: solid 1px #110667;
	border-right: solid 1px #110667;
}
p a, #tekstveld a {
	color: #66CCFF;
	text-decoration: none;
}
p a:hover, #tekstveld a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


#voet {
	font-size: 10px;
	color: #3366FF;
	margin-left : auto;
	margin-right: auto;
	padding-top: 5px;
	width: 800px;
	height: 16px;
	min-height: 16px;
	text-align: center;
	background: #110667;
}
#voet a {
	color: #3366CC;
	text-decoration: none;
}
#voet a:hover {
	color: #33CCFF;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #6699FF;
}

hr {
  display : list-item;
  list-style : url(images/hr-replace.gif) inside;
  filter : alpha(opacity=0);
  width : 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	margin-left : auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
	display:block;
	clear:both;
	border-right:1px solid #000066;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  /
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#0000FF;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 22px; /*1.68em;*/
	background: url(images/menu.jpg) repeat;
	border-top: 0px;
	border-bottom: 0px solid #FF00FF;
	padding: 0px;
	margin-bottom: 0px;
}
#nav ul {
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	font-size: 12px; /* LETTERGROOTTE MENU */
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight: bold;
	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: #FF0000; text-align: center; font-weight: bold;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #0066FF; border-color: #FFFFFF; color: #FFCC00;}/* MENUBALK */
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #FFFFFF; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #0066FF; border-bottom: 0px solid #000;} /* ACTIVE PAGINA */
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: url(images/submenuachter.gif); color: #FFFFFF; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #0066FF; border: 0; color:#FFCC00;}

/* 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 li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background:  url(images/submenuachter.gif); color: #FFFFFF; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}


/* end menu */

