

body {
    background-color : #000000;
    color : #96eb2c;
    font-family : ;
    font-style : italic;
  }


#logo {
    display : block;
    margin-left : auto;
    margin-right : auto;
    position : relative;
    width : 500;
  }


#buttons {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    margin-top : 5%;
    position : absolute;
    -khtml-border-radius : 10px;
    -moz-border-radius : 10px;
    top : 9%;
  }


#buttonStyle {
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    height : 30px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    width : 120px;
  }


#content {
    -khtml-border-radius : 10px;
    -moz-border-radius : 10px;
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    height : 78%;
    left : 16%;
    overflow : auto;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    position : absolute;
    top : 17%;
    width : 65%;
  }


#zitat {
    background-color : #c1c1c1;
    border-bottom-style : double;
    border-left-style : double;
    border-right-style : double;
    border-top-style : double;
    color : #000000;
  }

