/* gedeelte om de website te centreren */
body {
	text-align: center;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	background: url(/images/bg-gradient800.gif) repeat-y 50% 0px;
}
#mainsite {
	position: absolute;
	left: 50%;
	width: 770px;
	margin-left: -385px; 
	text-align: left;
}
#bovenbalk {
	position: absolute;
	text-align: left;
	top: 20px;
}
#onderbalk, #onderbalk A {
	text-align: center;
	color: #c0c0c0;
	font-size: 11px;
	clear: both;
	padding: 0 5px 0 5px;
	-moz-box-sizing : border-box;
}

/* Einde gedeelte om de website te centreren */

#navVert {
	position: absolute;
	left: 0px;
	top: 175px;
	width: 120px;
	z-index: 1;
}

#maintable {
	position: absolute;
	left: 125px;
	top: 168px;
}

/* zoekfunctionaliteit*/
.searchText {
	color: #000000;
}
.searchText2 {
	color: #000000;
	font-size: 11px;
	clear: both;
}
.searchField2{
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	height: 16px;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.searchButton2{
	background: #1628D4;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 10px;
	height: 16px;
	width: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

