@charset "utf-8";
/* CSS Document */

/* Verschillende stijlen*/
.style4 {
	font-family: "trebuchet MS";
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}
.style5 {
	font-family: Arial;
	font-size: 12pt;
}
.style7 {color: #FF0000}
.style8 {font-size: 8pt}
.style9 {font-size: 9pt}
.style10 {font-size: 10pt}
.style11 {font-size: 11pt}
.style13 {font-size: 13pt}
.style14 {font-size: 14pt; font-weight: bold;}

/* Standaard op elke pagina aanwezig*/
#txtMenu {
	position:absolute;
	left:auto;
	top:190px;
	width:130px;
	height:250px;
	z-index:1000;
	border-top-color: #92B1C5;
	border-right-color: #92B1C5;
	border-bottom-color: #92B1C5;
	border-left-color: #92B1C5;
}
#txtTitel {
	position:absolute;
	left:auto;
	top:200px;
	width:auto;
	height:auto;
	z-index:2;
}
#txtTekst {
	position:absolute;
	left:auto;
	top:250px;
	width:770px;
	z-index:3;
	height: auto;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}