@charset "UTF-8";



/*** Print Styles ***/

/* verstecken/ausblenden  */
#navigation, #immosearch { display:none; }

.skip, .hideme { display:none; }

#footer a { display:none; }

/* Element Formatierungen */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: black;
  background: transparent;
  font-size: 9pt;
}

h1, .mailIt, .printIt, .linkToTop, .homeLink, .exposeLink {
  visibility: hidden;
}

#content span.expFacts { display: block; width: 49%; float: left; }
#content span.expFactsTitle { font-weight: bold; }

.immoThumb img, .immoThumb a img { width:50%; border: 0; }

h2, h3, h4, h5, h6{
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

p {
  margin: 0 0 1em 0;
}

.moasoft_exposeImgView img {
  height: 400px;
  max-width: 540px;
}

#footer {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
}

/*-------------------------------------------------------------------------*/
