

h1 {
    text-align : center;
  }


h2 {
    text-align : center;
  }


h3 {
    text-align : center;
  }


h4 {
    text-align : center;
  }


h5 {
    text-align : center;
  }


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


:link {
    color : #00eaff;
    text-decoration : underline;
  }


:visited {
    color : #00ff1e;
    text-decoration : underline;
  }


p {
    font-style : italic;
    font-variant : small-caps;
  }


.news {
    background-color : #4b4631;
    color : #ffea00;
    text-align : left;
  }


.event {
    background-color : #474767;
    color : #ff5d30;
    text-align : left;
  }


.artikel {
    background-color : #3d4b3a;
    color : #c7c7c7;
    text-align : left;
  }


.zitat {
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-bottom-width : thin;
    border-collapse : collapse;
    border-left-color : #002fff;
    border-left-style : solid;
    border-left-width : thin;
    border-right-style : solid;
    border-right-width : thin;
    border-top-color : #002FFF;
    border-top-style : solid;
    border-top-width : thin;
    margin-left : 9%;
    margin-right : 9%;
    text-align : center;
  }


#unten {
    background-color : #000066;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    bottom : 5px;
    font-family : serif;
    font-size : 18pt;
    font-weight : bold;
    height : 10%;
    left : 5px;
    right : 5px;
    margin-right : 5px;
    position : absolute;
    text-align : center;
  }


#oben {
    background-color : #000066;
    position : fixed;
    left : 5px;
    top : 5px;
    height : 20%;
    width : 16%;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
  }


#links {
    padding-top : 1px;
    background-color : #000066;
    left : 5px;
    position : fixed;
    top : 22%;
    width : 16%;
    height : 43%;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    overflow : auto;
  }


#content {
    background-color : #000066;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    bottom : 13%;
    left : 18%;
    overflow : auto;
    position : fixed;
    right : 5px;
    top : 5px;
  }


#login {
    background-color : #000066;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    position : fixed;
    bottom: 13%;
    width : 16%;
    left : 5px;
  }


input {
    margin-left : 5px;
    width : 90%;
  }


input[type=radio] {
    margin-left : 1px;
    width : 1%;
  }


textarea {
    margin-left : 5px;
    width : 90%;
  }


#bild {
    border-bottom-color : #59ff00;
    border-bottom-style : solid;
    border-left-color : #59ff00;
    border-left-style : solid;
    border-right-color : #59ff00;
    border-right-style : solid;
    border-top-color : #59ff00;
    border-top-style : solid;
    position : absolute;
    right : 5px;
    top : 5px;
  }


.button {
    margin-bottom : 2px;
  }


