@charset "UTF-8";
body {
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFFFFF;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	position: relative;
	background-color: #B61211;
	/* Extrem-Zoom im IE beiseitigen. Durch die Font-Definition zoomt der IE wieder normal */
	font-size: 100%;
	/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	min-width: 41em;
	height: 101%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-weight: lighter;
    }
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
hr {
	border: 0;
	height: 1px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}
a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}
.wrapper {
	width: 940px; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #B61211;
	padding: 0px;
    }
.header {
	height: 240px;
	width: 940px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../navi/top_01.jpg);
	background-repeat: no-repeat;
    }
.sidebar1 {
	float: left;
	width: 324px;
	padding-bottom: 10px;
}
nav {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
	width: 195px;
	height: 400px;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 104px;
	margin: 0px;
}

ul.nav {
	list-style: none; /* Hiermit wird der obere Rand für die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
	margin-bottom: 0px; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
}
ul.nav li {
}
ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	padding: 0px;
	display: block; /* Hiermit werden die Blockeigenschaften für den Hyperlink angegeben, sodass das gesamte umschließende LI-Element aufgefüllt wird. Hiermit wird angegeben, dass der gesamte Bereich auf einen Mausklick reagiert. */
	width: 180px;  /*Mit dieser Breite reagiert die gesamte Schaltfläche in IE6 auf Mausklicks. Kann entfernt werden, wenn IE6 nicht unterstützt werden muss. Berechnen Sie die exakte Breite durch Subtrahieren der Auffüllung für diesen Hyperlink von der Breite des Containers für die Randleiste. */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	color: #84a512;
}

nav ul {
	list-style-type: none;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 2.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li {
	display: inline;
}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.aktuell {
	display: inline;
}
.content {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 575px;
	height: auto;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
.contentdatenschutz {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	color: #CCCCCC;
	vertical-align: top;
	width: 575px;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
.contentPoka {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 605px;
	height: auto;
	margin: 0px;
	float: left;
	padding: 0px;
    }
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* Diese Auffüllung setzt die rechte Auffüllung in der obigen Regel für Überschriften und Absätze fort. Die Auffüllung wurde unten für den Abstand zwischen anderen Elementen in den Listen und links für den Einzug platziert. Sie können die Werte nach Bedarf ändern. */
}
.home_direktzum {
	text-align: left;
	vertical-align: top;
	width: 615px;
	height: auto;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
    }
.rechts {
	text-align: right;
	width: 575px;
	float: right;
	margin: 0px;
}
.buch_content {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 420px;
	height: auto;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
.buch_content2 {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 420px;
	height: auto;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
.presse_content {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 615px;
	height: auto;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
    }
.presse_content2 {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 575px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
    }
.bestell_content {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 420px;
	height: auto;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
.formular {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 420px;
	height: 800px;
	margin: 0px;
    }
.formtext {
	color: #B6180F;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFCE5;
	text-align: left;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
    }
.formtext2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
    }
.buttontext {
	color: #6F0105;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #84a512;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	width: 405px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #9C3;
    }
INPUT {
	font-family : Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
 	sans-serif;
	font-size : 12px;
	width: 400px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
SELECT {
	font-family : Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
 	sans-serif;
	font-size : 12px;
	border : 1px solid #FFFFFF;
	width: 200px;
} 
TEXTAREA {
	font-family : Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
 	sans-serif;
	font-size : 12px;
	border : 1px solid #FFFFFF;
	width: 400px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.formfloatright {
	float: right;
	position: relative;
	clear: both;
	padding-top: 3px;
	padding-left: 10px;
}
.footer {
	color: #CCCCCC;
	margin: 0;
	height: 15px;
	font-size: 11px;
	padding: 0px;
	background-color: #B61211;
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
    }
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #84a512;
}
.linie {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #84a512;
    }
.texthigh {
	color: #84a512;
}
.textAbsatz {
	line-height: 0.1em;
}
.contentagb {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 575px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:lighter;
	margin-bottom: 0.1em;
	margin-top: 2px;
	color: #84a512;
}
  h1 { font-size: 200% }                        	/* 24px */
  h2 { font-size: 166.67% }                     	/* 20px */
  h3 { font-size: 150% }                        	/* 18px */
  h4 { font-size: 116.67%; letter-spacing: 0.05em; } /* 15px */
  h5 { font-size: 108.37%; letter-spacing: 0.05em; } /* 14px */
  h6 { font-size: 133.33%; } 	/* 16px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }
  
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
