* {
	margin: 0px;
	padding: 0px;
}
body, html {
	height: 100%;
}
.spanband {
	margin: auto;
	width: 794px;
	min-height: 100%;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}
.header {
	height: 149px;
	width: 794px;
	background-image: url('images/header.jpg');
}
.menu {
	width: 190px;
	min-height: 300px;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}
.menu li {
	list-style: none;
	height: 25px;
	display: block;
}
.menu a:link,
.menu a:visited {
	height: 20px;
	line-height: 20px;
	border-left: 1px solid transparent;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 8.5pt;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.menu a:hover,
.menu a:visited:hover {
	border-left: 5px solid #333333;
}
.content {
	width: 584px;
	margin-top: 20px;
	float: left;
	min-height: 300px;
	font-size: 8.5pt;
	color: #333333;
	font-family: Verdana, Arial;
}
h1 {
	display: block;
	font-size: 18pt;
	font-family: Trebuchet MS, Arial;
	color: #333333;
	margin-bottom: 5px;
}
h2 {
	display: block;
	font-size: 14pt;
	font-family: Trebuchet MS, Arial;
	color: #4B4B4B;
	margin-bottom: 5px;
}
hr {
	height: 3px;
	color: #ed911a;
	border: 1px solid #ed911a;
	background-color: #ed911a;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer {
	background-color: #f49618;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
.footer a:link,
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.error {
	display: block;
	margin: 10px;
	padding: 3px;
	color: #FF0000;
	background-color: #FFAAAA;
	font-size: 8.5pt;
	font-family: Verdana;
	border: 2px solid #FF0000;
}
.success {
	display: block;
	margin: 10px;
	padding: 3px;
	color: #328732;
	background-color: #AAFFAA;
	font-size: 8.5pt;
	font-family: Verdana;
	border: 2px solid #328732;
}
form ul {
 	margin-left: 0px;
 	padding-left: 0px;	
}
form ul li {
 	margin-left: 0px;
 	padding-left: 0px;
	list-style: none;
	min-height: 25px;
	line-height: 25px;
	border-bottom: 2px solid #FFFFFF;
	display: block;
	margin-bottom: 5px;
}
.reactie {
	margin-top: 10px;
}
.reactie .titel {
	background-color: #D2D2D2; 
	padding: 5px;
	display:  block;
	margin-bottom: 10px;
}
form label {
	float: left;
  	width: 200px;
  	max-height: 20px;
  	margin-right: 0.5em;
  	padding-top: 0.2em;
  	text-align: right;
  	font-weight: bold;
}
form fieldset {
	border: 0px;
	border-top: 2px solid #3C3C3C;
	margin-top: 20px;
	padding-top: 20px;
}
form #reactie {
	width: 300px;
	height: 150px;
}
form {
	margin-bottom: 20px;
}
.content form input, .content select, .content textarea {
	margin-top: 3px;
	font-size: 8.5pt;
	font-family: Verdana;
	padding: 3px;
}
.content input[type="text"] {
	width: 300px;	
}
.content select {
	width: 305px;
}
.content a:link, .content a:visited {
	color: #557FFF;
	text-decoration: none;
}
table {
	display: block;
}
tr {
	height: 25px;
}
th {
	text-align: left;
	height: 25px;
	padding-left: 5px;
	line-height: 25px;
	background-color: silver;
}
td {
	vertical-align: top;
	height: 25px;
	padding-left: 5px;
	line-height: 25px;
	border-bottom: 1px solid silver;
}
.content a:link, .content a:visited {
	color: #f49618;
}
.content a:hover, .content a:visited:hover {
	color: #FFD455;
}
.content li {
	margin-left: 20px;
	min-height: 20px;
	line-height: 20px;
}