* {
  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, a:visited { color: #F37021;}
a:focus, a:hover, a:active { color: #fff;}

/* rahmen umgibt alles => Zentrierter Teil */
#rahmen {
  width: 740px;
  margin: 0 auto;    /* Abstand oben (+ unten), links + rechts = auto */
  background: #c3cfc4;
  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: 740px;
  height: 100px;
  background: url(pix/pfeil.gif);
}

#pfeil img {
  border: 0;
}

#screens {
  height: 80px;
}

#screens img {
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #FFF;
}

#grass {
  height: 35px;
}

#grass img {
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #FFF;
}

#menue {
  padding: 5px;
  background-color: #FFF;
  font-size: 80%;
  line-height: 1.4em;
}

#menue a:link, #menue a:visited    {
  font-weight: normal;
  color: #000;
}

#menue a:focus, #menue a:hover, #menue a:active { color: #F37021;}

#spalte1 {
  width: 9em;          /*Breite linke Spalte */
  float: left;
}

#spalte1 ul {
  list-style: none;
  background: #4C5F44;
  color: #FFF;
  padding: 2px;
  border-bottom: solid #FFF 2px;
}

#spalte1 li {
  padding: 0.5em;
  list-style: none;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #F37021;
}

#spalte1 a {  text-decoration: none;  font-weight: normal; }   /* Linke Navigation */
#spalte1 a:link, #spalte1 a:visited    { color: #FFF;}
#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active { color: #F37021;}

#spalte1 p {
  color: #44553D;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  border: solid #4C5F44 2px;
}

#spalte2 {
  padding: 0 10px;
  float: left;
  width: 27em;
}

#spalte2 H1 {
  margin: 0.5em 0 1em 0;
  color: #44553D;
  border-bottom: 1px solid #44553D;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  font-family: georgia,'times new roman',serif;
}

#spalte2 H2 {
  width: 80%;
  margin: 0.5em 0 1em 0;
  padding-left: 5px;
  color: #44553D;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: bold;
  font-family: georgia,'times new roman',serif;
}

#spalte2 H3, #spalte2 H4 {
  margin: 0.5em 0 1em 0;
  color: #44553D;
  font-size: 0.8em;
  line-height: 1.4em;
  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: 20px;
}

#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;
}

#spalte2 ul {
  padding-bottom: 1em;
  padding-left: 1em;
}

#spalte2 img {
  border: 1px #4C5F44 solid;
  margin: 5px 5px 5px 0px;
}

#spalte2 img.ohneRahmen {
  border: 0px;
  margin: 0px;
}

.links {
 float: left;
}

/* Formular */

#spalte2 form p {
  font-size: 0.8em;
  margin: 0.5em 0;
}

#spalte2 .beschriftung {
  float: left;
  width: 10em;
  text-align: right;
}

#spalte2 .eingabefeld {
  float: left;
  width: 10em;
}

#spalte2 label {
  display: block; /* damit auch die alten IEs das padding anwenden */
  font-weight: bold;
  margin-right: 5px;
}


/* Achtung: nicht alle Browser stellen Sachen wie die border
von Eingabefeldern dar, in Safari z.B. laesst sich nur wenig
am Aussehen von Formularelementen aendern */

#spalte2 input, #spalte2 textarea {
  width: 100%;
  background: #FFF;
  font-family: arial,helevetica,sans-serif;
  font-size: .9em;
  border: 1px solid #4C5F44;
  padding: 0.2em;
}

#spalte2 select {
  width: 50%;
  background: #FFF;
  font-family: arial,helevetica,sans-serif;
  font-size: .9em;
  border: 1px solid #4C5F44;
}

#spalte2 fieldset {
  border: #4C5F44 solid 1px;
  color: #4C5F44;
  padding: 0 5px;
}

#spalte2 legend {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 5px 5px;
}

#spalte2 fieldset .eingabefeld {
  float: left;
  width: 1em;
  background-color: #F37021;
  border: 0;
  color: #FFF;
  margin: 1px 0 5px 5px;
}

#spalte2 fieldset .auswahl {
  float: left;
  width: 1em;
  background-color: #c3cfc4;
  border: 0;
  color: #FFF;
  margin: 1px 0 5px 5px;
}

#spalte2 fieldset .beschriftung {
  text-align: left;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 5px 5px;
}

#spalte2 .button {
  width: 50%;
  margin: 1em 0 0 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #F37021;
  background-color: #4C5F44;
  border: 2px solid #FFF;
}

#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;
}

#spalte2 .besonders a:link, #spalte2 .besonders a:visited     { color: #4C5F44;}
#spalte2 .besonders a:focus, #spalte2 .besonders a:hover, #spalte2 .besonders a:active
{ color: #F37021;}

.nachoben {
  margin: 0.5em 0;
}

#fuss {
  text-align: center;
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 2em 0 0.5em 0;
}
