body {
        background-color:#F0F0F0 ;
        font-family: "Courier New", Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: black;
        margin-left: 0px;
        padding-left: 0px;
}

h1  {
       font-family: Arial;
       font-size: 1.6em;
       font-weight: bold;
}

h2 {
        font-family: Arial;
        font-size: 1.3em;
        font-weight: bold;
}

h3 {
        font-family: Arial;
        font-size: 1.2em;
        font-weight: bold;
}


#balken {

        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        color: black;
        margin-top: 5px;
        margin-left: 10px;
        width: 1085px;
        height: 80px;
        padding-left: 0px;
        border: 0px solid red;
}

#lesez {
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        color: black;
        background-color:#F8F5E3;
        margin-top: 110px;
        margin-left: 10px;
        width: 150px;
        height: 600px;
        padding-left: 0px;
        border-style: solid;
        border-color: #0D1E09;
}



#inhalt {
        position: absolute;
        font-family: "Courier New", Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        color: black;
        margin-top: 100px;
        margin-left: 180px;
        width: 900px;
        height: 680px;
        padding-left: 0px;
        border: 0px solid red;
}

#inhalt0 {
        position: absolute;
        font-family: "Courier New", Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        color: black;
        margin-top: 100px;
        margin-left: 215px;
        width: 340px;
        height: 70px;
        padding-left: 0px;
        border: 0px black;
}

#inhalt1 {
        position: absolute;
        font-family: "Courier New", Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        color: black;
        margin-top: 100px;
        margin-left: 680px;
        width: 340px;
        height: 70px;
        padding-left: 0px;
        border: 0px black;
}


 a.normal {
  display:block;
  color:#F9F9EC;
  background-color:#3F5511;
      width:130px;
      padding:1px;
      font-size:13px;
      font-family:Verdana, Arial, sans-serif;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      margin:1px;
        border-color: green;
            border-width: 3px;
            border-style: ridge;
  }

 a.normal:hover {
  display:block;
  color:#FFFF00;
   background-color:#3F5511;
      width:130px;
      padding:1px;
      font-size:13px;
      font-family:Verdana, Arial, sans-serif;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      margin:1px;
        border-color: green;
            border-width: 3px;
            border-style: ridge;
  }

/*und die Formatierung für die Link-Klasse "anders"*/
 a.anders {
  color:#E8A10F;
  background-color:#298A1B;
  font-family:Arial, sans-serif;
  font-size:23px;
  }

 a.anders:hover {
  color:#FF0000;
  font-weight:bold;
  }

.red  {
  font-Family:Arial;
  color:red;

}

.titel  {

  font-family:"Courier New", Arial;
  color: black;
  font-size: 40px;

}