.button {
    background-color : #000000;
    border-bottom-color : #ff9000;
    border-bottom-style : outset;
    border-bottom-width : 3px;
    border-left-color : #ff9000;
    border-left-style : outset;
    border-left-width : 3px;
    border-right-color : #ff9000;
    border-right-style : outset;
    border-right-width : 3px;
    border-top-color : #ff9000;
    border-top-style : outset;
    border-top-width : 3px;
    text-align : center;
    color : #ff9000;
    display : block;
    font-size : 13px;
    text-decoration : none;
  }

#menu {
    width: 104px;
    left: 0px;
    top: 201px;
    position: absolute;
    z-index: 4;
  }

#menu a {
    margin: 0 auto;
    display: block;
    width: 90px;
  }

#border {
    height: 100%;
    width: 104px;
    left: 0px;
    top: 0px;
    z-index: 3;
    position: absolute;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
  }

#oben {
    background-image: url('../Hintergrund/hintergrund2.png');
    background-repeat: repeat;
    background-color : #000000;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position : absolute;
    height: 200px;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 4;
  }

#content {
    margin-left : 105px;
    top : 201px;
    position : absolute;
    color : #ffffff;
  }

#fo {
    margin-left : 10px;
  }

#logindef > * {
    margin-left: 10px;
  }

.News > * {
    background-color : #ff0000;
  }

.Events > * {
    background-color : #00dd00;
  }

.Artikel > * {
    background-color : #0000dd;
  }

error {
    color : #ff0000;
  }

body {
    background-color : #000000;
    color : #ffffff;
  }

.zitat {
    border-bottom-color : #ff0000;
    border-bottom-style : groove;
    border-left-color : #ff0000;
    border-left-style : groove;
    border-right-color : #ff0000;
    border-right-style : groove;
    border-top-color : #ff0000;
    border-top-style : groove;
    color : #00ff00;
    text-align: center;
    font-family : Ani, Purisa;
    font-size : 27px;
    font-style : oblique;
    font-variant : inherit;
    font-weight : 900;
  }

.zitat:hover {
    border-bottom-color : #00ff00;
    border-bottom-style : groove;
    border-left-color : #ff00ff;
    border-left-style : groove;
    border-right-color : #ffff00;
    border-right-style : groove;
    border-top-color : #ffffff;
    border-top-style : groove;
    color : #00ff00;
    font-family : Ani, Purisa;
    font-size : 30px;
    font-style : oblique;
    font-variant : inherit;
    font-weight : 90;
  }

labeld {
    float : left;
    width : 10em;
  }
