* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	background: black;
	text-align: center;
}



.wrapper {
	background: url(../images/background.png);
	height: 684px;
	width: 967px;
	text-align: left;
	margin: 0 auto;
}
.wrapper .container {
	position: absolute;
	z-index: 0;
}


.header {
	width: 100%;
	height: 274px;
	position: relative;
}

.header-logo {
	height: 347px;
	width: 353px;
	top: 0px;
	left: 0px;
	background: url("../images/logo.png") bottom right no-repeat;
	z-index: 100;
	position: absolute;
}

.header-menu {
	width: 509px;
	height: 46px;
	float: right;
}

.header-dropmenu {
	width: 509px;
	float: right;
	height: 228px
}

.menu {
	width: 510px;
	color: white;
	background: black;
}

.menu ul{
	list-style: none;
	height: 46px;
}

.menu ul li{
	float: left;
	width: 85px;
	text-align: center;
	font-size: 7pt;
}

.menu ul li a {
	height: 46px;
	display: block;
	color: white;
	text-decoration: none;
}

.menu ul li a .top {
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.menu ul li a .bottom {
	height: 23px;
	border-right: 1px solid transparent;
}

.menu ul li a .top#top-last {
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid transparent;
}

.menu ul li a .bottom#bottom-last {
	height: 23px;
}
.menu ul li a:hover .top#top-last {
	border-left: 1px solid white;
	border-right: 0;
}

.menu ul li a:hover .bottom#bottom-last {
	border-right: 0;
}

.menu ul li a:hover .top {
	background: #6C7784;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.menu ul li a:hover .bottom {
	background: #527283;
	border-right: 1px solid white;
}

.menu ul a#active .top {
	background: #6C7784;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.menu ul a#active .bottom {
	background: #527283;
	border-right: 1px solid white;
}

.body {
	width: 967px;
	height: auto;
	z-index: 1000;
	position: absolute;
}

.body .header-text {
	width: 630px;
	height: 40px;
	line-height: 30px;
	float: right;
	color: white;
	opacity: 0.65;
	font-size: 8pt;
}

.body .header-text .index {
	padding-left: 223px;
}

.body .header-text .doorwie {
	padding-left: 138px;				
}

.body .header-text .wathoe {
	padding-left: 223px;
}

.body .header-text .aanmelden {
	padding-left: 138px;
}

.body .header-text .wanneer {
	padding-left: 223px;
}

.body .header-text .kosten {
	padding-left: 138px;
}

.body .text .index{
	width: 727px;
	height: auto;
	float: right;
	color: white;
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	padding-right: 5px;
}

.body .text .index b {
	font-size: 10pt;
}

.body .text .doorwie{
	width: 727px;
	height: 370px;
	float: right;
	color: white;
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	padding-right: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.body .text .doorwie b {
	font-size: 10pt;
}

.body .text .aanmelden{
	width: 727px;
	height: auto;
	float: right;
	color: white;
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	padding-right: 5px;
}

.body .text .aanmelden b {
	font-size: 10pt;
}

.body .text .kosten{
	width: 727px;
	height: 370px;
	float: right;
	color: white;
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	padding-right: 5px;
	overflow-y: scroll;
}

.body .text .kosten b {
	font-size: 10pt;
}

.body .text .wanneer{
	width: 727px;
	height: auto;
	float: right;
	color: white;
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	padding-right: 5px;
}

.body .text .wanneer b {
	font-size: 10pt;
}

.body .text .wathoe{
	width: 727px;
	height: auto;
	float: right;
	color: white;
	font-size: 9pt;
	line-height: 19px;
	font-weight: normal;
	padding-right: 5px;
}

.body .text .wathoe b {
	font-size: 10pt;
}


.body .text table {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.body .text table tr td {
	width: 200px;
	color: white;
	font-size: 9pt;
	font-weight: normal;
	line-height: 19px;
}

.contactformulier {
	width: 727px;
	height: auto;
	float: right;
	color: white;
	font-size: 9pt;
	font-weight: normal;
	padding-right: 5px;
}
						