html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #72644d;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, sans-serif;

}

#wrapper {
	min-height: 100%;
	position: absolute;
	width: 100%;
	z-index: 20;
	background: url("/bilder/kxorange2.gif");
}

* html #wrapper {
	height: 100%;
	width: 100%;
}

#wrapper2 {
	width: 991px;
	height: 100%;
	background: url("/bilder/kxorange2.gif");
}

#hauptteil {
	width: 695px;
	padding-right: 17px;
	float: left;
	position: relative;
}

h1 {
	margin: 0;
	padding: 0;
}

/* �berschrift 1 */
h2, h1.norm {
	font-size: 18px;
	color: #f7ad09;
	margin-bottom: 20px;
	line-height: 22px;
}

/* �berschrift 2 */
h3 {
	font-size: 12px;
	color: #ea5925;
	border-bottom: 1px solid #ea5925;
	margin: 0 0 17px 0; 
	padding-bottom: 2px;
}

/* Fliesstext */
p {
	font-size: 12px;
	color: #484848;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #ea5925;
	font-size: 12px;
	background: url("../bilder/gxlink.gif") no-repeat 0px 5px;
	padding-left: 12px;
}

a.klein {
	font-size: 11px;
	background: url("../bilder/gxlink.gif") no-repeat 0px 4px;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	padding: 0;
	margin: 0;
}

text-absatz {
	margin-bottom: 25px;
}

.text-bild-absatz .textbild {
	margin: 0 0 10px 10px;
}


.textunterstrichen {
	text-decoration: underline;
}

.textfett {
	font-weight: bold;
}

.abschnitthervorgehoben {
	padding: 15px 0 15px 0;
	background: #fffcf3;
}

img.bildrahmen1 {
	padding: 3px;
	border: 1px solid #f7ad09;
}

.strich {
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ea5925;
	margin: 35px 0 22px 0;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}

