body {
  width: 100%;
  height: 100%;
  background: #ff6;
  font-family: verdana;
  margin: 0px;
 right: 0px;
 max-width: 100% 
}

#content {
  height: 100%;
  bottom: 0px;
}

#realcontent {
  position: absolute;
  padding-top: 10pt;
  margin-top: 0px;
  margin-left: 150px;
  padding-left: 40px;
  left: 0px;
  right: 0px;
  height: 100%;
  min-height: 100%;
  background: #ff6;
  background-image: url("img/hundepfote.gif"); 
  background-position: left top;
  background-repeat: repeat-y;
}  

#realcontent div {
  width: auto;
}

#banner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 180px;
  text-align: center;
  background: #ff3;
  background-image: url("img/hundepfote.gif");
  background-repeat: repeat-x;
  background-position: bottom;
}

#menu {
  position: absolute;
  width: 180px;
  height: 100%;
  font-size: 10pt;
  top: 180px;
  background: #ff5; 
/*  background-image: url("img/hundepfote.gif"); 
  background-repeat: repeat-y; 
  background-position: right top; */
  padding-top: 10pt;
  padding-left: 10pt;
}

#menu a {
  font-weight: bold;
  font-size: 12pt;
}

#menu a.submenu {
  font-weight: bold;
  font-size: 10pt;
  padding-left: 30px;
  padding-top: 0px;
}

a {
  color: #000;
}

a:hover {
  color: #900;
}

.titel {
  font-size: 16pt;
  font-weight: bold;
}

img {
  border: 0px;
}

table {
 border: 1px #000 solid;
 border-spacing: 0px;
 border-collapse: collapse;
}

th  {
  background-color: #ff3;
  border: 1px #000 solid;
}

td {
 border-color: #000;
 border: 1px #000 solid; 
}

.piclink {
  float: left;
  margin-right: 3em;
}

.piclink p {
  text-align: center;
  margin-top: 0.3em; 
}
