

.counter {
    color : #ffffff;
    position : absolute;
    right : 2%;
    top : 2%;
  }


.top {
    position : absolute;
    top : 10%;
    left : 40%;
  }


.buttonbereich {
    position : absolute;
    top : 250px;
    left : 10px;
    width : 300px;
    height : 400px;
  }


.button {
    background-color : #000000;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    height : 50px;
    width : 60%;
  }

.specialbutton {
    background-color : #000000;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    height : 25px;
    width : 103px;
  }

.page {
    bottom : 30px;
    color : #ffffff;
    height : 65%;
    overflow : auto;
    position : absolute;
    right : 15px;
    width : 80%;
  }


.image {
    border-top-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-bottom-width : 0px;
  }


.news {
    background-color : #b1ff43;
    color : #000000;
  }


.event {
    background-color : #f2a92c;
    color : #000000;
  }


.artikel {
    background-color : #b2ceff;
    color : #000000;
  }


h1 {
    color : #ffffff;
  }


.zitat {
    border-bottom-color : #ffffff;
    border-bottom-style : groove;
    border-left-color : #ffffff;
    border-left-style : groove;
    border-right-color : #ffffff;
    border-right-style : groove;
    border-top-color : #ffffff;
    border-top-style : groove;
  }


.label {
    float : left;
    width : 8em;
    text-align : right;
    margin-right : .3em;
  }

form,br{
    clear : both;
}