/* Hyperlinks */
a:link { color: #0000FF; text-decoration: underline } 
a:visited { color: #0000FF; text-decoration: underline } 
a:active { color: #FFFFFF; text-decoration: underline } 
a:hover { color: #FFFFFF; text-decoration: underline } 

/* Algemeen */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
} 
table {
	border: 0px;
}
input,textarea,select {
	font-family: Verdana;
	font-size: 10px; 
	border-style: solid; 
	border-width: 1px;
	background-color: #FFFFFF;
}
img {
	border: 0px
}
/* Layout */
div.zijmenu {
	margin-top: 10px; 
	padding-left: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
div#menu {
	margin: 10px 0px 30px 20px; 
	padding-left: 50px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
div#content {
	margin: 10px 0px 10px 0px; 
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
div#footer {
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
	text-align: center;
}
.itemtitel {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	padding-top: 2px;
	padding-bottom: 2px; 
	margin-left: 3px;
}
.iteminhoud {
	font-size: 10px;
	text-align: left;
	border: 1px solid #FF9900;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;	
}