/*
CSS Dominique Debyttere (dominique at debyttere.nl)
VPRI Internetdiensten (www.vpri.nl)
*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px; /* for mozilla*/
	background-color:#BCEE68;
	color:#000000;
	font:14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:15px;
	font-style:italic;
	margin-top:0;
	border-bottom:solid 1px #000;
}

div {border:0px solid #000;}

#outer{
	height:100%;
	min-height:100%;
	width:847px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg.gif) repeat-y center center;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap { /* enables content first */
	background:url(images/watermark.jpg) no-repeat 220px 100px;
	float:left;
	width:737px;
}

#header{
	position:absolute;
	top:0;
	width:741px;
	height:30px;
	background:#314494;
	color:#000000;
	margin-left:106px;
	z-index:100;
}
#left {
	position:relative; /*ie needs this to show float */
	width:106px;
	float:left;
	padding-bottom:32px; /* needed to make room for footer */
	background:#e23b3e;
}

#right {
	position:relative; /*ie needs this to show float */
	width:106px;
	float:right;
	padding-top:30px; /*needed to make room for header*/
	padding-bottom:32px; /* needed to make room for footer */
}

#footer {
	width:847px;
	clear:both;
	height:30px;
	background-color:#FF8080;
	color:#000000;
	text-align:center;
	left:0;
	bottom:0;
	position:absolute;
}

* html #footer { /*only ie gets this style*/
	\height:32px; /* for ie5 */
	he\ight:30px; /* for ie6 */
}

div,p  {margin-top:0} /*clear top margin for mozilla*/

#centrecontent {
	width:605px;
	float:right;
	padding:42px 10px 32px 10px;
}

#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */

/* navigatie */

#nav {
	border-top: 0;
	padding:0;
	font-size:15px;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	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: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; color: #fff; text-decoration: none;	font-weight:bold;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color:#fff;}
#nav li a:active, #nav ul li a.active {color:#fff;}

/* Current page Customisations*/
#nav li.menu-current a	{color: #fff;}
#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;  font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; background:#e23b3e;}
#nav .menu li ul a {width: 11.5em; padding: .4em .1em .6em .4em; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; border: 0; color:#fff; background: #314494;}

/* 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: .4em .1em .6em .4em; color: #fff;}

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

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