html, body {
	margin: 0px;
	padding:0px;
	font-family:   Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(menu_bkg.jpg);
	background-repeat: repeat-y;
}
a {
	color:#426e1a;
}
a:hover {
	color:#000000;
	border-bottom:1px none #444;
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
fieldset {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #666666
}
legend {
	padding: 2px 2px 2px 2px;
}
/* Die Ueberschriften */
h1 {
	color: #E64140;
	font-size: 110%;
	font-weight: bold;
	line-height: 125%;
	padding: 3px;
	margin-left: 0px;
	background-color: #DBDBDB;
}

div {border:00px solid black;
}
h2 {
	color: #000000;
	font-size: 100%;
	padding:3px;
	margin-left: 0px;
	line-height: 120%;
	background-color: #DBDBDB;
}
h3 {
	color: #D21932;
	font-size: 100%;
	line-height: 100%;
	padding-top: 3px;
	padding-left: 10px;
}
h4 {
	color: #112b3b;
	font-size: 95%;
	padding:3px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -19px;
	margin-left: -3px;
}
hr {
}
img {
    border:none;
}
#headleft {
	left: 0px;
	top: 0px;
	height: 86px;
	position: absolute;
	width: 670px;
	background-image: url(kopf_li-txt.jpg);
	background-repeat: no-repeat;
}
#headleft_fr {
	left: 0px;
	top: 0px;
	height: 86px;
	position: absolute;
	width: 670px;
	background-image: url(kopf_li-fr.jpg);
	background-repeat: no-repeat;
}
#headright {
	right: 0px;
	top: 0px;
	height: 86px;
	position: absolute;
	width: 180px;
	background-image: url(kopf_center.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}
.li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(li-dot.gif);
	line-height: 130%;
	list-style-type: disc;
	margin-left: -25px;
	text-align: left;
	margin-bottom: 8px;
}
.ol {
	margin-top: 1em;
	left: -4.6em;
	position: relative;
}

/*
Alle Einstellungen für Klassen und Pseudoklassen
*/

/*
Der Artikel Container der immer in der Mitte liegen soll
links und rechts viel Platz über margin, damit Menü
und rechte Spalte Platz finden.
*/
.artikel {
	font-size:95%;
	line-height:1.6em;
	margin-left: 231px;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #44410d;
	border-left-color: #cccccc;
}
.artikel a:visited {
	color: #825815;
}

/* ----- */
#buttonlist {
	width: 90%;
	float: left;
}
#buttonlist a {
	border: 1px solid #000000;
	float: left;
	height: 21px;
	margin: 1px;
	width: 21px;
}
#buttonlist a:hover {
	color: inherit;
	background-color: #cdd3ed;
	background-image: none;
}
#buttonlist label {
	width: 40%;
}
#buttonlist label {
	width: 40%;
}

