body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:15px;
}
body {
	background-image:url("../simple/media/background3.jpg");
	background-repeat:repeat-x;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
#wrap {
	width: 906px;
	height: 780px;	
	position: absolute;
	left: 50%;
	margin-left: -453px;
	background-color:#FFFFFF;
}
#head {
	background-image:url("../simple/media/head.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:906px;
	height:209px;
}
#menu {
	float:left;
	width:906px;
	margin-top:186px;
	font-size:14px;
	font-weight:bold;
}
#menu ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu li {
	float:left;
	width:111px;
	display:inline-block;
	text-align:center;
}


.menu a, a:active, a:visited {
	color:#FFFFFF;
}

.menu a:hover {
	color:#de2e32;
}
#menu .menu_current a{
	color:#de2e32;
}
#inhoud {
	padding-top:15px;
	width: 906px;
	min-height: 550px;
	float:left;
	background-color:#FFFFFF;
	padding-bottom:30px;
	
}
#sponsors {
	padding-top:15px;
	width: 100px;
	float:left;
	background-color:#FFFFFF;
	padding-bottom:30px;
	text-align: right;
	
}

#titel {
	position:absolute;
	float:left;
	border-bottom:solid thin #de2e32;
	border-top:solid thin #de2e32;
	width:906px;
	left:50%;
	margin-left: -453px;
}
#content {
	float: left;
	width: 706px;
	min-height:500px;
	margin-top: 5px;
	margin-left:33px;
	margin-right:33px;
}
#content a {
	color:#de2e32;
}


#kmo {
	background-color:#102343;
	text-align:right;
	width:100%;
	height:20px;
	float:left;
	color:#FFFFFF;
}
#kmo a, a:visited{
	text-decoration:none;
	color:#999999;
}
#kmo a:hover {
	color:#FFFFFF;
}
#einde {
	width: 100%;
	height: 20px;
	float:left;
}

h1 {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;	
	padding-left:33px;
	padding-top:4px;
	padding-bottom:4px;
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#de2e32;
}
#clear {
	clear: both;
}
img a {
	border: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
	float:left;
	line-height:0;
}
	


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal; width:111px;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	width: 800px;
	margin-top: 186px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: 906px;
	/*
	(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;	font-size: 12px; font-weight: bold; }
#nav ul li a {display: block; padding: 0px 5px; padding-bottom: 2px; color: #fff; text-decoration: none;}

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

/* Current page Customisations*/
#nav li.menu-current a		{color: #de2e32; }

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 111px; margin: 0; display: none; text-transform: none; font-size: 100%; padding-top: 10px;background-color: #142A53;}
#nav .menu li ul li { text-align: center; font-weight: normal; margin: 0px; padding: 0px; }
#nav .menu li ul a { background-color: #142A53; color: #fff; border-bottom: 0px; padding-bottom: 3px;}
#nav .menu li ul a:visited { background-color: #142A53; color: #fff; border-bottom: 0px;padding-bottom: 3px;}
/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #de2e32; background: 142A53; border-bottom: 0px;}

/* 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;}



