@import "common.css";

.oben {
  position: fixed;
  top: 0em;
  left: 0em;
  right: 0em;
  height: 100px;

  padding: 0px; 
  margin: 0px;
  border: 0px;

  background-color: #deefef;
  background: #deefef url(back-top.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.links {
  position: fixed;
  top: 100px;
  left: 0em;
  width: 8em;
  bottom: 0em;
  overflow: auto;

  padding: 0px; 
  margin: 0px;
  border: 0px;

  color: black;
  background: white url(back-left.gif);
  background-repeat: repeat-x;
  background-attachment: fixed; 
  border-right:solid #ffffff 0.3em;
  border-bottom:solid #ffffff 0.3em;
}

.links-msie {
  position: absolute;
  top: 100px;
  left: 0em;
  width: 8em;
  bottom: 0em;
  overflow: auto;

  padding: 0px; 
  margin: 0px;
  border: 0px;

  color: black;
  background: white url(back-left.gif);
  background-repeat: repeat-x;
  background-attachment: fixed; 
  border-right:solid white 0.3em;
  border-bottom:solid white 0.3em;
}

.hauptseite {
  font-size: medium;
  color: black;
  background-color: white;
  margin-right: 0.3em;
  margin-left: 9em;
  margin-top: 110px;
}

.hauptseite-msie {
  font-size: medium;
  color: black;
  background-color: white;
  margin-right: 0.3em;
  margin-left: 9em;
  margin-top: 10px;
}