/* Damit werden floats aufgeloest */
.clear {
	clear: both;
}
.body {
    font-size: 85%;
}
.breadcrump {
margin:0px 0px 0px 10px;
color:#555;
}
/* Um container innerhalb einer Artikels floaten, kann Bilder etc. enthalten */
.float_left_artikel {
	background: #ffffff none;
	border-bottom-width: 1px;
	border-color: #5f603c;
	border-right-width: 1px;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: left;
	font-size: 95%;
	line-height: 120%;
	margin: 10px;
	padding: 10px;
	position: relative;
}
.float_right_artikel {
	background: #ffffff none;
	border-bottom-width: 1px;
	border-color: #5f603c;
	border-right-width: 1px;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: right;
	font-size: 95%;
	line-height: 120%;
	margin: 10px;
	padding: 10px;
	position: relative;
}
/* Label von Checkboxen */
.label {
	border-bottom: 1px dotted #000;
}
/* input[type=submit] */
.form .senden {
	margin: 0px 0px 0px 55%;
}
label, .label, select, input[type=checkbox], input[type=radio], input[type=submit], .senden {
	cursor: pointer;
}
label, .label, select, .inpt, .txt {
	margin-bottom: 10px;
}
.senden {
	margin-bottom: 0px;
}
 .hilfmenu, .breadtext,  .ignore, .ignoreornot, .suchen, dfn{
	position:absolute;
    left:-2000px;
    top:-2000px;
}
input:focus, textarea:focus {
	background: #f3edcd;
}
.innerartikel {
	margin-bottom:20px;
	margin-right: -20px;
}
.innerartikel h3 {
    margin-left:-10px;
    margin-bottom:20px;
}
#menu {
	position:absolute;
	left:0px;
	width: 230px;
}
.menu {
	float:left;
	width:230px;
	border:0px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
}
.menu ul, .menu li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border: 1px solid #F1EFE2;
}
.menu a {
	display:block;
	padding:3px 3px 3px 10px;
	border-bottom:1px solid #fff;
	color:#E64140;
	text-decoration:none;
	margin: 0px;
	background-position: left center;
}
.menu a:hover {
	border-bottom:1px solid #555;
	background-color: #E64140;
	background-position: left center;
	color: #FFFFFF;
}
.menu .untermenu1 {
	padding-left: 20px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 95%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu .untermenu1 a {
	padding-left: 20px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 80%;
}
.menu .untermenu1 a:hover {
    background: #e1edb3;
    border-bottom:1px solid #555;
}
.menu .menuxaktiv_back {
	background-color: #D21932;
	background-position: left center;
	color: #FFFFFF;
}
.menu .submenuaktiv {
	padding-left: 20px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 95%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E9E9E9;
	background-position: left center;
	color: #D21936;
}

/*
Der obere Bereich incl. 
der Überschrift und der Kopfgrafik
*/
.oben {
	height:86px;
	left:0px;
	float:left;
	width:100%;
	margin-top:0px;
	background-repeat: repeat-x;
	background-image: url(kopf_center.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.oben h1 {
	margin-left:25%;
	margin-top:70px;
	color:#990099;
	height:30px;
	background:none;
}
.rechts1fl {
	width:180px;
	float:right;
	padding:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #0000CC;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.rechts1fl h2, .rechts1fl h3 {
	font-size:100%;
	color:#FFFFFF;
	padding:4px;
	background-color: #3F81B3;
}
.rechts1fl h4 {
    font-size:100%;
    color:#444;
    padding:4px;
}

/*
Teaser Positionierung
*/
.teaserbildleft {
	background: #ffffff none;
	border-bottom-width: 1px;
	border-color: #5f603c;
	border-right-width: 1px;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: left;
	font-size: 90%;
	line-height: 120%;
	margin: 5px 5px 5px 0px;
	padding: 1px;
	position: relative;
}
.teaserbildright {
	background: #ffffff none;
	border-bottom-width: 1px;
	border-color: #5f603c;
	border-right-width: 1px;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: right;
	font-size: 90%;
	line-height: 120%;
	margin: 10px;
	padding: 10px;
	position: relative;
}
#navitems {
    position:absolute;
    top:-2px;
    right:60px;
}
#navitems a {
    color:#000;
}
table{
	text-align: left;
}
td,tr {
	color: #333333;
	vertical-align: top;
    font-size:99%;
}
.foot {
	height:18px;
	width:auto;
	padding:2px;
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top: 1px solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #663300;
}

.foottext {
    float:right;
    width:200px;
    margin-right:0px;
    margin-top:-100px;
    font-size:75%;
    color:#333;
    }
.formtext {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.formtextlang {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.formbutton {
	border: 1px solid #FFCC00;
	color: #FFFFFF;
	background-color: #D21932;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.formtext_O {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 96%;
}
.formtextlang_O {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 96%;
}
.textiform {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
    font-size:95%;
}
#headleft1 {
	left: 0px;
	top: 0px;
	height: 86px;
	position: absolute;
	width: 558px;
}
#headright1 {
	right: 0px;
	top: 0px;
	height: 86px;
	position: absolute;
	width: 130px;
	background-repeat: no-repeat;
	background-position: right;
}
.oben1 {
	height:86px;
	left:0px;
	float:left;
	width:100%;
	margin-top:0px;
	padding:0px;
	background-repeat: repeat-x;
	background-image: url(kopf_bkg.jpg);
}
form p {
}

form p label {
	width: 170px;
	float: left;
}

.label {
	width: 200px;
}
.hidden {
	display: none;
}
#hidden {
	display: none;
}
fieldset{
	margin-top: 1.3em;
}
legend{
	margin-right: 10px;
	font-weight: bold;
	color: #D21932;
}
.anriss {
	font-weight: bold;
}

