* {
	padding: 0;
	margin: 0;
}

html {
	background: #00136A url(images/enter.jpg) no-repeat top center;
	font : normal normal normal 62.5% Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 105px;
}

#welkom, #construction span, #contact span, #knop span {
	display: none;
}

#landen {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

#landen ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#landen ul li {
	width: 60px;
	height: 47px;
	float: left;
	display: inline;
}

#landen li span {
	display: none;
}

#landen li a {
	display: block;
	width: 60px;
	height: 47px;
}

#nl {
	background: url(images/nlflag.png) no-repeat;
}

#en {
	background:url(images/en.png) no-repeat;
}

#es {
	background:url(images/esflag.png) no-repeat;
}

#de {
	background:url(images/deflag.png) no-repeat;
}
/* hover */
#nl a:hover {
	background: url(images/nlflag_hov.png) no-repeat;
}

#en a:hover {
	background:url(images/en_hov.png) no-repeat;
}

#es a:hover {
	background:url(images/esflag_hov.png) no-repeat;
}

#de a:hover {
	background:url(images/deflag_hov.png) no-repeat;
}

#enter {
	position: absolute;
	width: 500px;
	height: 250px;
	top: 230px;
}

#enter #knop {
	width: 500px;
	height: 250px;
	background: url(images/knop.gif) no-repeat;
}

#knop a {
	display: block;
	width: 500px;
	height: 250px;

}


#enter #construction {
	position: absolute;
	left: -250px;
	top: 152px;
	background: url(images/construction.jpg) no-repeat;
	width: 143px;
	height: 19px;
}

#enter #contact {
	position: absolute;
	left: 600px;
	top: 152px;
	background: url(images/contact.jpg) no-repeat;
	width: 146px;
	height: 19px;
}

#contact a {
	display: block;
	width: 146px;
	height: 19px;
}