/* CSS Document */
body {
	margin:0px;
	margin-bottom: 10px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000066;
	color:#426b99;
}

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

#container {
	position:relative;
	margin:0 auto 0 auto;
	width:922px;
	min-height:700px;
	_height:700px;
}


#header {
	position: relative;
	width: 922px;
	height: 78px;
	background:#000066;
}

#logo {
	position: absolute;
	height: 80px;
	width: 204px;
	z-index: 100;
	margin-left: 12px;
	margin-top: 9px;
}

*html #logo {
	margin-top: 15px;
}

#content-container {
	position:relative;
	margin:0 auto 0 auto;
	width:922px;
	min-height:10px;
	_height:10px;
	background:#ffffff;
}

#content {
width: 600px;
overflow: hidden;
}

.bg-top-left {
background: url(images/bg-top-left.gif) no-repeat left top;
}

.bg-top-right {
background: url(images/bg-top-right.gif) no-repeat right top;
}

.bg-bottom-right {
background: url(images/bg-bottom-right.gif) no-repeat right bottom;
}

.bg-bottom-left {
background: url(images/bg-bottom-left.gif) no-repeat left bottom;
}

#navigatie {
	position:relative;
	width: 177px;
	min-height:400px;
	height:auto !important;
	height:400px;
	color: #426b99;
	margin-left: 0px;
	z-index: 100;
	float:left;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	}

/*navigatie menu*/
	
#navigatie, #navigatie ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#navigatie ul li a:link, #navigatie ul li a:visited {
	display: block;
	color:#426b99;
	height: 25px;
	width: 177px;
	text-decoration:none;
}

#navigatie ul li a:hover, #navigatie ul li a:active {
	display: block;
	color:#999999;
	height: 25px;
	width: 177px;
}

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

.bg-content-top {
	background:url(images/bg-content-top.gif) top left no-repeat;

}

.bg-content-mid {
	background:url(images/bg-content-mid.gif) top left repeat-y;
	padding: 10px;
	padding-right:40px;

}

.bg-content-bottom {
	background:url(images/bg-content-bottom.gif) top left no-repeat;

}	



#footer {
	position: relative;
	width: 922px;
	height: 27px;
	margin-top: 10px;
}

#footer-navigatie {
	position: absolute;
	width:925px;
	height:  12px;
	font-size: 12px;
	font-weight:normal;
	line-height: 24px;
	color:#FFFFFF;
	margin-left: 12px;
}



#footer-navigatie a {
	color:#ffffff;
	text-decoration: none;
}

#footer-navigatie a:hover {
	color:#ffffff;
	text-decoration: underline;
}

#footer-2 {
	position: relative;
	width: 922px;
	height: 12px;
	text-align: left;
	font-size: 12px;
	color: #8e8e8e;
	margin-left: 12px;
}

#footer-2 a:link {
	color: #8e8e8e;
	text-decoration:none;
}

#footer-2 a:hover {
	color: #8e8e8e;
	text-decoration: underline;
 
}

#footer-2 a:active {
	color: #8e8e8e;
	text-decoration:none;
}

#footer-2 a:visited {
	color: #8e8e8e;
	text-decoration:none;
}

h1 {
	color: #426b99;
	font-size: 18px;
	margin: 5px;
	margin-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
	
}

h2 {
	color: #00285a;
	font-size: 18px;
	margin: 5px;
	margin-left: 0px;
	font-weight:normal;
}


h3 {
	color: #ffffff;
	font-size: 16px;
	margin: 0px;
	font-style: italic;
}


h4 {
	color: #88bdff;
	font-size: 16px;
	margin: 0px;
	font-style: italic;
}

h5 {
	color: #426b99;
	font-size: 14px;
	margin-left: 0px;
	font-weight: bold;
}

a:link {
	color: #00285a;
	text-decoration: underline;
}

a:hover {
	color:#00285a;
	text-decoration: underline;
}

a:visited {
	color: #00285a;
	text-decoration: underline;
}

a:active {
	color: #00285a;
	text-decoration: underline;
} 