* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #FFF;
	font-family: verdana;
	font-size: 1.2em;
}

#wrapper {
	background: url(../images/wwm.jpg);
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
}


#frage {
	position: absolute;
	top: 495px;
    left: 100px;
	width: 820px;
	height: 75px;
}

#antwort1 {
	position: absolute;
	top: 593px;
    left: 100px;
	width: 350px;
	height: 40px;
}

#antwort2 {
	position: absolute;
	top: 593px;
    left: 580px;
	width: 350px;
	height: 40px;
}

#antwort3 {
	position: absolute;
	top: 657px;
    left: 100px;
	width: 350px;
	height: 40px;
}

#antwort4 {
	position: absolute;
	top: 657px;
    left: 580px;
	width: 350px;
	height: 40px;
}

#tabelle {
	position: absolute;
	top: 60px;
    left: 620px;
	width: 260px;
	height: 390px;
}

#gewinn {
	border-collapse: collapse;
	width: 260px;
	font-family: verdana;
	font-size: 1.0em;	
}

#gewinn td:first-child {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}

#joker1 {
	position: absolute;
	top: 214px;
    left: 490px;
	width: 110px;
	height: 60px;
}

#joker2 {
	position: absolute;
	top: 305px;
    left: 490px;
	width: 110px;
	height: 60px;
}

#joker3 {
	position: absolute;
	top: 393px;
    left: 490px;
	width: 110px;
	height: 60px;
}

.joker {
	border-width: 0;
	width: 60px;
	height: 30px;
	background-color: #000;
	color: #FFF;
}

.antwort {
	width: 350px;
	height: 40px;
 	background-color: #333134;
	color: #FFF;
	font-family: verdana;
	font-size: 1.2em;
	border-width: 0;
}

.antwort:hover {
	background-color: #C0C0C0;
	color: #000;
}
