@charset "UTF-8";
/* CSS Document */

/* NAVIGATIE
/ ---------------------------------------------------------- */

div#header a.logo-zuidsingel {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 480px;
	display: block;
	background-image: url(../images/logo-zuidsingel.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;	
}

div#navigatie {
	height: 50px;
	padding: 0 20px 0 0;
	background-color: #fff;
}

div#navigatie ul li {
	display: inline;
}

div#navigatie ul li a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 10px;
	color: #000;
	text-decoration: none;
	font-size: 100%;
	display: block;
	float: right;
	font-weight: bold;
}

div#navigatie ul li a:hover {
	text-decoration: underline;
}

div#navigatie ul li a.selected {
	background-color: #fff;
	color: #3c3c3c;
}

div#navigatie div.talen {
	float: right;
	margin: 8px 10px 0 0;
}