/* Allgemeine Festlegungen fürs Expose und Listenausgabe(Breite, Hintergrund, Schriftart,...) */
#immo_seite{
width: 500px;
background-color: #ffffff;
font-family: Arial, Verdana, sans-serif;
color: #000000;
}

#immo_inhalt{
margin: 0 auto;
padding-top: 15px;
font-size: 12px;
text-align: left;
}


hr{
background-color:#003399; /* Mozilla 1.4 */
color:#003399; /* IE 6 */
border: #003399; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


/* Festlegungen fürs Expose */
#expose_inhalt h1{
color: #AE3240;
font-size: 14px;
}

#expose_inhalt table{
font-size: 12px;
}

.expose_zwtitel{
width: 100%;
border-bottom: 1px solid #003399;
padding: 2px 5px;
margin-top: 22px;
border-left: 8px solid #003399;
background: #e3e3e3;
border-right: 1px solid #e3e3e3;
}

#expose_maklerangaben{
width: 200px;
float: right;
}

#expose_maklerangaben .head{
font-weight: bold;
color: #ffffff;
background-color: #003399;
}

#expose_beschreibungtitel{
color: #ffffff;
background-color: #003399;
padding: 5px;
margin-top: 22px;
width: 100%;
}

.expose_beschreibung{
/* background-color: #e3e3e3; */
width: 100%;
padding: 5px;
padding-top: 15px;
border-left: 8px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
}

.expose_beschreibung table{
font-size: 12px;
width: 100%;
}

.expose_beschreibung td{
width: 50%;
border-bottom: 1px solid #e3e3e3;
}

#bigbild {margin: 10px 0px 10px 0px; padding-bottom: 18px; width: 100%; text-align: center; border-bottom: 1px solid #003399;}
#bigbild img{border: 1px solid #003399;}
#thumbnails {height: 110px; width: 120px; float: left; text-align: center;}
#thumbnails img{border: 1px solid #003399;}
/* Festlegungen für die Ergebnisliste */

.list_header{
width: 100%;
height: 22px;
background: #003399;
color: #ffffff;
}

#list_ergebnisse{
float: left;
padding-top: 3px;
padding-left: 10px;
width: 32%;
font-weight: bold;
}

.suchedisplay{
text-align: right;
margin-bottom: 5px;
}

.suchedisplay a{
font-size: 10px;
}

#list_nav{
width: 60%;
float: right;
text-align: right;
font-weight: bold;
padding-top: 3px;
padding-right: 10px;
}

#list_nav a{
text-decoration: underline;
color: #e3e3e3;
}

#list_nav span{
padding-right: 10px;
}

.list_boxinhalt{
background-color: #e3e3e3;
font-size: 10px;
}

.list_boxinhalt table{
font-size: 10px;
}

.list_boxelements{
width: 130px;
height: 18px;
float: left;
}

.list_objekt{
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
border-top: 1px solid #003399;
border-bottom: 1px solid #003399;
width: 100%;
}

.list_objekttitel{
background-color: #e3e3e3;
border-bottom: 1px solid #003399;
width: 100%;
font-weight: bold;
}

.list_objektdaten{
width: 100%;
}

.list_objektimmo{
float: left;
width: 180px;
padding-left: 10px;
padding-top: 15px;
}

.list_objektinfo{
float: left;
width: 160px;
padding-top: 15px;
line-height: 20px;
}

.list_objektbild{
float:right;
width: 140px;
text-align: right;
}

.list_objektbild img{
margin: 8px;
}
