/* CSS Document */

body  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	color: #333;
	font-size: 11px;
	text-align: center;
/* part 1 of 2 centering hack */
	}
/*//////////// LINKS /////////// */	
	
body.a {
	text-decoration: none;
	color:  #31009c;
	outline: none;
	}
body.a:visited {
	color:  #a997c8;
	}
body.a:active {
	color:  #a997c8;
	}
body.a:hover {
	color: #a997c8;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

/* ///////////// KOPPEN /////////// */

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
.contact {
	font-size: 11px;
	float: right;
	line-height: 22px;
	font: Arial;
	text-decoration: none;
	color:#fff;
	margin-top:2px;
	margin-bottom: 2px;
	margin-right: 20px;

	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 13px;
	line-height: 20px;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin-left: 10;
	margin-bottom: 0;
	}
h6 {
	font-size: 13px;
	line-height: 20px;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	}
	
/* ////////////// IMAGES //////// */

.newsimg {
	float: left;
	padding: 3px;
	text-align: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom:0px;
		border: 1px solid #999;
	}
.arrow {
	border:0;
	text-align: right;
}


/* ////////////// CONTAINER //////////// */

#container {
	padding: 10px;
	margin-top: 0;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	vertical-align:middle;
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
	
html>body #container {
	width: 800px; /* ie5win fudge ends */
	}


#header {
	width:800px;
	height: 114px;
}

.navmenu {
	margin-left: 5px;
	font-size:12px;
	}


#leftnav .pushed {
	background: #000099;
	color: #fff;	
	float: left;
	line-height: 18px;
	margin-right: 0px;
	text-decoration: none;
	text-align: left;
	width: 190px; /* ie5win fudge begins */
	}
#leftnav a {
	text-decoration: none;
	color:  #a997c8;
	outline: none;
	}
#leftnav a:visited {
	color:  #a997c8;
	}
#leftnav a:active {
	color:  #a997c8;
	}
#leftnav a:hover {
	color: #31009c;
	}

.tablefont {
	font-size: 11px;
	color: #000;
	}

.tablepadding {
	padding: 10px;
	height: 300px;
	}

/* ///////////NAVIGATIE IN HEADER //////////// */

#navcontainer
	{
	margin-left: 260px;
	width: 539px;
	height: 25px;
	}	
		
html>body #navcontainer 
	{
	height: 24px;
	}
							
#navlist
	{
	margin: 0; 
	padding: 0;
  	list-style-type: none;
	text-decoration: none;
	display: inline;
	font-family: Arial;
	font-size: 12px;	
	white-space: nowrap;
	}

#navlist a
	{	
	font-weight: bold;
	color: #000;	
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	width: 85px; /* ie5win fudge begins */
		}
#navlist a:link
	{	
	color: #000;	
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	width: 85px; /* ie5win fudge begins */
		}
#navlist a:visited
	{	
	color: #000;	
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	width: 85px; /* ie5win fudge begins */
		}
#navlist a:hover.navover
	{
	color: #fff;
	background-color: #31009c;	
	}
#navlist a:link.pushed
	{
	color: #000;
	background-color: #ffce00;
	}
	}
#navlist a.pushed
	{
	color: #000;
	background-color: #ffce00;
	}

#navlist a:visited.pushed
	{
	color: #000;
	background-color: #ffce00;
	}
#navlist a.pushed
	{
	color: #000;
	background-color: #ffce00;
	}
	
#navlist a:hover.pushed
	{
	color: #000;
	background-color: #ffce00;
	}
	
/*///////////////NAVIGATIE LEFT ////////////////////*/

#navlist2
	{
	margin: 0; 
	padding: 0;
  	list-style-type: none;
	text-decoration: none;
	display: inline;
	font-family: Arial;
	font-size: 12px;	
	white-space: nowrap;
	}

#navlist2 a
	{	
	font-weight: bold;
	color: #6666CC;	
	float: left;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	width: 207px; /* ie5win fudge begins */
		}
html>body #navlist2 a
	{
	width: 193px;
	}

#navlist2 a:link
	{	
	color: #6666CC;	
	float: left;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	width: 207px; /* ie5win fudge begins */
		}
html>body #navlist2 a:link
	{
	width: 193px;
	}
	
#navlist2 a:visited
	{	
	color: #6666CC;	
	float: left;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	width: 207px; /* ie5win fudge begins */
		}
html>body #navlist2 a:visited
	{
	width: 193px;
	}
	
#navlist2 a:hover.navover
	{
	color: #000;
	background-color: #ffce00;	
	}
#navlist2 a:link.pushed
	{
	color: #fff;
	background-color: #31009c;
	}
#navlist2 a:visited.pushed
	{
	color: #fff;
	background-color: #31009c;
	}
#navlist2 a.pushed
	{
	color: #fff;
	background-color: #31009c;
	}
	
#navlist2 a:hover.pushed
	{
	color: #fff;
	background-color: #31009c;
	}

	
	
	

/* /////////// CONTENT /////////// */

#content {
	width:800px;
		/*background: url(img/contentbg.jpg) repeat-y; */
	background: url(img/bg.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

 html>body #content
 	{
	width: 779px;
	}

img {
	border: 0;
}


#left {
	float:left;
	height: 300px;
 	text-align: left;
 	margin-left: 5px;
	padding-right: 0px;
	margin-right: 20px;
 	width:200px;
 }

 #leftnav {
 	background:url(img/mainbg.jpg) no-repeat top #FFFFFF;
	border-bottom: 10px solid #fecd04;
	width: 203px;
	padding:0px;
	margin:0px;
	height: 143px;
	margin-bottom: 0px;
 }
 html>body #leftnav 
 	{
	width:203px;
	}
  
#right {
	width:535px;
	margin-left: 245px;
	min-height: 360px;
 }
 html>body #right
 	{
	width: 525px;
	}

 
/*///////////////FOOTER/////////////////*/

#footer {
	width:800px;
	height: 27px;
	background: url(img/footerbg.jpg) no-repeat;
}


.style2 {color: #6666CC}
.style3 {color: #666699}
