#Drucken {
  display: none;
} 
#Navigation {
  display: none;
} 
#Header { 
  display: none;
} 
#Inhalt {
    padding: 0em;
    margin-top: 0em;
    margin-left: 0em; 
    margin-right: 0em;
    border-left: 0px ridge gray; 
    border-top: 0px ridge gray;
}
* {
 font-size: 11pt;
 font-family:"times new roman",times,serif;
 text-align:justify;
 color:#000000;
 background-color:#ffffff;
} 
#Inhalt h1 {
    font-size: 1.5em;
    margin: 0.0em; 
    margin-bottom: 1.5em; 
    padding: 0.3em;
    text-align: center;
    background-color:#ffffff;
    border: 2px ridge black;
}
#Inhalt h2 {
    font-size: 1.2em;
    color: #000000;
    border-bottom: 1px ridge black;
}
#Inhalt #Footer {
    font-size: 0.8em;
    margin: 2em 0em 0em; 
    padding: 0.5em;
    text-align: center;
    background-color: #ffffff;
    border: 2px ridge black;
    color: black;
}
#Druckopfzeile {
    top: 0; 
    left: 0;
    width: 100%;
    color: #000000;
    text-align: center;
    padding: 0;
    margin-right: 0em;
    background-color: #ffffff;
    height: 4em; 
}
#Druckkopfzeile img {
  padding: 0em;
  margin-left: 0em;
  height: 3em; 
  float: left;
}
#DruckName {
  text-align: center;
  font-size: 160%; 
  font-weight: bold; 
  color: #ffffff;
}
#DruckArzt {
  text-align: center;
  font-size: 110%; 
  font-weight: bold; 
  color: #ffffff;
}
#DruckAdresse {
  text-align: right;
  font-size: 70%; 
  color: #ffffff;
}
#DruckeMail {
  text-align: right;
  font-size: 70%; 
  color: #ffffff;
}
#DruckTelefon {
  text-align: right;
  font-size: 70%; 
  color: #ffffff;
}
