body {
	background-color: #918163;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454D60;
	text-align: center;
}
#Opendag {
	position: absolute;
	z-index: 50;
	width: 355px !important;
	width: 400px;
	top: 120px;
	background-color: #fff3c3;
	border: 1px solid #555555;
	border-left: 0px;
	padding: 15px;
	padding-right: 30px;
}
#Site {
	margin: 10px auto;
	width: 770px;
	padding: 0px;
	background-color: #454d60;
	text-align: left;
/*	border: 1px solid #b5b5b5;  Dan ook de breedte 2px breder maken*/
}
#Bovenbalk {
	color: white;
	text-align: right;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 6px;
	border-bottom: 1px solid #b5b5b5;
}
#NavigatieBalk {
	display: none; /* DEZE BALK WORDT NU DUS VERBORGEN */
	border-bottom: 1px solid #b5b5b5;
	color: white;
	padding: 2px 6px;
}
#Image {
	position: absolute; 
	height: 200px; 
	width: 770px; 
	z-index: 5;
}
#VlakLinks {
	float: left;
	width: 250px;
	z-index: 10;
	position: relative;
}	
#Menu {
	margin: 25px;
	padding: 15px 5px 15px 15px;
	width: 180px !important;
	width: 200px;
	background-color: #6F052A;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Menu li.Kop {
	color: #CCCCCC;
	font-weight: bold;
	line-height: 22px;
	font-size: 1.1em;

}

#Login {
	margin: 25px;
	padding: 15px;
	width: 170px !important;
	width: 200px;
	background-color: #839e4d;
	color: white;
}
#Login h1 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
}
#Login input {
	font-size: 0.9em;
	font-family: Verdana, Arial;
}
#Main {
	margin-top: 200px;
	padding: 20px;
	float: right;
	width: 480px !important;
	width: 520px;
	background-color: #fff3c3;
	min-height: 500px;
	_height: 540px;
	line-height: 1.2em;
}
.Titel, h1 {
	font-size: 1.4em;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 3px;
}
h2 {
	font-size: 1.3em;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin: 0px;
}
#Menu a:link, #Menu a:visited {
	color: white;
	text-decoration: none;
	line-height: 18px;
}
#Menu a:active, #Menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.Navigatie:link, a.Navigatie:visited {
	color: white;
	text-decoration: none;
}
a.Navigatie:active, a.Navigatie:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
a.Knop:link, a.Knop:visited {
	display: inline-block;
	color: white;
	width: 50px !important;
	width: 80px;
	border: 1px solid #435127;
	background-color: #677d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 15px;
	margin: 2px 0px;
	text-align: center;
	text-decoration: none;
}
a.Knop:active, a.Knop:hover {
	color: #CCCCCC;
	border: 1px solid black;
	background-color: #435127;
}

ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul.TabBladen {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
ul.TabBladen li {
	display: inline;
}
a.Tab:link, a.Tab:visited, a.Tab:active {
	text-decoration: none;
	color: white;
	padding: 4px 10px;
	margin: 0px 2px 0px 0px;
	background-color: #EC801D;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
a.Tab:hover {
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
a.TabS:link, a.TabS:visited, a.TabS:active {
	text-decoration: none;
	color: #EEEEEE;
	padding: 4px 10px;
	margin: 0px;
	background-color: #CF6300;
	border: 1px solid gray;
	border-bottom: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
a.TabS:hover {
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
.Clear {
	clear: both;
}
.Blad {
	display: none;
}
.BladS {
	display: block;
	background-color: #FFFAE6;
	padding: 5px;
	border: 1px solid gray;
}
.Melding {
	border: 1px dotted #454d60;
	margin: 2px 2px 5px 2px;
	padding: 0px;
}
.Melding .Balk {
	padding: 2px 5px;
	margin: 0px;
	background-color: #454d60;
	color: white;
}
.Melding .Extra {
	padding: 1px 5px;
	border-bottom: 1px dotted #454d60;
	background-color: #bcc0cc;
}
.Melding .Onderwerp {
	float: left;
	padding: 0px;
	margin: 0px;
}
.Melding .Datum {
	float: right;
	padding: 0px;
	margin: 0px;
}
.Melding .Inhoud {
	padding: 5px;
}
