body {
	margin: 0;
	padding: 0;
}

body.nl .en {
	display: none;
}

body.en .nl {
	display: none;
}

/* Menu ***********************************************************************/

#menu {
	position: absolute;
	z-index: 9;
	background: #bababa;
	width: 100%;
	border-bottom: 1px solid #666;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	line-height: 24px;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-left: 2px solid #fff;
}

#menu a.active,
#menu a:hover {
	background-color: #ff0000;
}

#menu .first a {
	border: 0;
}

#menu img#logo {
	float: left;
	background: #fff;
	padding: 5px;
}

/* Frameset */

iframe#frameset {
	position: fixed;
    top: 45px;
    right: 0;
	bottom: 0;
    left: 0;
    border: none;
}
