body, div, h1, h2, h3, p, ul, ol, li, dl, dt, dd, td, select, input, textarea
{
  font-family: arial, helvetica, sans-serif;
}
h1
{
  font-size:1.3em;
}
h2
{
  font-size:1.2em;
}
h3
{
  font-size:1.1em;
}
p, ul, ol, li, dl, dt, dd, td, textarea
{
  font-size:1em;
}
.kontakt
{
    margin:2em 0;
/*
    border-bottom-style:solid;
    border-bottom-width:0.1em;
    border-bottom-color:#a20041;
*/
}
.kontakt p
{
    margin:0.5em 0;
}
.kontakt h2
{
    margin-top:0em;
    margin-bottom:0.5em;
}
.klein
{
  font-size: small;
}
a
{
  color:#a20041;
  text-decoration: none;
}
a:hover
{
  color:blue;
}
td.imgindex
{
    padding: 0 0 4px 0;
    background-color: #ffffff;
    text-align: center;
}
td.imgindex img
{
    border-width: 0;
    border-style: none;
}

#anfrage td
{
    padding:5px 0;
}
.ausblend
{
    display: none;
    height:0;
    width:0;
}
.rot
{
  border: red 2px solid;
}
.gruen
{
  color:#009900;
}
.rentedtxt, .soldtxt, .reservedtxt
{
    /* text-align: center; */
    color: #a20041;
    margin: 0;    
}
.rented
{
    background: url(../img/rented.gif) no-repeat top right;
}
.rented-small
{
    background: url(../img/rented-small.gif) no-repeat right;
}
.sold
{
    background: url(../img/sold.gif) no-repeat top right;
}
.sold-small
{
    background: url(../img/sold-small.gif) no-repeat right;
}
.reserved
{
    background: url(../img/reserved.gif) no-repeat top right;
}
.reserved-small
{
    background: url(../img/reserved-small.gif) no-repeat right;
}

