body {
  margin: 0;
  padding: 0;
  background: #4E0305 url(../bilder/hintergrund.jpg) repeat-x left top;
}

body,td,th {
  font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
}

a:link, a:visited, a:active {
  color: #A7040A;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 1em 0;
}



.keinumfluss {
  clear: both;
}

.verdeckt {
  display:none;
}

.ku {
  white-space: nowrap;
}



img {
  border: none;
}

.bild_200 {
  width: 200px;
}
.bild_200 .bild {
  width: 200px;
  padding:0;
  text-align:center;
  border:1px solid #ccc;
}
.bild_200 .schatten {
  width: 200px;
  height: 10px;
  background: url(../bilder/bildschatten_200.gif) no-repeat;
}
.bild_200 .bild img {
  max-width: 200px;
}

.bild_300 {
  width: 300px;
}
.bild_300 .bild {
  width: 300px;
  padding:0;
  text-align:center;
  border:1px solid #ccc;
}
.bild_300 .schatten {
  width: 300px;
  height: 10px;
  background: url(../bilder/bildschatten_300.gif) no-repeat center top;
}
.bild_300 .bild img {
  max-width: 300px;
}



.abstandlinks {
  margin-left: 25px;
}

.abstandrechts {
  margin-right: 25px;
}

.abstandoben {
  margin-top: 25px;
}

.abstandunten {
  margin-bottom: 25px;
}

.rechts {
  float: right;
}

.links {
  float: left;
}



.meldung {
  font-weight:bold;
  color:#000;
}

.erfolg {
  font-weight:bold;
  color:#088800;
}

div.fehler,
p.fehler {
  color: #ff0000;
  font-weight: bold;
  display: inline;
}

.hinweis {
  font-size: 10px;
  color: #666666;
}

.trennlinie {
  border-bottom: 1px solid #444;
  clear: both;
}



#seitencontainer,
#seitencontainer_kompakt {
  width: 950px;
  margin: 0 auto;
}
#seitencontainer_breit {
  width: 1116px;
  margin: 0 auto;
}

#kopf {
  height: 310px;
  background: url(../bilder/kopf.jpg) no-repeat left top;
  text-indent: -999em;
}
#seitencontainer_kompakt #kopf {
  height: 235px;
  background: url(../bilder/kopf_kompakt.jpg) no-repeat left top;
  text-indent: -999em;
}
#seitencontainer_breit #kopf {
  height: 235px;
  background: url(../bilder/kopf_breit.jpg) no-repeat left top;
  text-indent: -999em;
}
#kopf h1 {
  font-size: 28px;
  margin: 0;
}

#hauptteil {
  background: url(../bilder/inhalt.jpg) repeat-y left top;
}
#hauptteil_hg_o {
  background: url(../bilder/inhalt_oben.jpg) no-repeat left top;
}
#seitencontainer_kompakt #hauptteil {
  background: url(../bilder/inhalt_kompakt.jpg) repeat-y left top;
}
#seitencontainer_kompakt #hauptteil_hg_o {
  background: url(../bilder/inhalt_oben_kompakt.jpg) no-repeat left top;
}
#seitencontainer_breit #hauptteil {
  background: url(../bilder/inhalt_breit.jpg) repeat-y left top;
}
#seitencontainer_breit #hauptteil_hg_o {
  background: url(../bilder/inhalt_oben_breit.jpg) no-repeat left top;
}

#fuss {
  clear: both;
  height: 21px;
  background: url(../bilder/fuss.jpg) no-repeat left top;
}
#seitencontainer_breit #fuss {
  clear: both;
  height: 21px;
  background: url(../bilder/fuss_breit.jpg) no-repeat left top;
}




#kopfnavigation {
  float: right;
  height: 12px;
  text-align: right;
  margin: 85px 43px 0 0;
}

#kopfnavigation .inhalt {
  color: #fff;
  font-size: 10px;
}

#kopfnavigation .inhalt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#kopfnavigation .inhalt li {
  display: inline;
  margin-left: 5px;
}

#kopfnavigation .inhalt ul a,
#kopfnavigation .inhalt ul a:active,
#kopfnavigation .inhalt ul a:visited {
  color: #fff;
  text-decoration: underline;	
}

#kopfnavigation .inhalt ul a:hover {
  text-decoration: none;	
}





#hauptnavigation {
  width: 235px;
  float: left;
}

#hauptnavigation .inhalt {
  padding: 20px 0 0 43px;
  font-size: 14px;
}

#hauptnavigation .inhalt ul {
  margin: 0;
  padding: 0;
}

#hauptnavigation .inhalt ul li {
  list-style: none;
  margin: 0; 
  padding: 0 0 10px 0;
}

#hauptnavigation .inhalt ul a:link,
#hauptnavigation .inhalt ul a:visited,
#hauptnavigation .inhalt ul a:active {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

#hauptnavigation .inhalt ul a:hover {
  text-decoration: underline;
}

#hauptnavigation .inhalt ul li.up {
  margin-top: -10px;
  margin-left: 15px;
}

#hauptnavigation .inhalt ul li.up a {
  font-size: 12px;
  font-weight: normal;
}

#hauptnavigation .inhalt ul .aktiv a {
  color: #A7040A;
  text-decoration: underline;
}





#inhaltscontainer {
  margin-left: 263px;
}
#seitencontainer_kompakt #inhaltscontainer {
  margin-left: 43px;
}
#seitencontainer_breit #inhaltscontainer {
  margin-left: 23px;
}

#inhaltscontainer .inhalt {
  padding: 20px 43px 20px 20px;
  text-align: left;
}
#inhaltscontainer_breit .inhalt {
  padding-right: 23px;
}

#inhaltscontainer .inhalt p,
#inhaltscontainer .inhalt ul,
#inhaltscontainer .inhalt td {
  margin: 1em 0;
  line-height: 1.5em;
}
#inhaltscontainer .inhalt b {
  color: #000;
}

#inhaltscontainer .inhalt a:link b,
#inhaltscontainer .inhalt a:visited b,
#inhaltscontainer .inhalt a:active b {
  color: #A7040A;
}






form.abo,
form.kontakt {
  margin: 0;
}

form.abo td,
form.kontakt td {
  height: 30px;
}

form.abo input,
form.kontakt input {
  border: 1px solid #444;
  width: 300px;
}
form.abo input.plz,
form.kontakt input.plz {
  width: 50px;
}
form.abo input.ort,
form.kontakt input.ort {
  width: 240px;
}

form.abo textarea,
form.kontakt textarea {
  border: 1px solid #444;
  margin: 10px 0 20px 0;
  width: 300px;
  height: 75px;
}

form.abo input.optfeld,
form.kontakt input.optfeld {
  width: auto;
  border: none;
}

form.abo label,
form.kontakt label {
}

form.abo input.fehler,
form.abo textarea.fehler,
form.abo select.fehler,
form.kontakt input.fehler,
form.kontakt textarea.fehler,
form.kontakt select.fehler {
  border: 1px solid #ff0000;
}


