html, body {
	background: #425057;
	height: 100%;
	margin: 0px;
	width: 100%;
	font-family: trebuchet MS, arial;
	font-size: 14px;
	color: #fff;
	}	
p {
	color: #fff;
	margin: 0;
}

a:active, a:link, a:visited {
	font-family: trebuchet MS, arial;
	font-size: 13px;
	color: #bbb;
	margin: 0;
	text-decoration:none;
}

a:hover {
	font-family: trebuchet MS, arial;
	font-size: 13px;
	color: #fff;
	margin: 0;
	text-decoration: underline;
}

h1 {
	margin: 0 0 7px 0;
	font-family: trebuchet MS;
	color: #3388aa;
	font-size: 18px;
}

h2 {
	margin: 0 0 5px 0;
	font-family: trebuchet MS;
	color: #3388aa;
	font-size: 16px;
}


div#wrapper {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 100%;
	_height: 100%;
	min-height: 100%;
	z-index: 99;
	}

div#bordertop {
	height: 1px;
	line-height: 1px;
	width: 780px;
	margin: 20px auto 0 auto;
	top: 30px;
}

div#header {
	position: relative;
	height: 174px;
	width: 780px;
	margin: 0 auto;
	z-index: 9;
	text-align: center;
}

div#logo {
	height: 145px;
}

div#nav {
	background: #224466;
	height: 30px;
	border-bottom: 3px solid #0a0c0f;
}

#container {
	position: relative;
	margin: 0 auto;
	background: black;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	z-index: 3;
	width: 780px;
}

#container_inner {
	margin: 0 auto;
	width: 780px;
	z-index: 4;

}

div#container1 {
	padding: 20px;
}

.nav_item {
	color: #fff;
	padding: 5px 16px 5px 16px;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #1f3f5f;
	border-left: 1px solid #305080;
}

.nav_item a:hover {
	color: #000;
	text-decoration: none;
}

.nav_item_a {
	color: #000;
	background: #2c4c6d;
	padding: 5px 16px 5px 16px;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #1f3f5f;
	border-left: 1px solid #305080;
}

.nav_item_a a:active, .nav_item_a a:link, .nav_item_a a:visited , .nav_item_a a:hover{
	color: #000;
	text-decoration: none;
}

div#bg {
	z-index: 1px;
	height: 100%;
	width: 100%;
}

div#balk {
	margin: 0 auto;
	background: #222;
	width: 780px;
	font-size: 10px;
	text-align: right;
	color: #777;
}

div#balk a {
	font-size: 10px;
	color: #666;
}

table#table-deelnemers2  tr:nth-child(even) {background: #0d0d0d}
table#table-deelnemers  tr.even {background: #0d0d0d}

