html, body {
	height: 100%;
	margin: 0px; /* wichtig für Firefox, IE, Safari & Co */
	padding: 0px; /* wichtig für Opera */
}
body {
text-align: center;
}
#wrapp_all {
	margin-top: 15px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*
	background-color: Silver;
	*/
}
#wrapp_head{
	position: relative;
	width: 800px;
	height: 100px;
	/*
	margin-bottom: 15px;
	*/
	background-color: Gray;
}
#banner{
	position: relative;
	width: 800px;
	height: 70px;
	text-align: right;
	background-color: #BFC2B1;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}
#meta{
	position: relative;
	top: 0px;
	width: 800px;
	height: 30px;
	text-align: right;
	font-size: small;
	background-color: White;
}
#link_fragen{
	position: absolute;
	top: 70px;
	float: left;
	left: 10px;
	width: 100px;
	height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: small;
}
#link_antworten{
	position: absolute;
	top: 70px;
	float: left;
	left: 135px;
	width: 100px;
	height: 30px;
	margin-right: 20px;
	font-size: small;
}
#link_random{
	position: absolute;
	top: 70px;
	float: left;
	left: 285px;
	width: 100px;
	height: 30px;
	margin-right: 20px;
	font-size: small;
}
#link_recent{
	position: absolute;
	top: 70px;
	float: left;
	left: 380px;
	width: 100px;
	height: 30px;
	margin-right: 20px;
	font-size: small;
}
#button_fragen{
	position: absolute;
	top: 1px;
	float: left;
	left: 5px;
	width: 100px;
	height: 99px;
	margin-left: 20px;
	margin-right: 20px;
}
#button_antworten{
	position: absolute;
	top: 1px;
	float: left;
	left: 125px;
	width: 100px;
	height: 99px;
	margin-right: 20px;
}
#button_random{
	position: absolute;
	top: 1px;
	float: left;
	left: 280px;
	width: 100px;
	height: 99px;
	margin-right: 20px;
}
#button_recent{
	position: absolute;
	top: 1px;
	float: left;
	left: 380px;
	width: 100px;
	height: 99px;
	margin-right: 20px;
}
#wrapp_verzeichnis{
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	margin-right: 20px;
/*	background-color: Gray;
*/
}
#suche{
	position: relative;
	width: 250px;
	height: 90px;
	margin-bottom: 15px;
}
.reiter-f-on{
	width: 40px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	padding: 4px;
	font-size: x-small;
	color: White;
	background-color: #4682B4;
}
.reiter-f-off{
	width: 40px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	padding: 4px;
	font-size: x-small;
	color: White;
	background-color: #BED3D6;
}
.reiter-a-on{
	width: 40px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	padding: 4px;
	font-size: x-small;
	color: Black;
	background-color: #FFE342;
}
.reiter-a-off{
	width: 40px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	padding: 4px;
	font-size: x-small;
	color: Black;
	background-color: #FFF3AA;
}
#verzeichnis-f{
	width: 238px;
	height: auto;
	min-height: 188px;
	max-height: 488px;
	overflow: auto;
	margin-bottom: 15px;
	clear: left;
	background-color: White;
	font-size: x-small;
	border: 2px solid #4682B4;
	padding: 4px;
}
#verzeichnis-a{
	width: 238px;
	height: auto;
	min-height: 188px;
	max-height: 488px;
	overflow: auto;
	margin-bottom: 15px;
	clear: left;
	background-color: White;
	font-size: x-small;
	border: 2px solid #FFE342;
	padding: 4px;
}
#verzeichnis-s{
	width: 238px;
	height: auto;
	min-height: 188px;
	max-height: 488px;
	overflow: auto;
	margin-bottom: 15px;
	clear: left;
	background-color: White;
	font-size: x-small;
	border: 2px solid #c5c6b9;
	padding: 4px;
}
#wrapp_frage{
	float: right;
	width: 530px;
	height: auto;
}
#frage{
	margin-bottom: 15px;
/*	padding-top: 12px;
	background-color: Lime;
*/
}
#fragen_links{
	font-size: small;
	margin-bottom: 15px;
}
#wrapp_antwort{
	width: 530px;
	float: right;
	height: auto;
	margin-bottom: 15px;
/*	background-color: Green;
*/
}
#antwort{
	margin-bottom: 15px;
/*	padding-top: 12px;
	background-color: Lime;
*/
}
#antworten_links{
	font-size: small;
	margin-bottom: 15px;
}
#wrapp_start{
	float: right;
	width: 530px;
	height: auto;
}
#wrapp_footer{
	clear: both;
	width: 800px;
	height: 60px;
	margin-bottom: 25px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#footer{
	padding-top: 25px;
	margin-right: 10px;
	font-size: x-small;
	text-align: right;
}
