

/**
 * Bewirkt, dass Navigationsleiste anklickbar bleibt.
 */
#top-nav
 {
 	position: relative;
 	z-index: 1;
 }

.pager, .pager-summary
 {
/*  margin-bottom:0.5em;*/
 }

/**
 * Bewirkt, dass Seitensuchleiste an der Seite positioniert wird.
 */
#wd-main
 {
 	position: relative;
 }

table.table-layout
 {
  clear:both;
 }

#table-for-results
 {
  width:100%;
 }

#table-for-results th, #cloned_table th, #table-for-results td
 {
  border-style:solid;
  border-color:#FFFFFF;
  border-width:0px;
 }

#table-for-results th, #cloned_table th
 {
  padding-top:3px;
  padding-bottom:3px;

  padding-left:4px;
  padding-right:4px;

  overflow:visible;
 
  /* Als Ersatz fÃ¼r border-spacing wird einfach rechts und unter einer Tabellenzelle ein weiÃŸer Rahmen eingefÃ¼gt.
   * Dadurch ist er zwar auf der rechten und unteren Seite um die Tabelle, aber dort fÃ¤llt es nicht auf.
   */

  border-left-width:1px;
  border-right-width:1px;
 }


#table-for-results th.first, #cloned_table th.first
 {
  border-left-width:0px;
 }

#table-for-results th.last, #cloned_table th.last
 {
  border-right-width:0px;
 }




#table-for-results th .header-for-results th, #cloned_table th .header-for-results th
 {
 	padding-top:0px;
 	padding-bottom:0px;

 	padding-left:2px;
 	padding-right:2px;
  height:auto;
  /* Im Tabellenkopf der Ergebnisliste befinden sich fÃ¼r die Sortierbuttons innere Tabellen. Das Setzen der
   * folgenden Eigenschaft deaktiviert den in #table-for-results gesetzten Rahmen.
   */
  border-width:0px;
 }


#table-for-results .district-row td
 {
 	/*height:15px;*/
 }

#table-for-results td
 {
 	/*height: 100px;*/
 }

#table-for-results td
 {
  padding-top:2px;
  padding-bottom:2px;
  padding-left:6px;
  padding-right:6px;
 
  vertical-align:middle;

  border-left-width:1px;
  border-right-width:1px;
 }

#table-for-results td.first
 {
  border-left-width:0px;
 }

#table-for-results td.last
 {
  border-right-width:0px;
 }


#table-for-results tr td
 {
  border-top-width:1px;
  border-bottom-width:1px;
 }

#table-for-results tr td.functions-1
 {
  border-top-width:1px;
  border-bottom-width:0px;
 }

#table-for-results tr td.functions-2
 {
  border-top-width:1px;
  border-bottom-width:0px;
 }

#table-for-results tr td.functions-3
 {
  border-top-width:1px;
  border-bottom-width:1px;
 }


/**
 * Werden fÃ¼r die Spalten Breiten angegeben "hÃ¼pft" die Tabelle im IE.
 * Das Problem ließ sich auch nach meheren Stunden Debugging-Arbeiten nicht beheben.
 */
td.rooms
 {
 	/*width: 60px;*/
  text-align:center;
 }
td.living_space
 {
 	/*width: 60px;*/
  text-align:center;
 }
td.description
 {
  text-align:left;
 }
td.coasts
 {
 	/*width: 70px;*/
  text-align:center;
 }
td.houseview
 {
 	/*width: 60px;*/
  text-align:center;
 }
td.objectview
 {
 	/*width: 60px;*/
  text-align:center;
 }
td.footprint
 {
 	/*width: 60px;*/
  text-align:center;
 }
td.functions, td.functions-last
 {
 	/*width: 60px;*/
  text-align:center;
 }

td.functions-1 div.function-name, td.functions-2 div.function-name, td.functions-3 div.function-name
 {
  float:left;

  width:44px;

  text-align:left;

  margin:auto;
 }

td.functions-last div.function-function span
 {
  /* IE fix */
  font-size:0px;
 }


.more_info_link
 {
 	float: left;
 }




/**
 * Seitensuchleiste
 */

html > body #search-sidebar
 {
 	top: 19px;
 }

#search-sidebar
 {
  position: absolute;
 	top: 16px;
 	left: 855px;
 	width: 175px;
  height: auto;

 	margin-top: 0px;

 	display: block;
 }

#search_sidebar_form
 {
  margin:6px;
  margin-top:-4px;
 }


/* Interessant fÃ¼r StraÃŸe, Expos&eacute;nummer und auch E-Mail-Adresse */
#search_sidebar_form input.text
 {
  width:93%;
 }

#search_sidebar_form select
 {
  width:100%;
 }

#search_sidebar_form select.text33
 {
  width:43%;
 }

#search_sidebar_form input.button
 {
  width:100%;
 }











