@charset "utf-8";
*
{
	padding:0;
	margin:0;
	}
body {
	background-attachment: fixed;
	background-color: #5dc0fe;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#666666;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-bottom: 25px;
	padding-top: 25px;
}

#wrapper
{
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	}

#corps
{
	border: 5px solid #FFFFFF;
	background: #FFFFFF;
	}
	
#header
{
	background:url(../img/header.jpg) no-repeat left center;
	height: 300px;
	width: 800px;
	overflow:hidden;
	}


#Menu {
	position: relative;
	clear: both;
	float: right;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;	
}

#Menu li { /* Top level list item */
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	list-style: none;
}

#Menu li.sep
  {
	  background: url(http://www.howest.be/images/gui/deviderHoofdMenu.gif) no-repeat;
	  width: 2px;
	  height: 47px;
	  }

#Menu li a { /* List item link */
	display: block;
	height: 30px;
	color: #7eaa45;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0px 13px 0px 13px;
	background-color:#FFFFFF;
	line-height: 30px;
}
#Menu li ul { /* Sub list */
	float: left;
	position: absolute;
	left: 0;
	top: 47px;
	width: 165px;
	display: none;
	text-align: left;
	padding: 0 0 10px 0;
	z-index: 10;
}
#Menu li ul li { /* Sub list item */
	clear: both;
	color: white;
	text-align: left;
	background-image: none;
	font-size: 0.9em;
}
#Menu a:hover,
#Menu a.active{
	background:#7eaa45;
	color:#ffffff;
}
#Menu li ul li a { /* Sub list item link - Same width as li ul */
	width: 150px;
	font-weight: normal;
	background: #376482;
	display: block;
	line-height: 2em;
	padding-top: 0px;
	height: 25px;
}
#Menu li ul li a:hover {
	/*text-decoration: underline;*/
}
#Menu li:hover { /* List item rollover */
background-position: 100% -100px;
}
#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
background-position: 0 -100px;
}
#Menu li:hover ul, #Menu li.over ul {
display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
background-position: 100% -100px;
}

#Menu ul li ul li ul,
#Menu ul li ul li ul li { display: none; }

.clear
{
	clear:both;
	}

#footer
{
	color: #FFFFFF;
	text-align:center;
	background: #292213;
	font-size: 0.8em;
	border-top: 2px solid #7eaa45;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited
{
	color: #7eaa45;
	text-decoration:none;
	}

#footer a:hover
{
	text-decoration:underline;
	}
	
#content{
	padding: 15px;
	padding-left: 10px;
	padding-right:10px;
	}

#content h1
{
	background:url(../img/h1_bg.jpg) no-repeat left;
	display: block;
	height: 28px;
	line-height:28px;
	font-size: 1.8em;
	padding-left: 35px;
	margin-bottom: 25px;
	color: #817040;
	font-weight:normal;
	}
	
#content h2
{
	display: block;
	color: #7eaa45;
	font-size: 1.3em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #E6E6E6;
	margin-bottom: 5px;
	}

#content p
{
	margin-bottom: 15px;
	}

#content ul 
{
	margin-left: 15px;
	margin-top: 10px;
	list-style:none;
	}
#content ul li
{
	margin-bottom: 10px;
	background:url(../img/arrow.gif) no-repeat left 5px;
	padding-left: 10px;
	list-style-type:none;
	}

.dataTable
{
	border: 1px solid #E6E6E6;
	margin-bottom: 20px;
	}

.dataTable td, .dataTable th
{
	vertical-align:top;
	text-align:left;
	padding: 5px;
	background: #F3F3F3;
	}

.dataTable th
{
	background: #ceecfc;
	}

#content a,
#content a:link,
#content a:active,
#content a:visited
{
	color: #7eaa45;
	}
#content a:hover
{
	color: #9acf56;
	}
	
#content input
{
	border: none;
	background: #FFFFFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #7eaa45; 
	padding: 5px;
	width: 240px;
	}

#content input.button
{
	background: #7eaa45;
	color: #FFFFFF;
	font-weight:bold;
	width:auto;
	font-size: 13px;
	}
