@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(img/background.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

.small {
	position: fixed;
	left: 841px;
	top: 20px;
	border: none;
	color: white;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	z-index:6;
}
.small1 {
	position: fixed;
	left: 881px;
	top: 20px;
	border: none;
	color: white;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	z-index:6;
}

.backgroundimage {
    position: absolute;
    left: 20px;
    top: 20px;
	border: none;
	width: 984px;
	height: 508px;
	z-index:1;
}

.answers {
	position: absolute;
	left: 41px;
	top: 150px;
	width: 900px;
	border: none;
	color: white;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	z-index:2;
}

.linksunten {
	position: absolute;
	left: 60px;
	top: 632px;
	width: 443px;
	height: 42px;
	border: none;
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	z-index:3;
}

.mitteunten {
	position: absolute;
	left: 600px;
	top: 643px;
	-webkit-transform: scale(5);
	font-size:16px;
	z-index:4;
}

.rechtsunten {
	position: absolute;
	left: 739px;
	top: 613px;
	width: 226px;
	border: none;
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 99px;
	z-index:5;
}
