

body {
    background-color : #000000;
    color : #e8f605;
    font-family : , 'URW Gothic L';
    font-size : 16px;
    font-style : normal;
  }


h1 {
    color : #cf0000;
    font-style : italic;
  }


h2 {
    color : #e26c0b;
    font-style : italic;
  }


h3 {
    color : #e26c0b;
    font-style : italic;
  }


h4 {
    color : #e26c0b;
    font-style : italic;
  }


p {
    color : #e8f605;
  }

.zitat {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    border-color : #e8f605;
    color : #e8f605;
    font-family : 'Metal';
    text-align: center;
  }


.News {
    background-color : #E40801;
    color: black;
  }


.Artikel {
    background-color : blue;
    color: white;
  }


.Event {
    background-color : green;
    color: yellow;
  }


.Band {
    color : green;
    font-family : 'Metal';
    font-size : 16px;
  }

.BandÜ {
    color : yellow;
    font-family : 'Metal';
    font-size : 21px;
  }


.Buttons {
    background-image : url('lp.png');
  }

#Inhalt {
    width: 900px;
    margin-left : 200px;
    top : 0px;
    position : absolute;
  }


#buttons {
    background-image : url('lp.png');
    background-repeat : repeat;
    position : absolute;
    width : 150px;
  }


