/*
  RAND_FARBE  #8091ff -> blau    #ff9696 -> rot
  H_FARBE #0000ff  -> blau       #ff0000 -> rot */



/* Zuerst die zentralen Formate über einen einfachen Selektor (html, h1, ...)  */
html {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 100%;
	font-size: 95%;
	padding-top: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
}
body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 100%;
	font-size: 95%;
	padding-top: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif
}
p {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
}
form {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}
table {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: arial, helvetica, sans-serif;
	border-collapse: collapse;
}
label {
	padding-left: 10px; font-size: 1.05em
}
li a.unterstrich {
	border-bottom: #000 1px solid
}



/* Formate für Klassen definieren. Diese gelten für alle Selektoren mit dem
    Universalattribut class= ... */
.unsichtbar {
	left: -2000px; position: absolute
}
.nofloat {
	clear: both
}
.zentriert {
	text-align: center
}
.rechtsbuendig {
	text-align: right
}
.buttons {
	right: 20px; width: 100px; position: absolute
}




/* Individualformate definieren. Diese gelten als elementtypweit eindeutige Bezeichner 
    und werden über das Universalattribut id= ... angesprochen */
    
 #kopf {  /* Kopfzeile über die gesamte Fensterbreite */
	background-position: left top;
	width: 100%;
	color: #ff9696;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	position: static;
	height: 100px; /* sollte mit der Pixelhöhe des Logos korrespondieren */
			   /* muss mit top in #bereichsmenu korrespondieren. */
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #ff9696;
}
 #kopf a {
	text-decoration: none
}
 #kopflogo { /* Positionierung des Logos in der Kopfzeile */
	margin-top: 0px;
	display: block;
	left: 40px;
	position: absolute;
	top: 10px
}
 #titelzeile { /* Positionierung der Titelzeile in der Kopfzeile */
	margin-top: 0px;
	display: block;
	left: 198px;
	position: absolute;
	top: 20px
}
 #bildunten {  /* bild links, unterhalb der kopzeile, genauso breit wie bereichsmenu einstellen */
	/* background-image: url(../1_klein.jpg); */ /* Hintergrundbild */
	width: 150px;
	height: 30px;
	background-repeat: no-repeat;
}

 #rechterbereich { /* Rechte Spalte der Seite. */
	margin-left: 200px; /* muss mit width in #bereichsmenu korrespondieren. */
	border-bottom: #fff 1px solid;
	background-color: #ff9696;
}


/* ------------------ Alle Formatierungen für die Fußzeile ------------------ */
 #fusszeile { /* Fußzeile am unteren Ende des Fensters */
 	border-top: #fff 1px solid;
	margin: 0px;
	width: 100%;
	height: 50px;
	background-color: #ff9696;
}
 #fusszeile p {
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 1.5em;
	padding-top: 5px
}
 #fusszeile a {
	color: #000;
	text-decoration: none
}
 #fusszeile a:visited {
	color: #000;
	text-decoration: none
}
 #fusszeile a:hover {
	text-decoration: underline
}
 #kastenl {  /* linker Kasten in der Fußzeile */
	float: left;
	border-right: #fff 1px solid;
	width: 200px;
	height: 50px; /* muss mit height von #fusszeile korrespondieren */
}
 #kastenr { /* rechter Kasten in der Fußzeile */
	float: right;
	border-left: #fff 1px solid;
	border-bottom: #ff9696 1px solid;
	background-color: #ffffff;
	width: 50px; /* muss mit margin von #inhalt korrespondieren */
	height: 50px; /* muss mit height von #fusszeile korrespondieren */
}
/* ----------------------------------------------------------------*/


/* ------------------ Alle Formatierungen für den Hauptbereich ------------------ */
 #hauptbereich { /* Eigentlich mittlerer Hauptbereich der Seite. */
	border-top: #fff 1px solid;
	width: 100%;
	background-color: #F6F6F6;
}
 #hauptbereich #inhalt li a:hover {
	color: #000;
	background-color: #ff9696
}
 #hauptbereich #inhalt p a:hover {
	color: #000;
	background-color: #ff9696
}
 #hauptbereich #inhalt li a:unknown {
	color: #000;
	background-color: yellow
}
 #hauptbereich #inhalt p a:unknown {
	color: #000;
	background-color: #ddd
}
 #hauptbereich #inhalt li a:active {
	color: #FFFFFF;
	background-color: #ff9696
}
 #hauptbereich #inhalt p a:active {
	color: #FFFFFF;
	background-color: #ff9696
}
 #hauptbereich #zusatzinfo li a:hover {
	color: #000;
	background-color: #fff
}
 #hauptbereich #zusatzinfo p a:hover {
	color: #000;
	background-color: #fff
}
 #hauptbereich #zusatzinfo li a:unknown {
	color: #000;
	background-color: #fff
}
 #hauptbereich #zusatzinfo p a:unknown {
	color: #000;
	background-color: #fff
}
 #hauptbereich #zusatzinfo li a:active {
	color: #000;
	background-color: #fff
}
 #hauptbereich #zusatzinfo p a:active {
	color: #000;
	background-color: #fff
}
/* ----------------------------------------------------------------*/


