﻿/**
 * Stylesheets
 * $Id: website.css 880 2009-12-17 09:53:30Z andy $
 *
 * @author Andreas Rudolph & Walter Wagner
 * @copyright 2009, OpenEstate.org
 * @license http://www.gnu.org/licenses/gpl-3.0.txt
 */


/**
 * Allgemeines
 */
*
{
  color: #000000;
  font-family: sans-serif;
}

body
{
  background-color: #ffffff;
  font-size: 12px;
  margin: 0;
}

a, a:link, a:active, a:visited
{
  color: #830637;
  text-decoration: none;
}

a:hover
{
  color: #404040;
  text-decoration: underline;
}

h1
{
  font-size: 1.6em;
  /*float: left;*/
  margin-left: 0.5em;
  margin-bottom: 1em;
}

h2
{
  font-size: 1.3em;
}

h3
{
  font-size: 1.1em;
}

.clear
{
  clear: both;
}

.nowrap
{
  white-space: nowrap;
}

#footer
{
  clear: both;
  text-align: right;
  margin: 1em;
}


/**
 * Allgemein, Sprachauswahl
 */
#languages ul
{
  text-align: right;
  margin: 1em 0 1em 0;
  /*font: bold 11px verdana, arial, sans-serif;*/
  font-weight: bold;
  border-bottom: 1px solid #830637;
  list-style-type: none;
  padding: 3px 10px 3px 10px;
}

#languages ul li
{
  display: inline;
}

#languages ul li a
{
  padding: 3px 4px;
  border: 1px solid #830637;
  background-color: #ebebeb;
  color: #666;
  margin-right: 0px;
  text-decoration: none;
  border-bottom: none;
}

#languages ul li.selected a, #languages ul li a:hover
{
  background-color: #fff;
  color: #000;
  position: relative;
  top: 1px;
  padding-top: 4px;
}


/**
 * Seitenansicht
 */
#index #header h1
{
  /*float: left;*/
}


/**
 * Seitenansicht, SeitenzÃ¤hler
 */
#listing_pagination_top ul, #listing_pagination_bottom ul
{
  clear: both;
  text-align: left;
  font-weight: bold;
  list-style-type: none;
  padding: 3px 10px 3px 10px;
  margin: 0.5em 0 0.5em 0;
}

#listing_pagination_top ul
{
  border-bottom: 1px solid #830637;
}

#listing_pagination_bottom ul
{
  border-top: 1px solid #830637;
}

#listing_pagination_top ul li, #listing_pagination_bottom ul li
{
  display: inline;
}

#listing_pagination_top ul li a, #listing_pagination_bottom ul li a
{
  padding: 3px 4px;
  border: 1px solid #830637;
  background-color: #ebebeb;
  color: #666;
  margin-right: 0px;
  text-decoration: none;
}

#listing_pagination_top ul li a
{
  border-bottom: none;
}

#listing_pagination_bottom ul li a
{
  border-top: none;
}

#listing_pagination_top ul li.selected a, #listing_pagination_bottom ul li.selected a, #listing_pagination_top ul li a:hover, #listing_pagination_bottom ul li a:hover
{
  background-color: #fff;
  color: #000;
  position: relative;
}

#listing_pagination_top ul li.selected a, #listing_pagination_top ul li a:hover
{
  top: 1px;
  padding-top: 4px;
}

#listing_pagination_bottom ul li.selected a, #listing_pagination_bottom ul li a:hover
{
  top: -1px;
  padding-bottom: 4px;
}


/**
 * Seitenansicht, Formulare zur Eingrenzung
 */
