body {
	margin: 0px;
	padding: 0px;
	height: 98%;
	width: 100%;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.logo {
	background-image: url(../interface/blue/mnlflogo.gif);
	height: 201px;
	width: 150px;
	left: 0px;
	top: 130px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 30;
}
.previousphoto {
	position: absolute;
	height: 150px;
	width: 450px;
	left: 150px;
	top: 0px;
	z-index:40;
	opacity: 100;
}
.photo {
	position: absolute;
	height: 150px;
	width: 450px;
	left: 150px;
	top: 0px;
	z-index:30;
	opacity: 0;
}
.intro {
	background-image: url(../interface/blue/introbg.gif);
	position: absolute;
	height: 130px;
	width: 430px;
	left: 150px;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #3E7899;
	padding: 10px;
	width: 430px;
	z-index: 30;
}
.submenuleft {
	background-image: url(../interface/blue/submenubgleft.gif);
	height: 150px;
	width: 7px;
	left: 600px;
	top: 150px;
	position: absolute;
	z-index: 15;
}
.submenuright {
	background-image: url(../interface/blue/submenubgright.gif);
	height: 150px;
	width: 7px;
	top: 150px;
	position: absolute;
	right: 0px;
	z-index: 15;
}
.submenu {
	position: absolute;
	top: 156px;
	color: #3E7899;
	height: 150px;
	left: 607px;
	z-index: 30;
}
.submenubg {
	position: absolute;
	top: 150px;
	height: 150px;
	left: 0px;
	background-image: url(../interface/blue/submenubg.gif);
	width: 100%;
	z-index: 10;
}
.contenttop {
	background-image: url(../interface/blue/contentbgtop.gif);
	position: absolute;
	height: 7px;
	width: 450px;
	left: 150px;
	top: 300px;
	background-repeat: no-repeat;
	z-index: 25;
}
.contentbottom {
	background-image: url(../interface/blue/contentbgbottom.gif);
	height: 7px;
	width: 450px;
	bottom: 0px;
	position: absolute;
	left: 150px;
	background-repeat: no-repeat;
	z-index: 25;
}
.contentbg {
	position: absolute;
	width: 450px;
	top: 0px;
	left: 150px;
	background-image: url(../interface/blue/contentbg.gif);
	height: 99.99%;
	z-index: 20;
	background-repeat: repeat-y;
}
.content {
	position: absolute;
	width: 430px;
	top: 300px;
	left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #3E7899;
	padding: 10px;
	z-index: 30;
}
.menu {
	position: absolute;
	left: 600px;
	top: 124px;
}
a {
	text-decoration:none;
	color: #3E7899;
}
a:hover {
	text-decoration:underline;
}
.submenuitem {
	height: 23px;
	width: 212px;
}

#egg,
#melk{
    display: none;
    position: absolute;
    top:50px;
    left:185px;
    background: white;
    border: 2px solid #3E7899;
    padding: 30px;
    z-index: 100;
}

#egg *,
#melk *{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3E7899;
}

#egg h1,
#melk h1{
	font-size: 14px;
	line-height: 20px;
}

#egg span,
#melk span{
    display: none;
}

#egg div,
#melk div{
    text-decoration: underline;
    cursor: pointer;
}