body {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 100%;
	background-color:#FFFFFF;
}

#titel {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 30px 0;
	font-size:x-large;
}

#menubar {
	background-color: #D14550;
	font-size: .8em;
	color:#CCCCCC;
	border-bottom: 2px solid #990000;
	border-top: 1px solid #990000;
}

#NavHor {
	margin: 0;
	padding:0;
	background-color:#D14550;
	width: 60em;
}

#NavHor li {
	list-style-type: none;
	text-align:center;
	margin: 0;
	float: left;
	width: 8.5em;
	border-right: 1px dotted #CCCCCC;
	white-space: nowrap;
}

#NavHor a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	line-height:1;
	padding: 4px 10px;
}

#NavHor a:hover, #NavHor a:active, #NavHor a:focus {
	background-color: #990000;
	color: #CCCCCC;
}

#NavHor a:visited {
	color: #CCCCCC;
	letter-spacing: .01px;
}


#sidebar1 {
	background-image: url(../images/VertStreepjeR.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.omslag {
	padding: 0;
	margin: 30px;
	border: 1px solid #996600;
}

.illusSec {
	border: 1px solid #996600;
}

.illusRechts {
	float: right;
	margin: 10px;
}

.illusRechtsBorder {
	float: right;
	margin: 10px;
	border: 1px solid #990000;
}
.imageboxRechts {
	text-align:center;
	font-size:xx-small;
	color:#990000;
	float: right;
	margin: 15px;
}

#maincontent {
	padding-top: 20px;
	padding-left: 30px;
	font-size: small;
	position: relative;
	top: 0px;
	left: 0px;
}

#maincontent a:link, a:visited {
	color:#FF9900;
	text-decoration: none;
}

#maincontent a:hover {
    color:#FF9900;
	text-decoration: none;
	font-weight:bold;
}


#contentTable {
	border-bottom: 4px solid #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
}



#footer {
	font-size: 0.7em;
	color: #990000;
	padding: 16px 12px;
}

