/* BIANCA DOKUMENTATION ueber_50em.css */

#fix_body { /* FUER HINTERGRUNDBILD RECHTS UNTEN */
  z-index:  1;
  position: absolute;
  left:     0;
  width:    100%;
  top:      0;
  height:   100%;
  background-image:url(../img/bg_kirschbaum.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
}
html>body #fix_body {  /* nur fuer moderne Browser! */
  position: fixed;
}

#fix_links {
  z-index: 3;
  position:absolute;
  left:    0;
  width:   8em;
  top:     0;
  height:  100%;
  padding: 100px 5px 0 0;
  border-right: 1px solid #ddd;
}
html>body #fix_links {position: fixed;}

#fix_links a {
  display:         block;
  margin:          -1px 0 0 0;
  border-top:      1px solid #ccc;
  padding:         0.2em;
  border-bottom:   1px solid #ccc;
  text-decoration: none;
  color:           #c0c;
}
#fix_links a:hover {
  background-color:#ff0;
}

#fix_oben {
  z-index: 2;
  position:absolute;
  left:    0;
  width:   100%;
  top:     0;
  margin:  0;
  padding: 10px 0 0 0;
  background-color:#fff;
  background-image:url(../img/zen_bg_seerosen.jpg);
  background-repeat:no-repeat;
}
html>body #fix_oben {  /* nur fuer moderne Browser! */
  position: fixed;
}
#fix_oben h1{margin:0 0 0 120px}
#fix_oben p {margin:0 0 0 120px}
#fix_oben table{margin:0 0 0 120px}


#scroll_a {
  z-index:1;
  position:absolute;
  width:   100%;
}
#scroll_aa {
  position: relative;
  margin:   0 20px 20px 8.5em;
}


#fix_rechts {
  z-index:  3;
  position: absolute;
  right:    0;
  width:    0;
  top:      0;
  height:   100%;
}
html>body #fix_rechts {  /* nur fuer moderne Browser! */
  position: fixed;
}


#fix_unten {
  z-index:  2;
  position: absolute;
  left:     0;
  width:    100%;
  bottom:   0;
  height:   10px;
  background-color:#fff;
  background-image:url(../img/bg_kirschbaum.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
  border-top: 1px solid silver;
}
html>body #fix_unten {  /* nur fuer moderne Browser! */
  position: fixed;
}
#fix_unten p {margin:0;padding:0;text-align:center;font-size:10px;color:#a00;letter-spacing:1px}


.lft {width:49%; float:left}
.rgt {width:49%; float:right}
.tx {
  margin:         0 0 0.2em 0;
  padding:        0;
  line-height:    1.5em;
}
.in {
  line-height:    1.2em;
  margin:         -1.6em 0 0.2em 9em;
}

