/* Global Styles */
html, body {margin:0 auto; }
/* end hack */
body {
	scrollbar-face-color: #f7f7f7;
	scrollbar-highlight-color: #c9cec1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #0033CC;
	scrollbar-shadow-color: #4093ae;
	scrollbar-arrow-color: #4b2e7e;
	scrollbar-track-color: #9ba8cb;
}
#wrapper {
	position:absolute;
	top:50%;
	margin-top:-300px;/* half height*/
	left:50%;
	margin-left:-450px;/* half width*/
}
#wrapper2 {
	float:left;
	width:900px;
	height:600px;
}
body {
	background-color: #c0c0c0;
	margin: 0;
	padding: 0;
}
#header{
	float:left;
	width:900px;
	height:195px;
	background-color:#c0c0c0;
	background-image:url(../structuur/logo.jpg);
	background-repeat:no-repeat;
}
#footer{
	position:absolute;
	top: 1px;
	left: 1px;
	width:0px;
	height:0px;
	visibility:hidden;
}

#navigation{
	float:left;
	width:215px;
	background-color:#c0c0c0;
	height:395px;
	padding: 5px;
	background-image:url(../structuur/knoppen.jpg);
	background-repeat:no-repeat;
	
}
#content{
	float:left;
	width:665px;
	padding: 5px;
	background-color:#f7f7f7;
	height: 395px;
	background-image:url(../structuur/body.jpg);
	background-repeat:no-repeat;
}
#Tekstgedeelte {
	position:absolute;
	width:614px;
	height:348px;
	z-index:1;
	top: 248px;
	overflow: auto;
	left: 256px;
	padding-right: 5px;
}
#Mapgedeelte {
	position:absolute;
	width:614px;
	height:360px;
	z-index:1;
	top: 236px;
	overflow: auto;
	left: 256px;
	padding-right: 5px;
}

.clear {
	clear:both;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	color: #366B95;
	font-weight: bold;
	line-height: 1.05em;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 1.05em;
	font-weight: normal;
	color: #366B95;
	line-height: 1.05em;
	text-decoration: underline;
}

.tekst { font-family: "Trebuchet MS";
	font-size: 1.00em;
	color: #D85FC9;
	line-height:1.05em;
}
.tekst1 { font-family: "Trebuchet MS";
	font-size: 1.00em;
	color: #366B95;
	line-height:1.05em;
	font-weight: normal; 
}
.tekstklein { font-family: "Trebuchet MS";
	font-size: 0.85em;
	color: #366B95;
	line-height:0.95em;
	font-weight: normal; 
}

.menuhier {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	font-weight: bold; 
	color: #D85FC9;
}
a.menulinks:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #482F80; font-weight: bold; text-decoration: none; }
a.menulinks:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #482F80; font-weight: bold; text-decoration: none; }
a.menulinks:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #482F80; font-weight: bold; text-decoration: none; }
a.menulinks:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #82823C; font-weight: bold; text-decoration: none; }

a.tekstlinks:link { font-family: "Trebuchet MS"; font-size: 1.00em; color: #482F80; font-weight: bold; text-decoration: none; }
a.tekstlinks:active { font-family: "Trebuchet MS"; font-size: 1.00em; color: #482F80; font-weight: bold; text-decoration: none; }
a.tekstlinks:visited { font-family: "Trebuchet MS"; font-size: 1.00em; color: #482F80; font-weight: bold; text-decoration: none; }
a.tekstlinks:hover { font-family: "Trebuchet MS"; font-size: 1.00em; color: #82823C; font-weight: bold; text-decoration: none; }

a.maplinks:link { font-family: "Trebuchet MS"; font-size: 0.85em; color: #482F80; font-weight: bold; text-decoration: none; }
a.maplinks:active { font-family: "Trebuchet MS"; font-size: 0.85em; color: #482F80; font-weight: bold; text-decoration: none; }
a.maplinks:visited { font-family: "Trebuchet MS"; font-size: 0.85em; color: #482F80; font-weight: bold; text-decoration: none; }
a.maplinks:hover { font-family: "Trebuchet MS"; font-size: 0.85em; color: #82823C; font-weight: bold; text-decoration: none; }
.maptekst { font-family: "Trebuchet MS"; font-size: 0.85em; color: #366B95; font-weight: normal; text-decoration: none; }

ul {line-height: 1.2em; }
.imgright { float:right; border:solid 4px #FFFFFF;  margin: 3px; }
.imgleft { float:left; border:solid 4px #FFFFFF;  margin: 3px; }