/* ------------------ Alle Formatierungen für das bereichsmenu ------------------ */
 #bereichsmenu { /* Menüleiste in linker Spalte. */
	left: 0px;
	top: 100px; /* muss mit height in #kopf korrespondieren. */
	width: 200px; /* muss mit margin-left in #rechterbereich korrespondieren. */
	position: absolute;
	background-color: #F6F6F6;
	border-top: #ff9696 3px solid;
	border-right: #ff9696 3px solid;
}
 #bereichsmenu span {
	display: none
}
 #bereichsmenu ul.top span.trennstelle {
	display: inline;
	margin-left: -14px;
	color: #000;
	border-bottom-style: none
}
 #bereichsmenu ul.sub span.trennstelle {
	display: inline;
	margin-left: -14px;
	color: #000;
	border-bottom-style: none
}
 #bereichsmenu ul.top {  /* Liste mit den Menueinträgen  */
 	list-style-type:none; /* none, damit kein Bulletzeichen ausgegeben wird */
 	padding-right: 7px; /* rechter Abstand - anpassen */
	padding-left: 7px;  /* linker Abstand - anpassen */
	font-size: 90%;     /* Schrift etwas kleiner, damit das Menue nicht zu breit wird */
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px
}
 #bereichsmenu ul.top a {
	padding-left: 10px
}
 #bereichsmenu ul.top span {
	display: block;
	padding-left: 10px
}
 #bereichsmenu ul.top li {
	margin: 0px
}
 #bereichsmenu ul.sub {
	color: #fff;
	list-style-type: square
}
 #bereichsmenu ul.sub li a {
	padding-left: 0px
}
 #bereichsmenu ul.sub li.last {
	border-bottom-style: none
}
 #bereichsmenu li { /* Eintrag in der Menüleiste in linker Spalte. */
	margin-top: 0px;
	border-bottom: #F6F6F6 5px solid;
}
 #bereichsmenu a {  /* wird offenbar nicht genutzt */
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	padding-bottom: 3px;
	color: #000000;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
}
 #bereichsmenu a:hover { /* aktiver Link in der Menüleiste. */
	display: block;
	border-width:1px;
	padding-bottom:1px;
	border-style:solid;
	border-color:#9B9B9B;
	color: #ff0000;    /* Schriftfarbe */
	background-color: #CDCDCD;
}
 #bereichsmenu a:unknown {
	display: block;
	color: #000;
	background-color: red
}
 #bereichsmenu a:active {
	display: block;
	color: #000;
	background-color: #FFFFFF;
}
 #bereichsmenu li span {
	border-bottom: #000 1px solid;
}
 #bereichsmenu .auswahl {
	padding-right: 5px;
	padding-left: 10px;
	font-size: 100%;
	padding-bottom: 3px;
	color: #fff;
	padding-top: 3px;
	background-color: #e05216;
}
 #bereichsmenu .subauswahl {
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 3px;
	color: #fff;
	padding-top: 3px;
	background-color: #ba8185
}

/* ----------------------------------------------------------------*/


