@charset "UTF-8";

body {
  color: black; 
  background-color: white;
  font-size: 10pt;
  font-family:"times new roman",times,serif;
  padding: 10px;
  width: auto;
} 

.printOnly {
  margin-top:2em;
  display:block;
}

.doNotPrint {
  display:none;
}


#Kopf {
  background-color:white;
  border-bottom: 1px solid #e97329;
  margin-bottom: 3em;
}


#Kopfmenu {
  display: none;
}

#Inhalt {
  background-color:white;
  padding: 0 0;
  height: auto;
  border: none;
  
}

/* url hinter Links anzeigen - nur bei Bedarf */
#Inhalt .externLink a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 font-style:italic;
 size:80%;
}

h3 {
  page-break-after: avoid;
}

#MietData {
  page-break-inside: avoid; /*nicht von allen Browsern unterstützt...*/
}
#suche {
  display:none;
}
#SuchergebnisAlsListe {
  float:none;
}


#Menu {
  display:none;
}

#Fuss {
  display:none;
}



