/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	behavior:	url("pngbehavior.htc");
	}


#container {
	margin-top: -240px;
	margin-left: -400px;
	left: 50%;
	top: 50%;
	width:800px;
	border:1px solid ;
	border-color:#5058c0;
	height: 480px;
	position:absolute;
	
}



#header-content {
	 position:relative;
	 height: 113px;
	 margin-left:0px;
	 width: 800px;
}

#header-logo {
	position:relative;
	width:389px;
	height: 63px;
	margin-left:205px;
	margin-top:25px;
	
}

#content-container {
	position: relative;
	width: 800px;
	height: 268px;

	
}

#content-linkerkant {
 position:absolute;
 width: 185px;
 height:266px;
background:url(images/navigatie-bg.png) no-repeat;
}

#content-navigatie {
	position:absolute;
	width: 185px;
	height:230px;
	font-family:"Times New Roman", Times, serif;
	margin-left: 10px;	
}

#copywright {
	position:absolute;
	width:150px;
	height: 20px;
	margin-top: 214px;
	margin-left:13px;
	font-size: 9px;
	text-align:center;
	color: #666666;
}

/* menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin-left: 11px;
	list-style: none;
	line-height: 2;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px;
	margin-top: 6px;
}

#nav a {
	display: block;
	width: 10em;
	color:#5159c7;
	text-decoration:none;
}

#nav a:hover{
color:#000000;

}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#content {
	clear: left;
	color: #ccc;
}
/* einde menu */




#content-context {
	position:absolute;
	width: 408px;
	height: 246px;
	margin-left: 186px;
	border: solid 1px #5058c0;
	overflow-y:scroll;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#525ac7;;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	padding: 10px;
		overflow: auto;
}

h1 {
color:#3333cc;
font-size: 16px;
font-weight: bolder;
}

.h1-class {
color:#3333cc;
font-size: 10px;
font-weight: bolder;
}

h2 {
color:#3333cc;
font-size: 12px;
font-weight: bolder;
}

h3 {
color:#3333cc;
font-size: 14px;
font-weight: bolder;
}

#context-linkje  {
color: #666666;
padding-top: 10px;
}


#context-linkje a {
color: #666666;
text-decoration: none;
}

#content-context a{
color:#000000;
}

#content-context a:hover{
color:#525ac7;

}

#content-contact {
	position:absolute;
	width: 183px;
	height:266px;
	margin-left:617px;
	line-height: 17px;
}

#content-contact a {
	color:#525ac7;
	text-decoration: none;
}


.font-color {
 color:#666666;
}

#footer {
	position: relative;
	width: 800px;
	height: 100px;
	background:url(images/bg-footer.gif) repeat-x;

}

#footer-foto {
	position: absolute;
	z-index: 101;
	width: 259px;
	height: 10px;
	margin-left: 272px;
	margin-top:40px;
	font-size: 15px;
	font-family:"Times New Roman";
	}

a {
color:#000000;
text-decoration:none;
}

.grijs {
color: #999999;
font-weight:bold;
}

.grijs a {
color: #999999;
}