#logo_print {
    position: absolute;
    top: 55px;
    right: 0;
    height: 45px;
    width: 100%;
    border-bottom: 1px solid silver;
    text-align: right;
}

/* --- Formular -- */

#inhalt input {
  width: 300px; 
  background-color: #ffffff;
  border: 1px solid #858585;
}
#inhalt input.subject {
  width: 80%;
  position: relative;
}
#inhalt input.check {
  width: auto;
  position: relative;
}
#inhalt	input.nr {
  width: 3em;
}
#inhalt	input.gs-suche {
  width: 16em; 
}
#inhalt	input.go {
  width: 7em;
  background-color: #f0f0f0;
  color: #000000;
 } 
  
.box  {
  padding-top:4px;
  float: left;
  text-align: left;
  width: 1.5em;
  margin-bottom: 20px;
  margin-top: 1px;
}

*html .box {
  padding-top: 0;
}

#inhalt form .radiobuttons {
  float: left;
  width: 40em;
  position: relative;
  margin-bottom: 4px;
}


#inhalt .box input {
  border: none;
  width: 15px;
  top: 4px;
  left: 0;
}

*html #inhalt .box input {
  top: 0;
}



#inhalt form .description {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #696969;
}

#inhalt form .links{
  float: none;
  width: auto;
  position: relative;
  margin-right: 0;  
margin-bottom: 0.5em;
}
/* IE-Hack */
/* #inhalt form .links {
float: left\9
} */


#inhalt label {
display: block;
float: left;
width: 150px;
}
 
#inhalt textarea {
  position: relative;
  border: 1px solid #858585;
  width: 80%;
  background-color: #ffffff;
  margin-bottom: 3px;
}

#inhalt form select {
  width: 5em;
  position: absolute; 
  left: 12em;
}

#inhalt form .buttons, #inhalt .form .buttons {
  font-size: 0.9em;
  width: 80%;
  position: relative;
}
#inhalt .buttons input,
#inhalt button.drucken {
  position: relative;
  width: 12em;
  background-color: #f0f0f0;
  color: #000000;
}
#inhalt input.submit {
  margin-top: 6px;
  float: left;
  margin-bottom: 5px;
}

#inhalt input.reset {
  margin-top: 6px;
  float: right;
} 
