/* Basis-Stylesheet */
/* --------------------------------------------------- */

body {
  background-color: rgb(155, 95, 0);
  color: rgb(0, 0, 0);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 0.8em;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-left: 5px;
}
h2 {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  color: rgb(155, 95, 0);
  margin-left: 5px;
}
p {
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 5px;
}

/* --------------------------------------------------- */
.fehler {
  font-size: 1.1em;
  color: red;
  padding-left: 10px;
  margin-bottom: 25px;
}
.okay {
  font-size: 1.1em;
  color: green;
  padding-left: 10px;
  margin-bottom: 25px;
}
.fliesstext {
  font-size: 0.7em;
  line-height: 1em;
  padding-left: 5px;
  margin-bottom: 15px;
}
.fliesstext-weiss {
  font-size: 0.7em;
  color: rgb(255, 255, 255);
  line-height: 1em;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.form {
  font-size: 0.7em;
}
.klein {
  font-size: 0.6em;
}
p.klein-weiss {
  font-size: 0.6em;
  text-align: center;
  color: rgb(255, 255, 255);
}
p.klein-weiss a:link, p.klein-weiss a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none
}
p.klein-weiss a:hover, p.klein-weiss a:active, p.klein-weiss a:focus {
  color: rgb(0, 0, 255);
  text-decoration: none
}
.higrutabelle {
  background-color: rgb(235, 235, 235);
  width: 570px;
  height: 100%;
}
.links-oben {
  vertical-align: top;
  text-align: left;
}
.streifen {
  background-color: rgb(196, 0, 0);
  width: 150px;
  height: 100%;
}
/* --------------------------------------------------- */
#inhalt {
  position:absolute;
  z-index: 1;
  left: 50%;
  width: 800px;
  height: 600px;
  margin-left: -400px;
  overflow: hidden;
  background-color: rgb(90, 61, 27);
}
#bildrahmen {
  position:absolute;
  z-index: 2;
  left: 50%;
  top: 135px;
  width: 300px;
  height: 240px;
  margin-left: -325px;
  overflow: hidden;
  background-color: none;
}
#zitate {
  position:absolute;
  z-index: 3;
  left: 50%;
  top: 390px;
  width: 290px;
  height: 130px;
  margin-left: -320px;
  overflow: hidden;
  background-color: none;
}
#textrahmen {
  position:absolute;
  z-index: 4;
  left: 50%;
  top: 140px;
  width: 330px;
  height: 380px;
  margin-left: -10px;
  overflow: auto;
  background-color: none;
}
#navigation {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 5;
  width: 340px;
  height: 120px;
  margin-left: -10px;
  overflow: hidden;
  background-color: none;
}
#fuss {
  position:absolute;
  z-index: 6;
  left: 50%;
  top: 537px;
  width: 655px;
  height: 50px;
  margin-left: -325px;
  overflow: hidden;
  background-color: none;
}