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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #333;
}
caption {
	font-size: 16px;
	color: #000;
	background-color: #06F;
}
.Opvallen_rood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0001;
}
.Vet {
	font-weight: bold;
}
.Vet_cursief {
	font-style: italic;
	font-weight: bold;
}
.Vet_cusrsief_wit {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}


#navbar {
	font-size: 110%;
	text-align: center;
	width: 100%;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	text-decoration: none;
	background-color: #999;
	display: block;
	text-align: center;
	color: #000;
	padding: 0.2px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#lijst {
	font-size: 110%;
	text-align: center;
	width: 100%;
}
#lijst li {
	list-style-type: none;
}
#lijst a {
	text-decoration: none;
	background-color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 0.5px;
	margin: 2px;
}
#lijst ul {
	padding: 0px;
}
#lijst a:hover {
	background-color: #000;
}
#navbar a:hover {
	background-color: #CC0001;
}
#navbar ul {
	padding: 10px;
	width: 220px;
}
.Normaal {
}
.regel_centreren {
	text-align: center;
}
.centreren_vet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.Vet_onderstreept {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #00F;
}
