/* CSS Document */
body {
	margin: 8px;
	background-color: #00a4e8;
}

A:link {
	color: #00a4e8;
	text-decoration: none;	
}
A:visited {
	color: #00a4e8;
	text-decoration: none;
}
A:hover {
	color: #00a4e8;
	text-decoration: underline;
}

TABLE#table {
	width: 386px;
	height: 384px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	}

DIV#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	marging-right: 10px;
	position: absolute;
	width: 374px;
	height: 86px;
	z-index: 1;
	left: 10px;
	top: 16px;
}

	
TD#frage {
	height: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

TD#auswertung {
	height: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

TD#submit {
	height: 30px;
	padding-left: 15px;
}

DIV#no {
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 246px;
	width: 384px;
	left: 7px;
	top: 9px;
	background-image: url(../images/no.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

DIV#yes {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 246px;
	width: 384px;
	left: 7px;
	top: 9px;
	background-image: url(../images/yes.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

