/* Farben
braun dunkel = #644a3d 
braun mittel = #ac8969 
braun hell = #ffeac1 
grau/rot (Linkfarbe Navigation inaktiv/aktiv) = #333/#ffdd89 
*/

/* ======== Stile für Layout: Boxen, Rahmen, Hintergrundfarben, Navigation ======== */

html {          /* Immer Scrollbar anzeigen in Firefox etc */
 height: 100%;
	margin-bottom: 1px;
}

body {
 background: #fcf7e1;
 font-family: verdana, helvetica, sans-serif;
 color: black;
 font-size: 13px !important;
 margin : 0;
 padding: 0;
 text-align: center;
}

#sm_anzeige {       /* Text für Suchmaschinen, die die ersten Zeilen darstellen */
 display: none;
}

#komplett {   /* umschliesst das gesamte Konstrukt, sorgt fuer Zentrierung */
 width: 750px;
 height: auto;
 background: #ffeac1 url(l1_kopf.jpg) no-repeat;
 border-left: 1px solid #644a3d;
 border-right: 1px solid #644a3d;
 margin: auto;
}

/* ======== Seitenkopf ======== */

#kopf {
 height: 145px;
 margin: 0;
 border-bottom: 0 solid #000000;
}

#kopf h1 {   /* Schrift für Seitenkopf, kann eventuell in neuen Browsern unsichtbar gemacht werden */
 display: none;
}

/* ======== Seitenkopf Ende ======== */

#nav_und_inhalt {   /* unschließt Navigation und Inhalt */
 margin: 10px;
}

/* ======== Navigation ======== */

#navigation {   /* box */
 width: 12em;
 height: auto;
 margin: 0 10px 10px 0;
 padding: 5px 0 15px 0;
 -moz-border-radius: 15px;
 float: left;
 background-color: #ac8969;
}

#navigation .titel {   /* Titel in Navigation */
 margin: 0;
 padding: 10px 0 5px 10px;
 border: 0;
 font-size: 1.1em;
 font-weight: bold;
 text-align: left;
 color: #644a3d;
}

#navigation ul {   /* ul in Navigation */
 margin: 0 0 0 0.8em;
 padding: 0 0 0 0.2em;
 list-style-type: none;
}
 
#navigation li {   /* li in Navigation */
 text-align: left;
 letter-spacing: 0.05em;
 font-weight: bold;
 padding-bottom: 0;
}

#navigation a {   /* Links in Navigation */
 text-decoration: none;
}

#navigation li a:link, #navigation li a:visited {   /* Links in Navigation */
 color: #333;
 background-image: url(l1_navi_tr.gif);
 background-repeat: no-repeat;
 background-position: 0.1em;
 padding-left: 1em;
}

#navigation li a:hover, #navigation li a:active {   /* Links in Navigation */
 color: #ffdd89;
 background-image: url(l1_navi.gif);
 background-repeat: no-repeat;
 background-position: 0.1em;
 padding-left: 1em;
}

/* ======== Navigation Ende ======== */

/* ======== Stile für Seiteninhalt ======== */

#inhalt {   /* Box */
 min-height: 550px;
 margin: 0 0 0 165px;
 padding: 10px 15px 10px 15px;
 background-color: #feffef;
 border: 2px solid #ac8969;
 -moz-border-radius: 15px;
 text-align: left;
}

/* ---- Quernavigation ---- */

.quernavi {   /* Text für Rubrik */
 margin-top: 0;
 padding: 3px 5px 3px 8px;
 border: 0px solid #000000;
 background-color: #ac8969;
 -moz-border-radius: 8px;
 font-size: 0.8em;
 font-weight: normal;
 color: #333;
 text-align: left;
}

.quernavi a:link, .quernavi a:visited {
 text-decoration: none;
 font-weight: bold;
 color: #333;
}

.quernavi a:hover, .quernavi a:active {
 text-decoration: none;
 font-weight: bold;
 color: #ffdd89;
}

/* ---- Quernavigation Ende ---- */

h1, h2, h3, h4, h5 {
 margin: 12px 0 10px 0;
 font-weight: bold;
 text-align: left;
 color: #644a3d;
}

h1 {
 font-size: 1.5em;
 padding-bottom: 3px;
 border-bottom: 2px solid #644a3d;
}

h2 {
 font-size: 1.4em;
}

h3 {
 font-size: 1.3em;
}

h4 {
 font-size: 1.2em;
}

h5 {
 font-size: 1.1em;
}

p {
 margin: 7px 0 7px 0;
 text-align: justify;
 line-height: 1.3em;
}

a:link, a:visited {
 color: #b30000;
 text-decoration: none;
	text-align: left;
}

a:hover, a:active {
 color: #ac8969;
 text-decoration: none;
}

.link_in_text {
 border-bottom: 1px dashed #b30000;
}

ul, ol {
 margin: 7px 0 7px 10px;
 padding: 0 0 0 15px;
}

li {
 text-align: justify;
 line-height: 1.3em;
 padding-bottom: 5px;
}

td {
 vertical-align: top;
}

hr {
 color: #ac8969;
 background-color: #ac8969;
}

.linkuebersicht, .linkuebersicht a:link, .linkuebersicht a:visited {   /* Balken mit Hintergrund benutzt in Taz, Dokumente, Links, Geografie, Bücher und CDs */
 margin: 7px auto 8px 0;
 padding: 3px 5px 3px 8px;
 background-color: #ac8969;
 font-size: 1.0em;
 font-weight: bold;
 text-align: left;
 color: #333;
 text-decoration: none;
}

