* {
  padding: 0;
  margin: 0;
}

body {
  color: #000;
  background: #FFF url(pix/kachel.gif);
  text-align: center;
  font-size: 100.01%;
  font-family: arial,helvetica,sans-serif;
}

a {                                /* Links im Text **/
  text-decoration: underline;
  font-weight: bold;
}
a:link    { color: #4C5F44;}
a:visited { color: #4C5F44;}
a:focus, a:hover, a:active { color: #FFF;}

/* rahmen umgibt alles => Zentrierter Teil */
#rahmen {
  width: 90%;
  border-color: #FFF;
  border-width: 5px;
  border-style: solid;
  text-align: left;
}

/* Box-Modell-Hack für IE 5 + 5.5 */
* html #rahmen { /* Diesen Selektor beachten nur IEs */
  width: 750px; /* Diese Anweisung ist nur fuer IE 5 und 5.5 */
  w\idth: 740px; /* Diese Anweisung ist nur fuer IE 6 */
}

/* Innenrahmen für die 3 Spalten mit dem Inhalt */
#innen {
  width: 100%;
  margin: 0;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

#kopf {
  background: #FFF;
}

#pfeil {
  width: 100%;
  height: 100px;
}

#pfeil img {
  border: 0;
}

#screens {
display: none;
}

#screens img {
display: none;
}

#grass {
display: none;
}

#menue {
display: none;
}

#spalte1 {
display: none;
}

#spalte2 {
  width: 90%;
}

#spalte2 H1 {
  margin: 0.5em 0;
  color: #44553D;
  border-bottom: 1px solid #44553D;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: georgia,'times new roman',serif;
}

#spalte2 H2, H3, H4 {
  padding-bottom: 0.5em;
  color: #44553D;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: georgia,'times new roman',serif;
}

#spalte2 p {
  padding-bottom: 1em;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #44553D;
}

#spalte2 table {
  margin-bottom: 10px;
}

#spalte2 td {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #44553D;
  vertical-align: top;
  padding: 5px;
  background: #FFF;
}

#spalte2 li {
  padding: 0.25em;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #44553D;
}

.code {
  font-family: COURIER NEW;
}

.teaser {
  padding-bottom: 0;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #44553D;
}

#inhalt .externe-seite {
display: none;
}

#spalte2 ul {
  padding-bottom: 1em;
  padding-left: 1em;
}

#spalte2 img {
  border: 1px #4C5F44 solid;
  margin: 5px 0;
}

.nachoben {
display: none;
}
 
#spalte2 .anmerkung {
  font-size: 0.7em;
  line-height: 1.4em;
  margin: 1em 0;
}

#spalte2 .besonders {
  background-color: #fff;
  border: 1px solid #4C5F44;
  padding: 5px 5px;
  margin: 5px 0 20px 0;
}

#fuss {
  text-align: center;
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 2em 0 0.5em 0;
}
