html,body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 568px;
	border: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	position: relative;
	background-image: none!important;
}

h1 {
	position: absolute;
	top: 7px;
	left: 776px;
	margin: 0;
	padding: 0;
	width: 199px;
	height: 88px;
}

div#navigatie {
	display: none;
	border: 2px solid #d95900;
	border-bottom: none;
	position: absolute;
	bottom: 50px;
	left: 67px;
	width: 640px;
	height: 22px;
	z-index: 100;
}

div#navigatie.firstpage {
}

div#navigatie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navigatie ul li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

div#navigatie a {
	background-image: url('images/menu-sep.gif');
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #09347a;
	text-decoration: none;
	padding: 0 4px 0 5px;
	line-height: 22px;
	display: block;
}

div#navigatie ul li.first a {
	background-image: none;
}

div#navigatie ul li.current {
	background-color: #d95900;
	background-image: none;
}

div#navigatie ul li.current a {
	background-image: none;
}

div#navigatie ul li.curnext a {
	background-image: none;
}

div#navigatie a:hover,ul#submenu li a:hover {
	color: #f47b20;
}

div#navigatie ul li.current a:hover {
	color: #ffffff;
}

ul#submenu {
	position: absolute;
	bottom: 72px;
	left: 67px;
	border: 2px solid #d95900;
	width: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#submenu li {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

ul#submenu li a {
	display: block;
	width: 100%;
	line-height: 1em;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #09347a;
	text-decoration: none;
	padding: 6px 0 6px 5px;
	margin: 0;
	background-image: url('images/arrow.gif');
	background-position: 105px center;
	background-repeat: no-repeat;
}

div#content {
	position: absolute;
	bottom: 86px;
	left: 67px;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #202020;
	width: 644px;
}

div#content_home {
	height: 120px;
	overflow: auto;
}
div#content a {
	color: #202020;
	text-decoration: underline;
}

div#content a:hover {
	color: #f47b20;
}

div#content_big {
/*	position: absolute;
	bottom: 87px;
	left: 67px;*/
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #202020;
	width: 624px;
	height: 463px;
	overflow: auto;
}


div#actie {
	position: absolute;
	left: 776px;
	top: 102px;
	text-align: right;
	width: 199px;
}

div.pad {
	padding: 5px 10px 7px 10px;
}

.backed {
	background-image: url('images/backing.png');
}

.backextra {
	background-image: url('images/backextra.png');
}

.error {
	color: #FF0000;
}

.error input, .error select, .error textarea {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	color: #000066;
}

.field {
	border: 1px solid #ccc;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #000066;
	margin-bottom: 2px;
}

.button {
	border: 1px solid #ccc;
	background-color: #ccc;
	padding: 4px;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
}

td.active {
	background-image: url('images/active.gif');
	background-position: center;
	background-repeat: repeat-x;
	padding-bottom: 25px;
}

td.inactive {
	background-image: url('images/inactive.gif');
	background-position: center;
	background-repeat: repeat-x;
	padding-bottom: 25px;
}