body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}


a { 
color: #2BA1C0;
font-size: 12px;
background-color:transparent;
text-decoration: none; 

}
 
pre { 
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}

p,h1, h3, pre {
 padding: 5px 15px;
 margin: 0px;
}

h3 {
font-size: 16px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

/*  positioning-layers dynamisch */

#logo { 
position: absolute;
left: 10px;
width: 640px; 
text-align: right;
top: 20px;
}

#links { 
position: absolute; 
left: 2%; 
width: 19%; 
top: 106px; 
background-color: #ffffff;  
}

#mittelinks { 
position: absolute; 
left: 10px;
width: 170px;
top: 106px; 
background-color: #ffffff;
}

#mitterechts { 
position: absolute; 
left: 230px;
width: 500px;
top: 106px; 
background-color: #ffffff;
overflow: auto;
}

#rechts { 
position: absolute; 
left: 10px;
width: 170px;
top: 106px; 
background-color: #ffffff;
  overflow: auto;
}

#rechts, #mitterechts, #mittelinks, #links { 
border: 1px solid #564b47;
padding:0px;
margin:0px;
} /* CSS Document */



.homeresults {
  border-bottom:1px solid #555555  ;
  margin-bottom:5px;
  clear: both;
  height:160px;
}

.homeresultspage {
  border-bottom:1px dotted  #555555  ;
  margin-bottom:5px;
  clear: both;

}

.housedetailstext {
clear: both;
  height:200px;
             margin:2px;
             padding:5px;
             padding-right:20px;
  overflow:hidden;
}
.housedetailstext:focus, .housedetailstext:hover {
  overflow: auto;
   padding-right:0px;
}


   .homeresults h2,   .homeresultspage h2 {
     font-size:14px;

   }

.homeresults img, .homeresultspage img{
border-right:1px solid #aaa;
border-top:1px solid #aaa;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
padding:5px;
float:right;
width:169px;
height:120px;
}




#results #paging {
  display: block;
}
#results #paging a {
     padding:4px;
     margin:2px;
}
#results #paging a:hover {
background:    #000000;
color:white; text-decoration: none; }

.homedetails {

  margin-bottom:5px;
  clear: both;


}

.homedetails img{
border-right:1px solid #aaa;
border-top:1px solid #aaa;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
padding:5px;
display:block;
clear:both;
width:229px;
height:180px;

}


#details #paging {
  display: none;
}

.newsItem {
  margin-bottom:8px; padding-bottom:5px; border-bottom:1px dotted #aaa; 
}
.sponsLinks {
            margin:6px;
            padding:2px;
            border:1px solid #FFCC00;
            background: #FFFFCC;
            color:#333333;
}
.sponsLinks a {
  color:#2BA1C0;
  text-decoration:none;
}

.sponsLinks a:hover {
  background:#2BA1C0;
  color:white;
  text-decoration:none;
}

.introtitle {text-transform:capitalize; }