/* algemeen */
body {
	background: #000000;
	font: 14px Verdana, Arial, sans-serif;
	color: #996633;
}
		
.content {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
}
	
a:link, a:visited, a:active { 
	font: 14px verdana, arial, sans-serif;
	color: #CC9966;
	line-height: 14px;
	text-decoration: none;
}

a:hover { 
	font: 14px verdana, arial, sans-serif;
	color: #996633;
	line-height: 14px;
	text-decoration: none;
	background-color: #000000;
}

  div.clear { /*work-around to make sure IE doesn't move menu*/
	clear: both;
}

/*logo et all*/
#logo {
	float: left;
	margin-top: 2em;
 }

#talen span { /*tekst onzichtbaar*/
	position: absolute;
	left: -2650px;
}

ul#talen {
	list-style-type: none;
	margin-top: 2em;
	padding: 0;
}
 
ul#talen li {
	display: inline;
}

ul#talen .nl a {
	float: left;
	width: 18px;
	height: 12px; /*height needed*/
	background:url(../img/talen/nl.gif) no-repeat left top;
	margin-left: 0em;
}

ul#talen .nl a:hover {
	width: 18px;
    background-position:0% -12px;
}

ul#talen .fr a {
	float: left;
	width: 18px;
	height: 12px; /*height needed*/
	background:url(../img/talen/fr.gif) no-repeat left top;
	
}

ul#talen .fr a:hover {
	width: 18px;
    background-position:0% -12px;
}

ul#talen .eng a {
	float: left;
	width: 30px;
	height: 12px; /*height needed*/
	background:url(../img/talen/eng.gif) no-repeat left top;
		
}

ul#talen .eng a:hover {
	width: 30px;
    background-position:0% -12px;
}

ul#talen .strepke {
	float: left;
	width: 5px;
	height: 12px;
	background:url(../img/talen/strepke.gif) no-repeat left top;
	margin: 0 6px;
}

#border {
	float: left;
	width: 100%;
	left: 50%;
	margin-top: 2em;
	border: 1px solid #996633;
}

#copyright {
	float: left;
	padding: 1em 0;
}