#listing_menu
{
  text-align: left;
  background-color: white;
  border-bottom: 1px dashed #830637;
  padding-top: 0.5em;
  padding-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

#listing_menu div
{
  display: inline;
}

#listing_menu input, #listing_menu select
{
  border: 1px solid #830637;
  background-color: white;
}

#listing_menu input.search_button
{
  border: none;
  background-image: url(expose/img/search.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

#listing_menu input.cancel_button
{
  border: none;
  background-image: url(expose/img/cancel.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.listing_filter_buttons
{
  margin-right: 1em;
  float: left;
}

/**
 * Seitenansicht, KurzexposÃ©
 */
div#emptyListMessage
{
  padding: 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
} 
 
.light
{
  background-color: white;
}

.dark
{
  background-color: #ebebeb;
}

.listing_entry
{
  clear: both;
  margin: 1em;
  border: 1px solid #830637;
  padding: 0.5em;
}

.listing_entry h2
{
  margin: 0;
  margin-bottom: 0.5em;
}

.listing_entry .image
{
  float: left;
}

.listing_entry .image img
{
  border: 1px solid #830637;
}

.listing_entry .col_1 ul, .listing_entry .col_2 ul
{
  margin: 0;
  float: left;
}

.listing_entry .options
{
  clear: both;
}

.listing_entry .options ul
{
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  list-style-type: none;
  text-align: left;
}

.listing_entry .options ul li
{
  text-align: left;
  display: inline;
  padding-right: 0.5em;
}


/**
 * ExposÃ©ansicht
 */
#expose_header
{
  margin-left: 1em;
  margin-right: 1em;
}

#expose_title
{
}

#expose_header ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}

#expose_header ul li {
  font-weight: bold;
  letter-spacing: 1px;
}

#expose_header ul li div
{
  display: inline-block;
  text-align: right;
  width: 125px;
  margin-right: 0.5em;
  font-weight: normal;
  letter-spacing: 0;
}

#expose_header_image
{
  float: right;
}

#expose_view
{
  clear: both;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1em;
}

#expose_view_menu
{
  position: relative;
  top: 1px;
}

#expose_view_content
{
  border: 1px solid #830637;
  border-top: 1px solid white;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}


/**
 * ExposÃ©ansicht, MenÃ¼
 */

#expose_menu_top ul, #expose_menu_bottom ul
{
  clear: both;
  text-align: left;
  font-weight: bold;
  list-style-type: none;
  padding: 3px 10px 3px 10px;
  margin: 0.5em 0 0.5em 0;
}

#expose_menu_top ul
{
  border-bottom: 1px solid #830637;
}

#expose_menu_bottom ul
{
  border-top: 1px solid #830637;
}

#expose_menu_top ul li, #expose_menu_bottom ul li
{
  display: inline;
}

#expose_menu_top ul li a, #expose_menu_bottom ul li a
{
  padding: 3px 4px;
  border: 1px solid #830637;
  background-color: #ebebeb;
  color: #666;
  margin-right: 0px;
  text-decoration: none;
}

#expose_menu_top ul li a
{
  border-bottom: none;
}

#expose_menu_bottom ul li a
{
  border-top: none;
}

#expose_menu_top ul li.selected a, #expose_menu_bottom ul li.selected a, #expose_menu_top ul li a:hover, #expose_menu_bottom ul li a:hover
{
  background-color: #fff;
  color: #000;
  position: relative;
}

#expose_menu_top ul li.selected a, #expose_menu_top ul li a:hover
{
  top: 1px;
  padding-top: 4px;
}

#expose_menu_bottom ul li.selected a, #expose_menu_bottom ul li a:hover
{
  top: -1px;
  padding-bottom: 4px;
}


/**
 * ExposÃ©ansicht, DetailmenÃ¼
 */
#expose_view_menu
{
  /*border: 1px solid red;*/
  margin-bottom: 0;
}

#expose_view_menu ul
{
  clear: both;
  text-align: left;
  font-weight: bold;
  list-style-type: none;
  padding: 3px 10px 3px 10px;
  margin: 0;
  margin-top: 1em;
  border-bottom: 1px solid #830637;
}

#expose_view_menu ul li
{
  display: inline;
}

#expose_view_menu ul li a
{
  padding: 3px 4px;
  border: 1px solid #830637;
  background-color: #ebebeb;
  color: #666;
  margin-right: 0px;
  text-decoration: none;
  border-bottom: none;
}

#expose_view_menu ul li.selected a, #expose_view_menu ul li a:hover
{
  background-color: #fff;
  color: #000;
  position: relative;
  top: 1px;
  padding-top: 4px;
}


/**
 * ExposÃ©ansicht, Galerie
 */

#expose_gallery
{
  margin-bottom: 1em;
  overflow: auto;
  /*border: 1px solid #6c6;*/
}

#expose_gallery_image
{
  text-align:center;
  display: block;
  padding: 0.5em;
}

#expose_gallery_image img
{
}

#expose_gallery_thumbnails
{
  background-color: #ebebeb;
  padding: 0.5em;
}

#expose_gallery_thumbnails ul
{
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#expose_gallery_thumbnails ul li
{
  display: inline;
  vertical-align: top;
}

#expose_gallery_thumbnails ul li a img
{
  border: 0.5em solid #ebebeb;
}

#expose_gallery_thumbnails ul li.selected a img, #expose_gallery_thumbnails ul li a:hover img
{
  border: 0.5em solid #830637;
}


/**
 * ExposÃ©ansicht, Kontaktformular
 */
form#contact {
  margin: 0;
} 

form#contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

form#contact li {
  margin-bottom: 0.5em;
  white-space: nowrap;
  width: 450px;
}

form#contact li.buttons {
  text-align: center;
}
 
form#contact label {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 1em;
  vertical-align: top;
} 

form#contact textarea {
  height: 8em;
}

form#contact input, form#contact textarea {
  border: 1px solid #c0c0c0;
}

form#contact input.field, form#contact textarea.field {
  width: 350px;
}

form#contact li.error label {
  color: red;
  font-weight: bold;
}

form#contact li.error input, form#contact li.error textarea {
  border: 3px solid red;  
}

div#captcha {
  display: inline-block;
}

div#captcha_img {
  float: left; 
  text-align: left;
}

#contact_captcha {
  width: 220px;
}

#contact_result {
  margin-top: 1em;
  margin-bottom: 2em;
  width: 450px;
  text-align: center;
  background-color: #e0e0e0;
  padding: 1em;
}

#expose_contact_person ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}

#expose_contact_person ul li {
  font-weight: bold;
  letter-spacing: 1px;
}

#expose_contact_person ul li div
{
  display: inline-block;
  text-align: right;
  width: 100px;
  margin-right: 1em;
  font-weight: normal;
  letter-spacing: 0;
}

