@charset "utf-8";
/* CSS Document */

/* general stylesheets */

body{
	margin: 0px;
	
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#6e9f8e;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#edeceb;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#f1cb34;
}

td,th, div, span, p, h1, h2, h3 {
	font-family:  arial, helvetica;
	font-size: 12px;
	line-height:19px;
	color: #000000;
}

tr {
	vertical-align: top;
}

a {
	font-family:  arial, helvetica;
	font-size: 12px;
	line-height:19px;
	color: #094233;
	text-decoration:underline;
}

a:hover{
	font-family:  arial, helvetica;
	line-height:19px;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

h1 {
	text-transform:uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4B7462;
}


h2 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
}

h3 { 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #4B7462;
}

/* layers & menu */

#wrapper {

	position:relative;
	margin:0 auto;
	text-align:left;
	
	width:900px;

}

#menu{ 
	margin: 0; /* de marges zetten we op nul */ 
	padding-left:10px;
}

#menu li{ 
	list-style-type: none;
	width:140px;
	height:19px;
	margin:0px;
	background:#eaf9f4 url(../../images/structure/but.gif);
	margin-bottom: 2px;
}

#menu li a{ /* van de links een block-element maken voor het :hover effect */ 
	display: block; /* breedte en hoogte op 100% zodat de <li> wordt opgevuld */ 
	width:100%;
	height:100%;
	margin:0px;
	background-color:#eaf9f4;
	font-family:Arial, Helvetica, sans-serif;
	color:#006633;
	font-size:12px;
	padding-left:5px;
	text-decoration:none;
}

#menu li a:hover{ 
	display: block; 
	width:100%;
	height:100%;
	margin:0px;
	background-color: #023528;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	padding-left:5px;
	text-decoration:none;
}

#menu li a:active{ 
	display: block; 
	width:100%;
	height:100%;
	margin:0px;
	background-color:#023528;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	padding-left:5px;
	text-decoration:none;
}

#marquee {
	font-size: 12px;
	color: #023528;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	left: 92px;
	width: 812px;
	top: 74px;
}
