body {
	margin: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	font-size: 12px;
	color: #777;
}

div#wrapper {
	margin: 0 auto;
	width: 668px;
}

div#koord {
	background-image: url(../images/home/koord_grijs.jpg);
	position: absolute;
	top: 30%;
	width: 668px;
	height: 164px;
}

div#talen {
	position: absolute;
	top: 30%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 5px solid #BBB; 
}

li {
	padding: 1px 10px 1px 5px;
	border-left: 1px solid #444;
	cursor: pointer;
}

.stichtingtijd {
	position: absolute;
	top: 30%;
	left: 33%;
	font-size: 40px;
	font-weight: bold;
	color: #07026A;
	display: none;
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	color: white;
}