

#leiste {
    bottom : 0px;
    position : fixed;
		right : 50px;
  }


.body {
    background-color : #FFD48B;
  }


#logo {
    left : 60px;
    position : absolute;
    top : 65px;
    width : 200px;
  }


#buttons {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-image : url('Kachel.jpg');
    background-repeat : repeat;
    border-bottom-style : groove;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
    bottom : 30px;
    left : 40px;
    position : absolute;
    text-align : center;
    top : 150px;
    width : 200px;
  }


#titel {
    left : 250px;
    top : 50px;
    right : 0px;
    position : absolute;
    font-size:120%;
    background-color : #FFF6BD;
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    border-bottom-style : groove;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
  }


#content {
    left : 250px;
    right: 0px;
    overflow : auto;
    position : absolute;
    top : 165px;
    bottom: 0px;
  }


#counter {
    bottom : 10px;
    position : absolute;
    left: 20px;
  }


.zeile1 {
    background-color : red;
    color : #000000;
  }


.zeile2 {
    background-color : green;
    color : #ffffff;
  }


.zeile3 {
    background-color : blue;
    color : #ffff1f;
  }


.label {
    float:left;
    width: 8em;
    text-align: right;
    margin-right: .3em;
  }


[type=submit] {
    -khtml-border-radius : 200px;
    -moz-border-radius : 200px;
    background-color : #94c49b;
    font-size : 150%;
    font-style : oblique;
    font-weight : bold;
    width : 160px;
  }


[type=submit]:hover {
    background-image : url('basketball.jpg');
    background-repeat : no-repeat;
    font-size : 200%;
    width : 180px;
  }


.zitat {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    font-family : 'URW Chancery L';
    font-size : 200%;
    margin-left : 160px;
    margin-right : 160px;
  }


h1 {
    color : #C26027;
  }

