BODY {
	background-color: #9A3334;
	margin: 0px;
	padding: 0px;
	background-image: url(img/hg_body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
P, H1, H2, H3, UL {
	padding: 0px;
	margin: 0px 0px 7px 0px;
}
H1 {
	font-size: 17px;
}
H2 {
	font-size: 15px;
	color: #9A3334;
}
H3 {
	font-size: 13px;
	background-image: url(img/hg_navitem.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 7px;
}
UL {
	margin: 0px 0px 6px 0px;
}
LI {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	background-image: url(img/aufzaehlungspunkt.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
UL UL {
	margin: 2px 0px 6px 0px;
}
A {
	color: #333534;
}

.s_aussen {
	margin: 0px auto;
	width: 980px;
}
.s_schatten_hinten {
	background-image: url(img/hg_schatten_mitte.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.s_schatten_oben {
	background-image: url(img/hg_schatten_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.s_schatten_unten {
	padding-right: 20px;
	background-image: url(img/hg_schatten_unten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.s_kopf {
	padding-top: 19px;
}
.s_nav UL, .s_nav LI, .s_nav A {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	background: none;
}
.s_nav {
	background-color: #00CCCC;
	background-image: url(img/hg_nav.gif);
	background-repeat: no-repeat;
	background-color: #FFF89D;
	float: right;
	padding: 0px 30px 0px 10px;
}
/*
.s_nav UL {
	margin: 0px 30px 0px 10px;
}
.s_nav LI {
	float: left;
}
.s_nav A {
	background-image: url(img/hg_navitem.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 4px 15px 4px 7px;
	color: #333534;
	text-transform: uppercase;
	float: left;
}
.s_nav A:hover {
	text-decoration: underline;
}
.s_nav A {
	color: #363233;
}
*/
.s_linie1 {
	clear: both;
	border: 1px solid #FFF89D;
	height: 1.7em;
}
.s_linie2 {
	clear: both;
	border: 1px solid #FFF89D;
	border-top: none;
	background-color: #B87071;
	height: 1.7em;
}
.s_themenbild {
	width: 189px;
	float: left;
	padding-bottom: 20px;
	background-image: url(img/hg_schatten_unten_links.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.s_themenbild_img {
	border: 1px solid #FFF89D;
	border-top: none;
	border-right: none;
}
.s_inhalt_schatten {
	background-image: url(img/hg_schatten_unten_wh.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 23px 0px 0px 189px;
}
.s_inhalt_schatten_rechts {
	background-image: url(img/hg_schatten_unten_rechts.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.s_inhalt_schatten_innen {
	background-color: #FFF;
	background-image: url(img/hg_inhalt.gif);
	background-repeat: no-repeat;
}
.s_inhalt {
	background-image: url(img/hg_schatten_innen.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px 30px 10px 30px;
	min-height: 486px;
}
* HTML .s_inhalt {
	height: 486px;
	height: 486px;
}

.c_2spalten, .c_text, .c_teaser {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}
.c_2spalten .c_text {
	float: none;
	width: auto;
	padding: 0px;
}
.c_links {
	width: 49%;
	float: left;
}
.c_rechts {
	margin-left: 51%;
}

.c_teaser {
}
.c_teaser .c_bild {
	width: 200px;
	float: left;
}
.c_teaser .c_text {
	margin: 0px 0px 0px 200px;
	padding: 0px;
	width: auto;
	float: none;
}
.align-justify {
	text-align: justify;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
