/* HTML */
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform:lowercase;
	background-color: #f9fcf1;
}
IMG {
	border:none;
}
.c_text IMG {
	border: 1px solid #ba0404;
}
ACRONYM {
	border: none;
	cursor: help;
	margin: 0px;
}
A {
	color: #000;
}
P, H1, H2, H3 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
H1, H2 {
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	color: #ba0404;
}
H2, LEGEND {
	font-size: 14px;
	color: #ba0404;
}
FIELDSET {
	border: none;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	width: 100%;
}
LABEL {
	margin: 0px;
	padding: 0px;
}
INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
}
UL, LI {
	padding: 0px 0px 3px 0px;
	margin: 0px;
	list-style-type:none;
}
LI {
	background-image: url(img/li.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: auto;
	padding: 0px 0px 5px 10px;
}
TD {
	vertical-align: top;
}

/* Navigationen */
.s_nav UL {
	margin: 0px;
	padding: 0px;
}
.s_nav LI {
	padding: 0px;
	background: none;
}
.s_nav A{
	text-decoration: none;
}
.s_nav UL, .s_nav LI, .s_nav A {
	float: left;
}

/* Struktur */
.s_aussen {
	margin: 0px auto;
	width: 964px;
	min-height: 100%;
}
.s_header, .s_mitte {
	border-left: 2px solid #732a2a;
	border-right: 2px solid #732a2a;
}
* HTML .s_aussen {
	height: 100%;
}
.s_header {
	height: 349px;
	width: 960px;
}
.s_nav {
	float: left;
	width: 581px;
	height: 30px;
	padding-left: 25px; /*56px*/
}
.s_nav A {
	color: #000;
	font-size: 14px;
	padding: 0px 10px 0px 0px;
}
.s_mitte {
	float: left;
	width: 960px;
	border-bottom: 2px solid #732a2a;
	margin-bottom: 20px;
}
.s_inhalt {
	padding: 20px 20px 20px 56px;
	float: left;
	width: 561px;
	position: relative;
	min-height: 332px;
	height: 100%;
}
/* *.s_inhalt {
	height: 332px;
} --- IE Hack */
.s_rechts {
	float: left;
	width:323px;
	height:332px;
	background-image:url(img/rechts.png);
	position: absolute;
	bottom: 0px;
	margin-left: 581px;
}
.i_text, .c_text {
	margin: 20px 0px 20px 0px;
}
.i_text P, .c_text P {
	line-height: 160%;
}
/* Mailform start */
.mf-item {
	padding-bottom: 10px;
}
.mf-input, .mf-select, .mf-textarea, .mf-submit {
	width: 350px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666;
}
.mf-input {
}
.mf-select {
	width: 352px;
	height: 17px;
}
.mf-textarea {
	height: 150px;
}
.mf-submit {
	width: 150px;
	height: 17px;
}
/* Mailform ende */

