

body {
    background-color : silver;
    background-image : url('hin.gif');
    color : #000000;
    font-family : arial;
    font-size : 10pt;
  }


.seite {
    background-color : black;
    margin-left : auto;
    margin-right : auto;
    width : 950px;
  }


.middel {
    width : 950px;
    height : 580px;
    margin-top : 25px;
    margin-bottom : auto;
  }


.header {
    background-color : black;
    height : 115px;
    width : 940px;
    padding : 5px;
  }


.header table {
    border : 0px;
  }


.header td {
    height : 5px;
    width : 5px;
  }


.punkte {
    border : 0px;
    width : 800px;
  }


.punkte a {
    color : #00ff00;
    text-decoration : none;
  }


.nav {
    background-color : aliceblue;
    float : left;
    overflow : auto;
    width : 200px;
    height : 430px;
    padding : 5px;
  }


.inhalt {
    background-color : aliceblue;
    overflow : auto;
    width : 720px;
    height : 420px;
    padding : 10px;
  }


.footer {
    color : #00ff00;
    background-color : black;
    height : 70px;
    width : 950px;
  }


.footer a {
    color : #00ff00;
    text-decoration : none;
  }


h1 {
    font-size : 13pt;
  }


h2 {
    font-size : 11pt;
  }


li {
    margin-left : 2px;
    padding-left : 2px;
  }


ul {
    list-style-type : none;
    margin-left : 1px;
    padding-left : 1px;
  }


#sidebar form {
    text-align : left;
  }


#sidebar #searchsubmit {
    padding: 1px;
  }


#comment {
    width : 450px;
  }


p {
    color : #000000;
  }


a {
    color : #6666ff;
  }