/* ------------------ Alle Formatierungen für Inhaltsteil ------------------ */
 #inhalt { /* Inhaltsbereich in der Fenstermitte */
	margin: 0px 50px 0px 3px; /* oben rechts unten links, soll mit width in kastenr korr.*/
	background-color: #fff
}
 #inhalt h2 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-left: 0px;
	color: #303030;
	padding-top: 1.2em
}
 #inhalt h2.erste {
	border-top: #96cce6 1.5em solid;
	background-image:url(logo_klein.gif);
}
 #inhalt h1 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-left: 0px;
	color: #ff0000;
	padding-top: 1.2em
}
 #inhalt h3 {
	padding-right: 10px;
	border-top: aqua 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.6em;
	color: #555;
	padding-top: 0.4em
}
 #inhalt .rubrik {
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px;
	background-color: #DCDCDC
}
 #inhalt h2.rubrik {
	border-right: #fff 1px solid;
	padding-right: 4px;
	border-top: #fff 1px solid;
	padding-left: 10px;
	font-weight: 500;
	font-size: 1.25em;
	padding-bottom: 4px;
	border-left: #fff 1px solid;
	padding-top: 4px;
	border-bottom: #fff 1px
}
 #inhalt .floatleft {
	float: left;
	margin: 6px 10px
}
 #inhalt .floatright {
	float: right;
	margin: 6px 10px
}
 #inhalt p {
	padding-right: 1px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 1em;
	margin: 0px 20px 0px 0px;
	color: #000;
	line-height: 1.4em;
	padding-top: 0px;
}
 #inhalt p.mitbild {
	padding-right: 1px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 1em;
	margin: 0px 20px 0px 100px; /* Rand für das Bild */
	color: #000;
	line-height: 1.4em;
	padding-top: 0px;
}
 #inhalt p.sinnspruch {
	padding-right: 1px;
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
	text-indent:-3em;
	font-size: 1.5em;
	padding-bottom: 1em;
	margin: 20px 20px 0px 150px; /* oben rechts unten links */
	color: #000;
	line-height: 1.4em;
	padding-top: 0px;
}
 #inhalt p.willkommen {
	padding-right: 1px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	text-indent:-3em;
	font-size: 1.3em;
	padding-bottom: 1em;
	margin: 20px 20px 0px 70px; /* oben rechts unten links */
	color: #000;
	line-height: 1.4em;
	padding-top: 0px;
}
 #inhalt p.literatur {
	text-indent: -5mm;
	margin-left: 5mm
}
 #inhalt p.last {
	padding-bottom: 40px;
}
 #inhalt ul {
	padding-right: 10px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 0.1em;
	margin: 0px 10px;
	color: #000;
	padding-top: 0px;
	background-color: transparent;
}
 #inhalt ul li {
	line-height: 1.3em;
	padding-bottom: 1em;
}
 #inhalt ul.mitbild {
	padding-right: 10px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 2em;
	margin: 0px 10px 0px 93px;
	color: #000;
	padding-top: 0px;
	background-color: transparent
}
 #inhalt a {
	color: #ff0000;
	text-decoration: underline;
}
 #inhalt a:visited {
	color: #000;
	text-decoration: underline
}
 #inhalt img.icon {
	margin-top: -14px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	top: 14px;
	border-bottom-style: none
}
 #inhalt p.marginalie {
	padding-right: 5px;
	padding-left: 5px;
	right: 0px;
	background: #fff;
	padding-bottom: 5px;
	width: 128px;
	line-height: 1.4em;
	margin-right: 0px;
	padding-top: 5px;
	position: absolute
}
 #inhalt p.abstand {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2.5em;
	padding-top: 1.5em
}
 #inhalt .weiter_abstand p {
	line-height: 2em
}
/* ----------------------------------------------------------------*/

/* ------------------ Alle Formatierungen für die Navigation ------------------ */
/* dient z.Z. nur als Rahmen, die eigentliche Navigation läuft über bereichsmenu */
 #navigation p.unsichtbar a:unknown { /* wird noch genutzt */
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	left: 2450px;
	padding-bottom: 2px;
	width: 9em;
	color: #fff;
	padding-top: 2px;
	position: absolute;
	top: -50px;
	background-color: lime
}
 #navigation p.unsichtbar a:active { /* wird noch genutzt */
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	left: 2450px;
	padding-bottom: 2px;
	width: 9em;
	color: #fff;
	padding-top: 2px;
	position: absolute;
	top: -50px;
	background-color: lime
}
/* ----------------------------------------------------------------*/

 #logoinhalt { /* wird z.Z. nicht benötigt */
	display: block;
	left: 202px;
	position: absolute;
	top: 0px
}
 #logolinks {/* wird z.Z. nicht benötigt */
	left: 27px; position: absolute; top: 30px
}
 #logolinks2 {/* wird z.Z. nicht benötigt */
	display: block
}

p.breadcrumb {
	display: none; left: 410px; position: absolute; top: 36px
}
.mitbild a {
	background-position: left top; display: block; padding-left: 1.2em; background-image: url(../grafics/linkpunkt.gif); background-repeat: no-repeat
}
.marginalie img {
	display: block
}


