@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}

HTML, BODY {
	width: 100%;
}

BODY {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

A {
	color: #FFFFFF;
	text-decoration: none;
}

A IMG {
	border: none;
}

A:hover, A:focus, A:active {
	cursor: pointer;
}

TEXTAREA, INPUT, SELECT {
	background-color: #191919;
	color: #FFFFFF;
	padding: 3px;
}

TEXTAREA:hover, INPUT:hover, SELECT:hover {
	border: 1px solid #FFFFFF;
}

#container {
	margin: 0px auto;
	width: 995px;
	padding: 0px;
	position: relative;
}

.title {
	font-weight: bold;
	padding: 10px 30px 3px 0px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.separator {
	width: 60%;
	size: 2px;
	border-bottom: solid 1px #A18140;
	margin: 10px auto;
}


/* *** Language select *** */
#btn_eintreten, #btn_enter {
	background-repeat: no-repeat;
	width: 162px;
	height: 67px;
	margin: 40px auto;
}

#btn_eintreten { background-image: url(../images/buttons/out_eintreten.png); }

#btn_enter { background-image: url(../images/buttons/out_enter.png); }

#enter {
	width: 1000px;
	margin: 90px auto 0px;
	font-size: 9px;
	text-align: center;
}

#enter IMG {
	margin: 0px 10px;
}

#enter_bg {
	height: 160px;
	width: 100%;
	margin: 230px 0px 0px 0px;
	position: absolute;
	background-color: #191919;
	z-index: 0;
}

#enter_de {
	width: 300px;
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
	float: left;
}

#enter_d {
	width: 300px;
	margin: 50px auto;
	font-size: 10px;
	text-align: center;
	z-index: 20;
}

#enter_en {
	width: 300px;
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
	float: right;
}

#map_container {
    margin-top: 20px;
    padding: 1px 0px 0px 0px;
    position: relative;
}

#map {
    height: 500px;
    color: #191919;
    margin: 20px;
}

.captcha_image {
	margin: 0px 0px 0px 10px;
}

.nl_entryfields_captcha {
	margin: 0px 10px 0px 110px;
	width: 70px;
}

