

html {
    margin : 0px;
    padding :0px;
    background-color : #ffffff;
    height : 101%;
  }


body {
    color : #4A4A4A;
    font-family : Verdana, Arial, 'Sans Serif';
    font-size: 100.1%;
    margin : 0px;
    padding : 0px;
    text-align : center;
  }


#alles {
    margin : auto;
    text-align : left;
    font-size:0.75em;
    width : 905px;
  }


*html#alles {
    width : 980px;
  }


#mitte {
    background-image : url('../images/trennerHori.jpg');
    background-position : 150px 0px;
    background-repeat : repeat-y;
    border-bottom-color : #DADADA;
    border-bottom-style : solid;
    border-bottom-width : 1px;
  }


*html #mitte {
    height : 1%;
  }


#mitteInnen {
    background-image : url('../images/trennerHori.jpg');
    background-position : 750px 0px;
    background-repeat : repeat-y;
  }


*html #mitteInnen {
    height : 1%;
  }


#links {
    float : left;
    width : 150px;
  }


#main {
    width : 580px;
    float : left;
  }


#rechts {
    width : 150px;
    float : right;
    overflow:hidden;
  }


#fuss {
    clear : both;
  }


.nosize {
    line-height : 0px;
    font-size : 0px;
    margin :0px;
    margin :0px;
  }


.gaestebuch {
    position : absolute;
    top : -1000px;
    left : -1000px;
  }

