.page-title {
font-size: 			16px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
color: 				#ffffff;
} 

.menu {
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
color: 				#000000;
} 

a.menulink {
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
color: 				#000000;
text-decoration: 	none;
}

a.menulink:hover {
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
color: 				#EC422D;
text-decoration: 	none;
font-weight: 		bold;
}

.submenu {
font-size: 			11px;
font-family: 		Arial, Verdana;
color: 				#000000;
font-weight: 		none;
} 

a.submenulink {
font-size: 			11px;
font-family: 		Arial, Verdana;
color: 				#000000;
font-weight: 		bold;
text-decoration: 	none;
}

a.submenulink:hover {
font-size: 			11px;
font-family: 		Arial, Verdana;
color: 				#EC422D;
text-decoration: 	bold;
font-weight: 		none;
}

.copyrights {  
font-family: 		Arial, Verdana;
font-size: 			9px; 
color: 				#000000;
}

.language {  
font-family: 		Arial, Verdana;
font-size: 			9px; 
color: 				#ffffff;
}

a.language {  
font-family: 		Arial, Verdana;
font-size: 			9px; 
color: 				#ffffff;
text-decoration:	none;
}

a.language:hover {  
font-family: 		Arial, Verdana;
font-size: 			9px; 
color: 				#ffffff;
text-decoration:	underline;
}

.text {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	color: 				#000000;
	line-height: 		16px;
	padding-left:		9px;
	padding-right:		9px;
	padding-top:		5px;
	padding-bottem:		5px;
}

a.textlink {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	color: 				#F71818;
	text-decoration: 	none;
}

a.textlink:hover {
	font-family: 		Arial, Verdana;
	font-size: 			12px; 
	color: 				#F71818;
	text-decoration: 	underline;
}

.nieuws {
	font-family: 		Arial, Verdana;
	font-size: 			11px;
	color: 				#000000;
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;
	padding-bottem:		5px;
	line-height:		14px;
}

a.nieuwslink {
	font-family: 		Arial, Verdana;
	font-size: 			11px;
	color: 				#F71818;
	font-weight:		none;
	text-decoration: 	none;
}

a.nieuwslink:hover {
	font-family: 		Arial, Verdana;
	font-size: 			11px; 
	font-weight:		none;
	color: 				#F71818;
	text-decoration: 	underline;
}

body { 
	margin-left:		0px;
	margin-right: 		0px;
	margin-top: 		0px;
	margin-bottom: 		0px;
	background-image: 	url(../images/bg.gif);
}

hr {
	border: 		none 0; 
	border-top: 	1px solid #999999;
	width: 			100%;
	height: 		1px;
	}

.textField {
	background-color: 	#FFFFFF;
	font-size: 			8pt;
	font-family: 		Arial, Verdana;
	color: 				#000000;
	border-color: 		#000000;
	border-style: 		beveled;
	border-width: 		1;
}

.okbutton {
	font-weight: 			none;	
	font-size: 				9px;	
	font-family: 			Arial, Verdana;	
	padding: 				1px 2px;	
	border-top: 			1px solid white;	
	border-right: 			1px solid black;	
	border-bottom: 			1px solid black;	
	border-left: 			1px solid white;	
	text-align: 			center;	
}

.border_leftright {
	border: 				#ED412C; 
	border-style: 			solid; 
	border-top-width: 		0px; 
	border-right-width: 	1px; 
	border-bottom-width:	0px; 
	border-left-width: 		1px;
}

.border_left_right_bottem {
	border: 				#F21616; 
	border-style: 			solid; 
	border-top-width: 		0px; 
	border-right-width: 	1px; 
	border-bottom-width:	1px; 
	border-left-width: 		1px;
}

.border_top_bottem {
	border: 				#ffffff; 
	border-style: 			solid; 
	border-top-width: 		1px; 
	border-right-width: 	0px; 
	border-bottom-width:	1px; 
	border-left-width: 		0px;
}