body {
	margin: 2em;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	color: #000;
	background-color: #0099D8;
}

#container {
	position: relative;
	top: -32px;
	width: 840px;
	height: 628px;
	margin-left: auto; 
	margin-right: auto;
	border-left: 15px solid #c0c0c0;
	border-right: 15px solid #c0c0c0;
}

#headertext {
	float: left;
	margin-left: 190px;
	margin-top: 60px;
	font: 20pt arial, hevetica, sans-serif;
	color: #000000;
}

#r1 {
	width: 100%;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0px; 
	background: #ffffff url('images/logo.gif') no-repeat top center;
	height: 124px;
	float: left;
}

#r2 {
	width: 100%;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0px; 
	background-color: #FFFFFF;
	float: left;
}

#r3 {
	width: 100%;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0px; 
	background: #FFFFFF url(images/bg.gif) no-repeat;
	background-position: center right;
	float: left;
}

#r4 {
	width: 100%;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0px; 
	background-color: #FFFFFF;
	float: left;
}


#search {
	margin-top: 50px; 
	padding-left: 10px; 
	margin-left: 40px;
	float : left;
	/* border:1px dashed #ff0000;*/

}

#searchbutton {
	width: 15px; 
	border: solid 1px #C0C0C0; 
	background-color: #C0C0C0; 
	color: #ffffff;
}


#roundedcornerbox {
	width: 820px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 5px;
	height: 495px;
	border:2px solid #043E64;
}


#content {
z-index:0;
	width: 670px;
	float: right;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 2px; 
	font: 100% arial, hevetica, sans-serif;
	color: #000;
/*	border:1px dashed #000000;*/
/*	position: relative; verwijderd omdat anders de menu items transparant maakt ..*/
	left:16px;
/* volgende regels alleen toevoegen als content deel scrollbaar moet zijn */
	height: 500px;
	overflow : auto;
	scrollbar-face-color: #ffffff !important;
	scrollbar-shadow-color: #c0c0c0 !important;
	scrollbar-highlight-color: #c0c0c0 !important;
	scrollbar-3dlight-color: #ffffff !important;
	scrollbar-darkshadow-color: #c0c0c0 !important;
	scrollbar-track-color: #FFFFFF !important;
	scrollbar-arrow-color: #c0c0c0 !important;


}

#content a { 
	color: #0099D8; 
	text-decoration: none;
}

#content a:hover { 
	color: #0099D8; 
	text-decoration: underline;
}

#pagetitle {
	position: relative;
	top: 0px;
	font: 16pt arial, hevetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	margin: 4px;

display:none;
}


#menubar {
	width: 100px;
	height: 100%;
	margin-top: 0px;
	position:relative;	
	float: left;
	left:-50px;
	margin-left: 8px;
	top:-15px;
}

#menu ul {
	margin-left: 0px;
	margin-right: 0px;
	font: 10pt Arial;
	font-weight: bold;
}

#menu li {
	list-style: none;
	position:relative;
}

#menu ul li a {
	padding-top: 12px;
	padding-left: 10px;
}

.menu_default {
	padding: 0;
	margin: 0;
	width: 140px;
	height: 45px;
	float: left;
	background: url('images/button.gif') no-repeat;
	list-style-type:none;
}

.menu_current, .menu_default:hover {
	padding: 0;
	margin: 0;
	width: 140px;
	height: 45px;
	float: left;
	background: url('images/button_hover2.gif') no-repeat;
	list-style-type:none;
}

.menu_current a {
	color: #000000;
}

.menu_default a {
	color: #000000;
}

div#menu li:hover ul ul {
	display:none;
}

div#menu li:hover ul, div#menu li:hover li:hover ul {
	display:block;
}

#menu ul ul {
	position:absolute;
	display:none;
	left:101px;
	top:5px;			
}

a { 
	color: #000; 
	text-decoration: none;
}