body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0;
	scrollbar-arrow-color:#003264;
	scrollbar-track-color:#FFFFF9;
	scrollbar-shadow-color:#FFFFF9;
	scrollbar-face-color:#FFFFF9;
	scrollbar-highlight-color:#FFFFFF;
}
html {
	scrollbar-arrow-color:#003264;
	scrollbar-track-color:#FFFFF9;
	scrollbar-shadow-color:#FFFFF9;
	scrollbar-face-color:#FFFFF9;
	scrollbar-highlight-color:#FFFFFF;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}

.sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #A4052B;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: #A4052B;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #A4052B;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #A4052B;
	text-decoration: none;
}

ul{
	line-height:130%;
}

img{
border:0;
}

.pers{
list-style:none;
list-style-image:url(../images/blokje.gif);
}

.bron{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#downloads td{
padding-bottom:15px;
padding-right:15px;
}

#container{
position:relative; 
width:950px; 
height:580px; 
margin-left:auto; 
margin-right:auto; 
background-color:#8b111c; 
color: #000000; }

#top {
	position:absolute;
	left:2px;
	top:2px;
	width:948px;
	height:150px;
	z-index:1;
	visibility:visible;
}
#menu {
	position:absolute;
	left:2px;
	top:160px;
	width:155px;
	height:408px;
	z-index:20;
	visibility:visible;
	background-color:#D48625;
	padding-top:10px;
}
#content {
	position:absolute;
	left:160px;
	top:160px;
	width:452px;
	height:398px;
	z-index:3;
	visibility:visible;
	background-color:#FFFFFF;
	padding:20px 20px 0 20px;
	overflow:auto;
	line-height:150%;
}

#content_foto {
	position:absolute;
	left:158px;
	top:160px;
	width:790px;
	height:418px;
	z-index:3;
	visibility:visible;
	background-color:#FFFFFF;
	padding:0px;
	overflow:hidden;
}

#content_downloads {
	position:absolute;
	left:158px;
	top:160px;
	width:492px;
	height:418px;
	z-index:3;
	visibility:visible;
	background-color:#FFFFFF;
}
#agenda {
	position:absolute;
	left:651px;
	top:160px;
	width:297px;
	height:191px;
	z-index:4;
	visibility:visible;
	background-color: #D28624;
}
#banner {
	position:absolute;
	left:651px;
	top:322px;
	width:295px;
	height:226px;
	z-index:5;
	visibility:visible;
	background-color: #D28624;
	background-image:url(../images/agenda.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border:0;
	padding-left:2px;
	padding-top:30px;
}

#spot {
	position:absolute;
	left:651px;
	top:327px;
	width:295px;
	height:251px;
	z-index:5;
	visibility:visible;
	background-color: #D28624;
	border:0;
	padding-left:0px;
	padding-top:0px;
	text-align:center;
	padding-left:2px;
}

#develuwe {
	position:absolute;
	left:1px;
	top:585px;
	width:938px;
	height:50px;
	z-index:22;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	border:#8b111c 1px dashed;
	padding:5px;
}

#flags {
	position:absolute;
	left:814px;
	top:607px;
	width:136px;
	height:24px;
	z-index:22;
	text-align:justify;
}

/* Begin menu */

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:150px;
	margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:155px;
}
/* style the list items */
.menu li {
background:#D48625;
height:26px;
float:left;
}
.menu li.sub {background:#D48625; background-image: url(../images/driehoek.gif); background-position:left; background-repeat:no-repeat;} 


/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:155px;
color:#FFFFFF;
text-indent:13px;
border:0px solid #D48625;
border-width:0px;
}

/* style the link hover */
* html .menu a:hover {color:#FFFFFF; background:#D48625; position:relative; background-image: url(../images/driehoek.gif); background-position:left; background-repeat:no-repeat;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#FFFFFF; background:#D48625;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#FFFFFF; background:#D48625;background-image: url(../images/driehoek.gif); background-position:left; background-repeat:no-repeat;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:126px;
/* set up the overrun area */
padding:30px;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/* Einde menu */
