* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	color: white;
}

#wrap {
	margin: 0 auto;
	width: 768px;
	text-align: left;
}

#header {
	height: 296px;
	border: 1px solid #D9D3EC;							 
	background: url("/images/header.png");
	margin-top: 1px;
	margin-bottom: 5px;
}

#footer {
	background-color: black;
	height: 5px;
	border-bottom: 1px solid #D9D3EC;
	border-left: 1px solid #D9D3EC;
	border-right: 1px solid #D9D3EC;
}

#footer_adres {
	background-color: #D9D3EC;
	height: 15px;
	border: 1px solid #D9D3EC;
	margin-bottom: 10px;
	text-align: center;
	color: #383562;
	font-weight: bold;
	font-size: 8pt;
}

#footer_adres a,
#footer_adres a:link,
#footer_adres a:active,
#footer_adres a:visited {
	color: #383562;
	text-decoration: none;
}

#footer_adres a:hover {
	color: red;
}

#page {
	border-top: 1px solid #D9D3EC;
	border-left: 1px solid #D9D3EC;
	border-right: 1px solid #D9D3EC;
	background: url("../images/page_bg.jpg") no-repeat;
	font-weight: regular;
	position: relative;
}

div#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;	
	text-align: left;
	padding-top: 75px;
}

#menu a {
	font-size: 8pt;
	font-weight: bold;
	background: url("../images/but.gif") no-repeat 0%;
	display: block;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #383562;
}

#menu a.banner {
	background: none;

	margin: 0;
	padding: 0;

	margin-left: 15px;
	margin-top: 15px;
}

#menu a.banner img {
	border: none;
}

#menu hr {
	color: #383562;
	background-color: #383562;
	border: 0;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content {
	margin-left: 150px;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 43px;
	margin-right: 10px;
	font-size: 9pt;
}

ul.submenu li {
	margin-bottom: 5px;
}

ul.submenu a {
	font-weight: bold;
}

ul.submenu a.current {
	color: red;
}

h1 {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #D9D3EC;
	margin-bottom: 20px;
}

a,
a:link,
a:active,
a:visited {
	color: white;
	text-decoration: none;
}

#content a,
#content a:link,
#content a:active,
#content a:visited {
	font-style: italic;
	text-decoration: underline;
}

a:hover, #menu a:hover {
	color: red;
	text-decoration: none;
}

div#footimages img {
	border: 1px solid #D9D3EC;
}

img#footimage1, img#footimage2, img#footimage3 {
	margin-right: 42px;
}

div.aanbieding {
	padding: 10px 0;
	margin: 0 30px;
	border: 2px dashed #D9D3EC;
	text-align: center;
}

div.aanbieding div.intro {
	padding: 0 10px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

div.aanbieding div.huidig {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

div.aanbieding div.link {
	text-align: right;
	margin-right: 30px;
}

span.maandaanduiding {
	font-style: italic;
}

span.titel {
	font-size: 12pt;
	font-weight: bold;
}

table.overzichtbeheer {
	width: 100%;
	color: #383562; 
	background-color: #D9D3EC;
	border-collapse: collapse;
}

table.overzichtbeheer tr.head {
	font-weight: bold;
}

table.overzichtbeheer td {
	border: 1px solid #383562;
	padding: 2px;
}

textarea.beheeromschrijving {
	width: 540px;
	height: 100px;
}

span.fout {
	color: red;
}