html, body
{
	/*background-image: url(../img/menge_backdrop_01.gif);*/
	background-color: #ffffff;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a
{
	text-decoration: none;
	display: block;
}	

#horizon
{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}

#wrapper
{
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 401px;
	height: 88px;
	margin: 0px auto;
}

#inner
{
	position: relative;
	top: -50%;
}

#wrapper ul
{
	margin: 0;
	padding: 0;
}
#wrapper li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#english
{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 40px;
}

#nederlands
{
	position: absolute;
	left: 40px;
	top: 60px;
	width: 60px;
}

#wrapper a i
{
	visibility: hidden;
}
