html body {
	margin: 0;
	padding: 0;
	background-image: none;
	color: #363636;
	background-color: #DADADA;
}

#inhalt {
	margin: 0;
	padding: 0;
	background-image: none;
}

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

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

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

#textRD ul {
	margin: 0 0 8px 25px !important;
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
}

#textRD ul ul {
	margin: 4px 0 4px 15px !important;
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
}

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

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

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

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

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

#textQD ul {
	width: 15em;
	margin: 0 auto 4px 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;
}


