body {
	margin: 0px;
	padding: 0px;
}
.img_1 {
	border: 1px solid #600;
	margin: 5px;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.exit {
	text-decoration: none;
	border:0;
	padding:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 274px;
	height: 131px;
	background-image: url(images/exit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.exit:hover {
	background-position: -274px 0px;
}
.enter_de {
	text-decoration: none;
	border:0;
	padding:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 291px;
	height: 113px;
	background-image: url(images/enter_de.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.enter_de:hover {
	background-position: -291px 0px;
}
.enter_en {
	text-decoration: none;
	border:0;
	padding:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 291px;
	height: 131px;
	background-image: url(images/enter_en.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.enter_en:hover {
	background-position: -291px 0px;
}
.none {
	display: none;
}