@charset "UTF-8";
.BG {
	background-image: url(gfx/BG.gif);
	background-repeat: repeat-x;
	background-color: faf3e0;
}
.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #490054;
}
.kop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #36378a;
}
.tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #36378a;
	
	/*
	font-family: Georgia;
background-color: #fff;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.4em;
	*/
	
	
	
	
	
	
	
	
	
	
}
a:hover {
	color: #3E0053;
	text-decoration: none;
}
.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.mouseOver {
	background-color: #006600;
}
.subTekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #51529d;
}
.HoofdMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}
.subkop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8179AF;
}

#topnav{
 width:682px;
 margin:0 0 0 3px;
 padding:0;
 font-family: Georgia, "Times New Roman", Times, serif;
}

#topnav a, #topnav a:visited, #topnav a:active{
 float:left;
 width:341px;
 height:55px;
 text-align:center;
 display:block;
 padding-top:25px;
 background-image:url(gfx/button_normal.gif);
 background-repeat:no-repeat;
 font-size:25px;
 color: #51529d;
}

#topnav a:hover{
 background-image:url(gfx/button_over.gif);
 background-repeat:no-repeat;
 font-size:25px;
 color: #51529d;
}