.linkuebersicht a:hover, .linkuebersicht a:active {
 text-decoration: none;
 color: #ffdd89;
}

.tazlinks {   /* Ausrücken des Datums */
 padding-left: 69px;
 text-indent: -69px;
}

.tazinfo {   /* kursive Zusammenfassung */
 margin: 10px 0 10px 0;
 font-size: 0.9em;
 font-style: italic;
}

/* ---- News-Seite ---- */

.tag {
 position: relative;
 top: -13px;
 left: 25px;
 width: 280px;
 padding: 3px 0 4px 0;
 font-size: 1.0em;
 font-weight: bold;
 background-color: #faca82;
 border: 1px solid #644a3d;
	-moz-border-radius: 12px;
 color: #644a3d;
 text-align: center;
}

.tagrahmen {  /* News-Seite */
 border: 1px #644a3d dashed;
 height: auto;
 padding: 0 15px 0 0;
 margin-top: 20px;
}

.tagrahmen ul {  /* News-Seite */
 margin-top: 0;
}

/* ---- News-Seite Ende ---- */

.rahmen {
 border: 1px #644a3d dashed;
 height: auto;
 padding: 3px 8px 3px 3px;
 margin-top: 7px;
}

img {
 display: inline;
 border-width: 0;
}

.bild {
 display: block;
 margin: 10px auto 10px auto;
 border: 1px solid #ac8969;
 font-size: 0.8em;
 text-align: center;
 padding: 5px;
}

.bild_li {
 display: block;
 float: left;
 margin: 4px 10px 5px 0;
 border: 1px solid #ac8969;
 font-size: 0.8em;
 text-align: center;
 padding: 5px;
}

.bild_re {
 display: block;
 float: right;
 margin: 4px 0 5px 10px;
 border: 1px solid #ac8969;
 font-size: 0.8em;
 text-align: center;
 padding: 5px;
}

.kleintext {
 font-size: 0.8em;
 font-weight: bold;
 text-align: left;
}

/* ---- Formulare ---- */

fieldset {
 width: 98%;
 margin: 10px 0 10px 0;
 padding: 5px 0 5px 5px;
 background-color: #ffeac1;
 border: 1px solid #ac8969;
}

label {
 width: 15%;
 float: left;
 text-align: right;
 margin: 0 10px 0 0;
 clear: both;
}

.input-box {
 width: 80%;
	float: left;
 margin-bottom: 10px;
 padding: 0 2px 0 2px;
 background: #feffef;
 border: 1px solid #ac8969;
}

.submit-button {
 margin-left: 17%;
 margin-bottom: 4px;
 clear: both;
 color: #000;
 background: #f7ce7f;
 border: 2px #feffef outset;
}

/* ---- Formulare ende ---- */

/* ---- Linksammlung ---- */

.linktab {
 width: 99.5%;
 background-color: #ffeac1;
 margin-bottom: 5px;
 border-collapse: separate;
 border: 1px #ac8969 solid;
 padding: 1px 1px;
 border-spacing: 4px;
 font-size: 0.85em;
}

.linktab td {
 background-color: #feffef;
 padding: 5px;
}

/* ---- Linksammlung Ende ---- */

/* ---- Navigation am Seitenende ---- */

.seiteweiter {
 margin: 12px 0 7px 0;
}

.seitennav {
	height: 20px;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
}

.weiter {
	background: url(pfeil_r.gif) no-repeat right;
	width: 60px;
	text-align: left;
	font-size: 0.95em;
 font-weight: bold;
 color: #ac8969;
}

.zurueck {  /* navigation am Seitenende */
	background: url(pfeil_l.gif) no-repeat left;
	width: 63px;
	text-align: right;
	font-size: 0.95em;
 font-weight: bold;
 color: #ac8969;
}

/* ---- Navigation am Seitenende Ende ---- */

/* ---- Sitemap ---- */

.hauptliste {
	width: 75%;
	margin: 10px auto 10px auto;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ac8969;
	list-style-type: none;
	font-weight: bold;
}

.subliste {
 margin-bottom: 0;
	list-style-type: disc;
	font-weight: normal;
}

.subliste li {
 text-align: left;
}

/* ---- Sitemap Ende ---- */

.zaehler {
 font-size: 0.8em;
	text-align: center;
	color: #feffef;
}

.noprint { 
}

/* ---- Newsticker ---- */

.ticki {
 display: block;
 -moz-border-radius:8px;
 font-size: 0.8em;
 font-weight: bold;
 text-align: left;
 background-color: #ac8969;
 padding: 3px 5px 3px 8px;
 margin-top: 0;
}

.ticki a:link, .ticki a:visited, .ticki a:hover, .ticki a:active {
 color: #ffdd89;
 text-decoration: none;
}

/* ---- Newsticker Ende ---- */

/* ======== Inhalt Ende ======== */

/* ======== Fusszeile ======== */

#fusszeile {   /* Box */
 clear: both;
 display: block;
 padding: 10px 0 10px 0;
 background-color: #ac8969;
 text-align: center;
}

.fuss_li {
 float: left;
 margin-left: 10px;
}

.fuss_re {
 float: right;
 margin-right: 10px;
}

/* ======== Fusszeile Ende ======== */