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

.zitat {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    font-family : , FreeSerif;
    font-size : 200%;
    margin-left : 0px;
    margin-right : 100px;
    text-align : center;
  }


.body {
    background-color : #137274;
  }


#anzeige {
    background-attachment : fixed;
    background-color : #137273;
    background-image : url('scrubsHintergrund.jpeg');
    background-position : center;
    background-repeat : repeat;
    bottom : 0px;
    left : 10%;
    position : absolute;
    top : 0px;
    width : 80%;
  }


#buttons {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #137274;
    background-image : url('scrubsKachel1.1.jpeg');
    border-bottom-style : inset;
    border-left-style : inset;
    border-right-style : inset;
    border-top-style : inset;
    bottom : 30px;
    left : 12px;
    position : absolute;
    text-align : center;
    top : 150px;
    width : 200px;
  }


#titel {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #137267;
    border-bottom-style : outset;
    border-bottom-width : 6px;
    border-left-style : outset;
    border-left-width : 6px;
    border-right-style : outset;
    border-right-width : 6px;
    border-top-style : outset;
    border-top-width : 6px;
    height : 150px;
    left : 12px;
    position : absolute;
    right : 0px;
    text-align : center;
  }


.zeile1 {
    background-color :green;
  }


.zeile2 {
    background-color : red;
  }


.zeile3 {
    background-color : beige;
  }


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


[type=submit] {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #7ab9e4;
    background-repeat : no-repeat;
    font-size : 120%;
    font-style : italic;
    font-weight : bold;
    width : 120px;
  }

.resetButton {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #7ab9e4;
    background-repeat : no-repeat;
    font-size : 120%;
    font-style : italic;
    font-weight : bold;
    width : 120px;
  }

.resetButton:hover {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #2870FF;
    background-repeat : no-repeat;
    font-size : 120%;
    font-style : italic;
    font-weight : bold;
    width : 120px;
  }


[type=submit]:hover {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #2870FF;
    background-repeat : no-repeat;
    font-size : 120%;
    font-style : italic;
    font-weight : bold;
    width : 120px;
  }


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


h2 {
    font-style : oblique;
  }


h3 {
    font-style : oblique;
    font-size : 15px;
  }


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


error {
    color : #a40000;
  }


#nachricht {
    border-bottom-color : #44c4a4;
    border-bottom-style : groove;
    border-bottom-width : 5px;
    border-left-color : #44c4a4;
    border-left-style : groove;
    border-left-width : 10px;
    border-right-color : #44c4a4;
    border-right-style : groove;
    border-right-width : 10px;
    border-top-color : #44c4a4;
    border-top-style : groove;
    border-top-width : 5px;
  }

