
/**
 * Ergebnisliste
 */

#container-for-results
 {
  background-color:#FFFFFF;
 }

#table-for-results th, #cloned_table th
 {
	 background-color:#686870;
  text-align:center;
 }

#table-for-results th.description, #cloned_table th.description
 {
  text-align:left;
 }

#table-for-results th.rooms .header-for-results, #cloned_table th.rooms .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.living_space .header-for-results, #cloned_table th.living_space .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.dimension .header-for-results, #cloned_table th.dimension .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.houseview .header-for-results, #cloned_table th.houseview .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.houseview .header-for-results, #cloned_table th.houseview .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.objectview .header-for-results, #cloned_table th.objectview .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.footprint .header-for-results, #cloned_table th.footprint .header-for-results
 {
  margin:auto;
  text-align:center;
 }
#table-for-results th.functions .header-for-results, #cloned_table th.functions .header-for-results
 {
  margin:auto;
  text-align:center;
 }

.header-for-results th
 {
 	color:#FFFFFF;
 }

 


#table-for-results tr
 {
		background-color:#EBECD3;
 }

#table-for-results tr.offer-row-hover
 {
  background-color:#F4F5DC;
 }


/**
 * Zeile Stadtgebiet
 */
#table-for-results .district-row td
 {
  background-color:#FFFFFF;
	 font-weight: bold;

  padding-top:6px;
  padding-bottom:6px;
 }

/* Grüne Schrift einer Expos&eacute;zeile */

#table-for-results h3
 {
  margin-top:0em;
  margin-bottom:1em;
 }

#table-for-results h3 a.link-to-offer
 {
 	color: #999933;
 }


#table-for-results p
 {
  margin-top:0.5em;
  margin-bottom:0.5em;
 }


/* Schrift "mehr Infos" innerhalb der Angebotszeile */
.more_info_link
 {
  font-weight:bold;
 }

/* Angebotsnummer */
.offer_number
 {
 	text-align: right;
 }


.houseview div, .objectview div, .footprint div
 {
  border:1px solid #8B8E08;
  background-color:#BDBEC1;

  width:60px;
  height:75px;

  margin-top:9px;
  margin-bottom:9px;
  margin-left:5px;
  margin-right:5px;

  /* IE fix */
  font-size:0px;
  text-align:center;
 }

.hidden
 {
  /* IE fix */
  display:none;
 }


/**
 * Seitensuchleiste
 */
#search-sidebar
 {
  border:1px solid #8B8E08;
  border-top:0px;
 }

html > body #search-sidebar h4
 {
 }

#search-sidebar h4
 {
 	background-color: #8B8E08;
 	color: #FFFFFF;

  padding-left:6px;

  padding-top:6px;
  padding-bottom:6px;

  margin:0em;
 }

#search-sidebar .save-search
 {
  text-align:center;
 }


/**
 * Verweisliste Fusszeile
 */
#alternate-bottom
 {
 	border-top: 1px solid #7E7E7E;
 	text-align: center;
 }


