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

body {
	background-color: #585858;
	background-image: url(images/mvbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.nrml {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 30px;
}
.nrmlnomrg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

agenda {

}
span.agendah1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:5px;
	color: #007da1;
	font-weight: bold;
}
span.agendah2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:5px;
	color: #007da1;
	font-weight: bold;
	margin: 10px;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:22px;
	color: #007da1;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999999;
	margin:15px;
}
a:active, a:link, a:visited { text-decoration: none; color: #000000; }
a:hover { color: #000000; text-decoration: underline;}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 120px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul a{
font-weight: bold;
color: #F60;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
background-color: #CCC;
border-left: 3px solid #FFF;
}

ul ul li{
background-color: #666;
border-top: 3px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
