html body {
	margin: 0;
	padding: 0;
	background-image: none;
	color: Black;
	background-color: #FFF5EE;
}

#inhalt {
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 1em;
	background-image: none;
}

#textRD {
	position: absolute;
	top: 30px;
	right: 0;
	width: 250px;
	padding: 6px 8px;
	color: #FFF;
	background-color: #AAAAAA;
	font-size: 1em;
	line-height: normal;
	border-top: 1px solid #802917;
	border-bottom: 1px solid #802917;
	border-left: 1px solid #802917;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

#textRD h2 {
	margin: 0 0 8px 0;
	font-size: 0.9em;
	font-weight: bold;
}

#textRD p {
	margin: 0 0 8px 0;
	font-size: 0.8em;
}

#textRD ul {
	margin: 0 0 8px 10px;
	font-size: 1em;
	list-style-type: square;
	list-style-position: inside;
}

#textRD li {
	background-image: none !important;
	padding: 0 !important;
	font-size: 0.8em !important;
	margin: 0 !important;
}

#textQD {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    margin: 0;
    padding: 2px 0 4px 0;
    font-size: 1em;
	line-height: normal;
    color: #FFF;
	background-color: #802917;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

#textQD h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	max-width: none;
}

#textQD p {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 0.8em;
	max-width: none;
}

#textQD ul {
	width: 15em;
	margin: 0 auto 8px auto;
	text-align: left;
	font-size: 1em;
	list-style-type: square;
	list-style-position: inside;
}

#textQD li {
	background-image: none !important;
	padding: 0 !important;
	font-size: 0.8em !important;
	margin: 0 0 0 20px !important;
}


