

.body {
    background-color : #FFFFFF;
  }


#anzeige {
    background-color : #E0E0E0;
    position: absolute;
    width : 80%;
    left: 10%;
    top: 0px;
    bottom: 0px;
    border-left-style : inset;
    border-right-style : outset;
    border-left-width : 10px;
    border-right-width : 10px;
  }


#buttons {
    background-image: url("kachellogo.png");
    background-color : #E0E0E0;
    border-right-style : outset;
    border-right-width: 5px;
    border-top-style : inset;
    bottom : 0px;
    left : 0px;
    position : absolute;
    top : 150px;
    width : 250px;
  }


#titel {
    background-color : #E0E0E0;
    border-bottom-style : outset;
    border-bottom-width : 6px;
    border-top-style : inset;
    border-top-width : 6px;
    height : 150px;
    left : 0px;
    position : absolute;
    right : 0px;
    text-align : center;
  }


#inhalt {
    left : 320px;
    right: 0px;
    overflow : auto;
    position : absolute;
    top : 165px;
    bottom: 0px;
  }


.Zitat {
    color:#1603E9;
    border-left-style : inset;
    border-right-style : outset;
    border-bottom-style : outset;
    border-top-style : outset;
    border-left-width:5px;
    border-right-width:5px;
    border-color:#07A2E4;
    text-align : center;
  }


.unterpunkt {
    font-size :large;
    text-decoration: underline;
    text-align: left;
  }


.anmelde {

    font-size : 20pt;
    font-weight : bolder;
}


h1 {
    text-decoration: underline;
  }


h2 {
    text-decoration: underline;
  }


h3 {
    text-decoration: underline;
  }


h4 {
    text-decoration: underline;
  }


TABLE {
    border-collapse:collapse;
  }


TD {
    border:2px red solid;
  }


