body { 
	padding:0; 
	margin-left:0px;	
	margin-top:0px;
	margin-right:0px; 
	height:100%;
	background-color:#243436;
}

img { 
	border:0px; 
}

table, body, p, div, input, select { 	
	font-family:Arial; 
	font-size:11px;
	color: #243436;
}

a {
	text-decoration:none;
	color: #243436;
}

a:hover {
	color: #688F35;
}

h4 {
	color: #688F35;
	font-size:11px;
	font-weight:bold;
}

input, select {
	color: black;
}

.center {
	position:absolute;
	left:50%;
	min-height:100%;
	padding-bottom:0px;
}

.container { 
	position:absolute;
	left:-400px;
	width:800px;
	min-height:100%;
}

.menu_links { 
	background-color: #243436;
	color: white;
}

.menu_links table { 
	background-color: #243436;
	color: white;
	margin: 10px;
}

.menu_links a { 
	color: white;
}

.menu_links .kopje { 
	color: #688F35;
}

.menu_boven { 
	background-color: white;
	text-align: right;
	padding-right: 8px;
	height:20px;
}

.menu_boven a { 
	color: #141a1f;
}


