html{height:100%;}
body{
  height:100%;
  margin: 0;
  background-color:none;

}

input[type="submit"] {
  width: 210px;
  font-weight: bold;
}

#fusszeile {
    height:22px;
    width:100%;
    font-size:75%;
    text-align:center;
    background: #F0F0F0;
    color:#999999;
    text-decoration: none;
    position: fixed;  
    -webkit-backface-visibility: hidden;
    bottom:0px;
    padding-bottom:2em;
    clear:both;
    margin-top:1em;
    padding:5px;
    margin-left:0;
}

#Firmenlogo {
    height:35px;
    width:250px;
    text-align:right;
    text-decoration: none;
    position:fixed;
    top:3px;
    right:3px;
    clear:both;
    padding:5px;
}

#imprintlink {
    height:22px;
    width:10%;
    font-size:75%;
    text-align:right;
    right:10px;
    color:#999999;
    text-decoration: none;
    position:fixed;
    bottom:0px;
    padding-bottom:2em;
    clear:both;
    margin-top:1em;
    padding:5px;
    margin-left:0;
}

#fusszeile a{
    text-decoration: none;
    color:#999999;
}
#imprintlink a{
    text-decoration: none;
    color:#999999;
}

div#Inhalt{
  line-height: 135%;
  margin-left: 2em;
  max-width:75%; 
  float: top;
  padding: 1em 1em;
  min-width: 16em; 
  display: block;
  color:black;
}

#footer{
  font-size:75%;
}

#backbox  {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25px;
  left: 280px;}

