body {
	background-color: #AAAAAA;
}

.main {
	width: 800px;
	height: 300px;
}
.top {
	background-color: #f80000;
	padding: 4px;
	height: 45px;
	color: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.middle {
	background-color: #ffffff;
	color: #000000;
	vertical-align: top;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}
.buttons {
	margin-top: -5px;
	background-color: #ffffff;
	vertical-align: bottom;
}
.bottom {
	background-color: #000000;
	height: 15px;
	color: #ffffff;
	text-align: right;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
}
.questionNr {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.questionNrAct {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ee0000;
}

a:link,a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	text-decoration: none;
}
.titel {
	font-size: 25px;
	line-height: 30px;
	width: 750px;
}
