

body {
    background-image : url('265px-Adrenalin_-_Addddddrenaline.svg.png');
  }


h1 {
    color : #ffee00;
    font-family : Purisa;
    font-size : 30px;
  }


h2 {
    color : #ffee00;
    font-family : Purisa;
    font-size : 23px;
  }


p {
    font-family : Purisa;
    font-size : 16px;
  }


.news {
    background-color: #F3FFBF;
  }


.event {
    background-color: #EFD6FF;
  }


.artikel {
    background-color: #AAFF9F;
  }


.zitat {
    color : #ffffff;
    font-family : 'URW Chancery L';
    font-size : 24px;
    text-align : center;
  }


#left {
    background-color : #ff1a00;
    left : 3%;
    position : fixed;
    top : 18%;
    width : 9%;
  }


#mitte {
    background-color : #c60000;
    border-bottom-style : ridge;
    border-left-style : ridge;
    border-right-style : ridge;
    border-top-style : ridge;
    height : 80%;
    left : 15%;
    overflow : auto;
    position : fixed;
    top : 18%;
    width : 83%;
  }


#top {
    background-color : #c61a04;
    position : fixed;
    left : 40%;
    right : 40%;
    top : 1%;
  }


#counter {
    border-bottom-style : ridge;
    border-left-style : ridge;
    border-right-style : ridge;
    border-top-style : ridge;
    background-color : #c60000;
    left : 3%;
    width : 9%;
    position : fixed;
    top : 3%;
  }


#warnung {
    background-color : #c60000;
    border-bottom-style : ridge;
    border-left-style : ridge;
    border-right-style : ridge;
    border-top-style : ridge;
    left : 65%;
    position : fixed;
    top : 2%;
    width : 30%;
  }


#angemeldet {
    background-color : #c60000;
    border-bottom-style : ridge;
    border-left-style : ridge;
    border-right-style : ridge;
    border-top-style : ridge;
    left : 14%;
    position : fixed;
    top : 2%;
    width : 26%;
  }


