
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet fuer www.aloevera-symposium.com
| lh | 2009-12-15
| 
| Inhaltsverzeichnis:
| - ==reset           Reset
| - ==elements        Elemente
| - ==classes         allg. Klassen
| - ===header         Header-Bereich
| - ===navi           Pri-, Sek- und Terti�rnavigation
| - ===content        Content-Bereich
| - ===result         Ergebnisliste ImmoSuche
| - ===sidebar        Sidebar-Bereich
| - ===footer         Footer-Bereich
| - ===search         Suche
| - ===team           Team
| - ===immodetail     Detailseite der Immobiliensuche
| - ===loggedin       Verkäufer/Vermieter-Bereich
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==reset */
  
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration:none;
}

abbr {
	font-size: 1em; line-height: 1.5em;
}

sub, sub {
	font-size: 60%; line-height: 0;
}

input[type=hidden] {
	visibility: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  background-image: url('../images/bg.png');
  background-repeat: repeat-x;
  background-color: #CCD2E9;
  font-family:"Verdana", "Arial", "_sans";
}

select, input, textarea {
  background: url(../images/input_bg.png) no-repeat;
  border-left: 1px solid #3c3c3c;
  border-top:  1px solid #3c3c3c;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #bababa;
  font-size: 0.75em;
  color: #454545;
  padding:1px 0 1px 5px;
}

textarea {
  font-family: "Arial";
}

h1, h2, h3, h4, h5 {
  color: #00208f;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  display: block;
}

fieldset {
  margin: 30px 0 35px 0;
  clear: both;
}

fieldset.cols {
	margin: 0;
	float: left; clear: none;
}

fieldset.submit {
	clear: both;
	margin: 30px 0 0 0;
}

fieldset legend {
  color:#454545;
  font-size:0.75em;
  font-weight:bold;
  margin-bottom: 5px;
}

strong {
	font-size: 1em;
}

.contentBtnWrapper {
  margin-top: 30px;
  width: 585px;
}

.contentBtnWrapper input {
  width: 104px;
  height: 23px;
  text-indent: -99999px;
  border: none;
}

.contentBtnWrapper input.contentSubmit {
  background:url(../images/btn_send.png);
  float: right;
  font-size: 0; line-height: 0;
  cursor: pointer;
}

.contentBtnWrapper input.contentReset {
  background:url(../images/btn_reset.png);
  cursor: pointer;
  font-size: 0; line-height: 0;
}

#thumbs {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==classes */

#page {
  background-image:url(../images/content_bg.png);
  background-repeat:repeat-y;
  margin:20px auto 0;
  padding-left:5px;
  width:980px;
}

.clear {
  clear: both;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

h2.main {
  background-repeat:no-repeat;
  text-indent: -99999px;
}

/*  ===header */
.header {
  /*background: url(../_images/head_illu.jpg) no-repeat;*/
  background-repeat: no-repeat;
  height:262px;
  position: relative;
}

div.logo {
  position:absolute;
  overflow:hidden;
  background: url(../images/logo.png) no-repeat;
  height:142px;
  left:45px;
  top:-20px;
  width:150px;
}

div.logo a {
  display: block;
  height:100%;
  line-height:500px;
  width:100%;  
}

h1.logoSubline {
  background: url(../images/logo_subline.png) no-repeat;
  height:67px;
  left:50px;
  line-height:200px;
  overflow:hidden;
  position:absolute;
  top:127px;
  width:200px;
}

form.search {
  left:735px;
  position:absolute;
  top:203px;
}

input.searchField { 
  float:left;
  margin-right:1px;
  padding:2px 0 2px 15px;
  width:141px;
}

label.searchLabel { 
  color: #454545;
  float: left;
  font-size: 0.75em; line-height: 1.5em;
  margin-right: 5px;
}

input.searchSubmit {
  background: url(../images/search_submit.png) no-repeat;
  height:21px;
  left:21px;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 21px;
  cursor: pointer;
}

/* ===result */
.shortResult {
  display: block;
  clear: both;
  font-size: 0.75em;
  line-height: 1.5em;
}

.shortResult strong {
  font-size: 1em;
}

.resultActions {
  margin-top: 21px;  
}

form.resultSort {
  float: left;
}

form.resultSort label {
  font-weight: bold;
  font-size: 0.75em;
  display: block;
  margin-bottom: 6px;
}

form.resultSort input.resultSortSubmit {
  border: none;
  background: #00208f;
  color:#FFFFFF;
  font-weight:bold;
  height:21px;
  padding-bottom:3px;
  padding-right:6px;
  cursor: pointer;
}

div.resultViews {
  float: right;
}

li.resultViews {
  float: left;
}

li.resultViews {
  border-right: 1px solid #454545;
  padding: 0 7px 0 6px;
}

li.resultViews.last {
  border-right: none;
  padding: 0 0 0 6px !important;
}

li.resultViews a {
  color: #454545;
  font-weight: bold;
  font-size: 0.75em;
}

ul.resultViews .active a, ul.resultViews a:hover {
  color: #76b01c;
}

div.resultList {
  clear: both;
  background: url(../images/tipp_bg.png) repeat-x #FFF;
  padding: 1px 20px 30px;
  margin-top: 30px;
}

div.paging {
  clear: both;
  text-align: center;
  margin-top: 30px;
}

ul.paging, li.paging, span.paging {
  display: inline;
  font-size: 0.875em;
}

span.paging {
  font-size: 0.75em;
}

li.paging {
  border-right: 1px solid #454545;
  font-weight: bold;
  padding: 0 6px;
}

ul.paging li.last {
  border: none !important;
}


li.paging a {
  font-size: 1em;
  color: #76b01c;
}

div.resultLegend {
  clear: both;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  padding: 3px 0;
  margin-top:28px;
}

li.resultLegend, ul.resultLegend {
  display: inline;
  font-size:0.875em;
  color: #454545;
}

li.resultLegend {
  margin-right:35px;
}

span.legendText {
  font-size: 1em;
  padding-left: 3px;
}

.result_actualized, .result_new, .result_top {
  background: #ff6600;
  border:1px solid #666666;
  display:inline-block;
  font-size:0.6em;
  height:11px;
  overflow:hidden;
  padding:0 4px 0 3px;
}


li.resultList {
  border-bottom: 1px dotted #666;
  padding: 15px 0;
  clear: both;
}

li.resultListGall {
  display: block;
  width: 175px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

li.resultListGall img.resultElem {
  float: none;
  display: block;
  margin-bottom: 10px;
}

li.resultListGall span.city, li.resultListGall span.price {
  display: block;
  clear: both;
  color:#454545;
  font-size:0.75em;
  line-height: 1.25em;
}

.resultList span.hr {
  display: block;
  clear: both;
  height: 1px;
  line-height: 1px;
  border-bottom:1px dotted #666666;
}

ul.eyeCatchElems {
  display: inline;
}

.resultElemTitle {
  color:#454545 !important;
  font-size: 1em; line-height: 1em;
  position:relative;
  top:-0.15em;
  font-weight: bold;
  display: inline;
}

.resultElemTitle a {
  color:#454545 !important;
  font-size:1em; line-height: 1em !important;
}

ul.resultElemPreds {
   display: block;
   clear: both;
}

ul.resultElemPreds li {
  background: #ff6600;
  border:1px solid #666666;
  display:inline-block;
  font-size:0.6em;
  height:11px;
  overflow:hidden;
  padding:0 4px 0 3px;
  margin-left: 0px;
}

ul.resultElemPreds li.balcony    { background: #ffff88; }
ul.resultElemPreds li.groundPlan { background: #fbba6b; }
ul.resultElemPreds li.garden     { background: #a2f696; }
ul.resultElemPreds li.ebk        { background: #c3d9ff; }

img.resultElem {
  float: right;
  border: 1px solid #ababab;
}

ul.resultElemShortDesc {
  clear: left;
  display: block;
  margin-top: 10px;
}

ul.resultElemShortDesc li {
  color: #454545;
  font-size: 0.75em;
  line-height: 1.5em;
  float: left;
  width: 160px;
}

div.paragraph ul {
  list-style: disc;
  margin-left: 20px;
}

div.paragraph ul li {
  margin-bottom: 0.5em;
  font-size: 0.75em; line-height: 1.5em;
  color: #454545;
}

div.paragraph a {
  font-size: 1em;
  color: #76B01C;
  font-weight: bold;
}

/* ===paging */
.tx-indexedsearch-res {
	clear: both;
	padding-top: 1em;
}

.indexed-search-browser li {
	display: block; float: left;
	margin-right: 1em;
}

.indexed-search-browser li a {
	color: #76B01C;
  font-size: .75em; line-height: 1.5em;
  font-weight: bold;
}

.indexed-search-browser li strong a {
  color: #454545;
}

.tx-indexedsearch-browsebox p {
	margin-bottom: 5px;
}


/* ===navi */

.navi {
  height: 1.6875em;
  background: #00208F;
  width: 970px;
  position: absolute;
  top: 234px;
}

.navi ul li {
  float: left;
  border-right: 1px solid #FFF;
}

.navi ul li.first a {
  background-position: 50px 0 !important;
  padding-right: 50px;
}

.navi ul li.first.active a, .navi ul li.first a:hover {
  background-position: 50px -26px !important;
}

.navi ul li a {
  display: block;
  border: 1px solid #00208f;
  border-bottom: none;
  padding: 8px 24px 3px;
  height: 14px;
  line-height: 100px;
  overflow: hidden;
  float: left;
  background-position: 24px 0;
  background-repeat: no-repeat;
}

.navi ul li.active a, .navi ul li a:hover {
  background-color: #FFF;
  background-position: 24px -26px;
}


/* --- ====nav_added_20100504: remove if you switch to version 1 of navi--- */
.navi ul li {
	border-right: none !important;
}

.navi ul li a {
	background-position: 0 0 !important;
	border: none !important;
	padding: 0 !important;
	height: 27px; line-height: 27px;
}

.navi ul li a:hover span,
.navi ul li.active a span {
	background-position: 0 -27px !important;
}

.navi ul li a span {
	display: block;
	text-indent: -9999px;
}

/* --- ====nav_added_20100504 -- */


ul.sekNavi {

}

ul.sekNavi li {
  background: url(../images/sekNavi_arrow.png) no-repeat left 0.325em;
  border-bottom:1px dotted #00208F;
  padding: 5px 0 3px 0;
}

ul.sekNavi li a {
  margin-left:13px;
  text-indent: -99999px;
  display: block;
}

ul.sekNavi li a:hover {
	background-position: 0 -32px;
  color: #76b01c;
}

ul.sekNavi li.active {
  background: url(../images/sekNavi_arrow_active.png) no-repeat left 0.325em;
}

ul.sekNavi li.active a {
  background-position: 0 -32px;
}

ul.sekNavi li.tree {
}

ul.sekNavi li.open {
  background: url(../images/sekNavi_arrow_open.png) no-repeat left 0.325em !important;
}

ul.tertNavi {
  border-top:1px dotted #00208F;
  padding-left: 13px;
  padding-top: 3px;
  display: inline-block;
  margin:3px 0;
}

ul.tertNavi li {
  background: url(../images/sekNavi_arrow.png) no-repeat left 0.325em;
  border-bottom:1px dotted #00208F;
}


ul.tertNavi li.last {
  border: none; 
}

ul.tertNavi li a {
  text-indent: 0;
  display: block;
  font-size: 0.75em;
  color: #00208F;
}


ul.tertNavi li.active a {
  color: #76b01c;
  font-weight: bold;
}

/* ===content */

.content {
  background:url(../images/main_bg.png) repeat-x scroll 0 0;
  padding:27px 20px 0 50px;
  width:900px;
}

.main {
  clear: both;
  width: 620px;
  float: left;
  margin-right: 40px;
}

h2.main {
  font-size: 1.25em;
  margin-bottom: 2px;
}

.topTeaserWrapper {
  clear: both;
}

ul.topTeaser li.last {
  margin-right: 0;
}

li.topTeaser {
  width: 200px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}

li.topTeaser, li.teaser {
  font-size: 0.75em;
}

h3.topTeaser {
  margin:6px 0;
  font-size: 1em;
  line-height: 1.25em;
}

h3.topTeaser a {
  font-size: 1em;
  color: #00208f;
}

.topTeaserText, .teaserText, .slot {
  color: #454545;
  font-size: 1em;
  line-height:1.25em;
}

a.topTeaser, a.teaser {
  font-size: 1em;
  font-weight: bold;
  color: #76b01c;
}

.teaserWrapper {
  clear: both;
  padding-top: 27px;
}


li.teaser {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

li.verteiler {
  margin-bottom: 10px !important;
}

.teaserImgWrapper {
  background: url(../images/teaser_bg.png) no-repeat bottom right;
  height: 190px;
  width: 290px;
  float: left;
  margin-right: 10px;
}

.rubrikTeaserImgWrapper {
  background: url(../images/rubrikteaser_bg.png) no-repeat bottom right;
  height: 170px;
  width: 260px;
  float: left;
  margin-right: 10px;
}

.verteilerTeaserImgWrapper {
  background: url(../images/verteilerteaser_bg.png) no-repeat bottom right;
  height: 130px;
  width: 210px;
  float: left;
  margin-right: 10px;
}

.slotImgWrapper {
  background: url(../images/slotteaser_bg.png) no-repeat bottom right;
  height: 134px;
  width: 190px;
  float: left;
}

.fullSizeImgWrapper {
	margin-bottom: 1em;
	width: 410px;
}

.fullSizeImgWrapper .image-wrapper {
  background: url(../images/fullsize_bg.png) no-repeat bottom right;
  height: 260px;
  width: 410px;
  display: block;
}

.fullSizeImgWrapper .caption {
	color: #454545;
	font-size: .625em; line-height: 1.5em;
}

.contactSlotImgWrapper {
  background: url(../images/slot_contactImg_bg.png) no-repeat bottom right;
  height: 140px;
  width: 110px;
  display: block;
  margin: 5px 0 0 0;
}

h4.teaser {
  margin-top: 3px;
}

h3.rubrikTeaser, h3.verteilerTeaser {
  font-size: 1em;
  line-height: 1.5em;
}

h3.verteilerTeaser {
  line-height: 1.5em;
}

h3.rubrikTeaser a, h3.verteilerTeaser a {
  color: #00208f;
  font-size: 1em;
}

h3.crossheading {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #76b01c;
}

.rubrikTeaserText, .verteilerTeaserText {
  line-height: 1.5em !important;
}

a.teaser {
  display: block;
  margin-top: 4px;
}

.intro {
  clear: both;
  color: #00208f;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 8px;
}

p {
  color: #454545;
  font-size: 0.75em;
  line-height:1.5em;
  margin-bottom: 1.5em;
}

div.simpleDownload {
  border-top: 1px dotted #00208f;
  border-bottom: 1px dotted #00208f;
  padding: 13px 0 10px 0;
  margin-bottom: 25px;
}

ul.simpleDownload {
  margin-top: 5px;
}

ul.simpleDownload li {
  margin-top: 5px;
  display: block;
}

ul.simpleDownload li a {
  color: #454545;
  display: block;
  padding-top: 0.5em;
  padding-left: 44px;
  min-height: 32px;
  background-position: left center;
  background-repeat: no-repeat
}

ul.simpleDownload li a span {
  font-size: 0.75em;
}

ul.simpleDownload li.pdf a {
  background-image: url(../images/icons/32x32_pdf.png);
}

span.downloadTitle {
  font-weight: bold;
}

div.tipList {
  background: url(../images/tipp_bg.png) repeat-x #FFF;
  padding:15px 20px 35px 22px;
}

h3.tipEyeCatcher {
  display: block;
  background-image: url(../images/tipEyeCatcher.png);
  width: 108px; height: 41px;
  text-indent: -99999px;
}

ol.tipList {
  margin-top: 15px;
  margin-left: 2px;
}

ol.tipList li {
  display: block;
  float: left;
  clear: both;
}

span.olNumber {
  background: url(../images/tipOL_image.png) no-repeat;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:0.875em;
  font-weight:bold;
  width:22px;
  height:22px;
  margin: 4px 19px 0 0;
  text-align:center;
  padding-top: 3px;
}

span.olText {
  display:block;
  float:left;
  width:525px;
  font-size:0.75em;
  line-height: 1.25em;
  border-top: 1px dotted #00208f;
  color: #454545;
  padding: 6px 0 8px 0;
}

.first span.olNumber {
  margin: 1px 19px 0 0 !important;
}

.first span.olText {
	border-top: none !important;
  padding: 3px 0 8px 0 !important;
}

form.contentForm {
  background: #e4e8f3;
  padding: 20px 0 25px 18px;
  margin-top: 16px;
  overflow: hidden;
}

.contentForm label {
  display: block;
  font-weight: bold;
  font-size: 0.75em;
  color: #454545;
  padding-bottom: 6px;
}

.contentRowWrapperSingle, .contentRowWrapperMulti {
  margin-top: 9px;
  clear: both;
  overflow: hidden;
}

.contentColumnWrapperSingle, .contentColumnWrapperMulti {
  float: left;
}

.contentColumnWrapperSingleCheckbox label {
	position: relative;
	padding-left: 25px;
}

.contentColumnWrapperSingleCheckbox label input {
  position: absolute; top: -3px; left: 0;
}

.contentForm input, .contentForm input, .contentForm textarea {
  background: url(../images/input_bg2.png) no-repeat;
}


.contentForm input {
  display: block;
  float: left;
}

.contentForm input.imput_xs {
  width: 39px;
  margin-right: 6px;
}

.contentForm input.imput_s {
  width: 68px;
  margin-right: 6px;
}

.contentForm input.imput_m,
.contentForm textarea.textarea_m {
  width: 273px;
  margin: 0 20px 0 0;
}

.contentForm input.input_xl, .contentForm textarea.input_xl {
  width: 580px;
}

.contentForm textarea.input_xl {
  height: 80px;
}

input.contentFormChkBox {
  float: left;
  background: none !important;
  border: none !important;
}

label.chkLabel {
  float: left;
  font-weight: normal;
  line-height: 1.4em;
  width: 125px;
  padding: 0;
}

label.chkInline {
  width: auto;
}

div.chkRow {
  margin-top: 1px;
}

span.chkRowSep {
  color: #454545;
  font-size: 0.75em;
  float: left;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 1em;
}

.contentColumnWrapperMulti .contentColumnWrapperMulti {
  width: 215px;
}

.contentColumnWrapperMulti .contentColumnWrapperMulti label {
  width: auto;
}


/* ===sidebar */

div.sidebar {
  float:right;
  width:240px;
}

div.immoSearchFinder, div.sekNavi {
  background: url(../images/finder_shadow.png) repeat-y right top;
  width: 240px;
  float: right;
}

div.sekNavi {
  margin-bottom: 15px;
}

.immoSearchFinderTop, .sekNaviTop {
  background: url(../images/finder_top.png) repeat-y;
  width: 240px;
  height: 5px;  
}

.immoSearchFinderBottom, .sekNaviBottom {
  background: url(../images/finder_bottom.png) repeat-y;
  width: 240px;
  height: 10px;
}

form.immoSearchFinder, .sekNaviContent {
  background: url(../images/finder_bg.png) repeat-x;
  padding: 22px 25px 32px;
  width: 180px;
}

.sekNaviContent {
  padding: 13px 12px 20px;
  width: 206px;
}

h3.immoSearchFinder {
  width: 180px;
  background-repeat: no-repeat;
  line-height: 2000px;
  overflow: hidden;
  margin-bottom: 13px;
}

select.immoSearchFinder { 
  width: 180px;
  font-weight: bold;
}

div.leftLabel {
  margin-top: 6px;
}

div.immoSearchFinderFirstLabel {
  margin-top: 5px !important;
}

.immoSearchFinder .date {
  position: relative;
}

.immoSearchFinder .date img {
  position: absolute; top: 3px; right: -18px;
} 

label.leftLabel { 
  color: #454545;
  display: block;
  float: left;
  font-size: 0.75em;
  margin-top: 8px;
  padding-left: 8px;
  width: 112px;
}

input.immoSearchFinderInputSmall {
  width: 52px;
  padding: 1px 0 2px 5px;
}

input.immoSearchFinderSubmit {
  background: url(../_images/finder_submit.png) #00208F repeat scroll 0 0;
  color: #FFFFFF;
  border: none;
  margin-top: 21px;
  height: 23px;
  width: 180px;
  display: block;
  cursor: pointer;
  text-indent: -99999px;
}

img.slotImage {
  margin-top: 3px;
  margin-bottom:5px;
}

img.webcamSlot {
  margin-bottom:0 !important;
}

div.slot {
  clear: both;
  padding:5px 15px 1px 25px;
  margin-bottom:25px;
}

div.slotHeadline {
  margin-bottom: 0;	
  padding-bottom: 0;
}

.slot .wtdirectory_list li:last-child {
	margin-bottom: 0;
}

.slot .wtdirectory_list li {
  margin-bottom: 1em;
}

div.contactPerson {
	padding-top: 0;
}

div.imageSlot {
  margin-bottom:10px;
}

div.extSearch {
  font-size: 0.75em;
  padding:5px 15px 5px 25px;
  margin-bottom:25px;
}

div.webcamSlot {
  margin-top: -25px;
  margin-bottom:1px;
}

a.slot {
  font-size: 1em;
  font-weight: bold;
  color: #76b01c;
  display: block;
  margin-top: 4px;
}

h3.slot {
  margin-bottom: 3px;
}

h3.slot, h4.slot {
  text-indent: -99999px;
}

div.slotText {
  font-size: 0.75em;
  line-height: 1.25em;
}

.slot .contactPersonInfo strong, .slot .contactPersonContact strong {
  font-size: 1em; line-height: 1.5em;
}

.slot .contactPersonInfo strong, .slot .contactPersonContact a {
	color: #76B01C;
	font-size: 1em; line-height: 1.5em;
}

.slot .contactPersonInfo, .slot .contactPersonContact  {
  font-size: 0.75em; line-height: 1.25em;
}

.slot .contactPersonInfo {
  margin-bottom: 5px;
}

/* ===footer */

div.footer {
  border-top: 1px solid #d8d8d8;
  clear: both;
  margin: 10px 50px 0;
  padding: 15px 0;
  overflow: hidden;
}

li.footer {
  float: left;
  height: 13px;
  overflow: hidden;
  background: url(../images/footer_sep.png) no-repeat right top;
}

ul.footer li a {
	background-repeat: no-repeat;
  height: 13px;
  overflow: hidden;
  text-indent: -99999px;
  display: block;
  padding-right: 8px;
  margin-left: 7px;
}

ul.footer li.last {
  background: none;
}

ul.footer li.first a {
  margin: 0;
}

.pagefooter {
  background: url(../images/pagefooter_shadow.png) no-repeat left top;
  width: 985px;
  height: 10px;
  margin: 0 auto 40px;
}


/* ===search */

.tx-indexedsearch legend,
.tx-indexedsearch-whatis {
  display: none;
}

h3.crossheading a {
	color: #76B01C;
	display: inline;
  font-size: 1em; line-height: 1.5em;
}

h3.crossheading .rating {
  font-size: 1em; line-height: 1.5em;
}

.tx-indexedsearch-searchbox input.searchSubmit {
  margin-left: -12px;
}



/* ===sitemap */
.sitemap-start,
.sitemap-main,
.sitemap-service {
	margin-bottom: 15px;
}

.sitemap a {
  color: #76B01C;
  font-size: .75em; line-height: 1.5em;
  font-weight: bold;
}

.sitemap li {
	list-style-type: disc;
	margin-left: 18px;
}

.sitemap ul ul {
	padding-left: 20px;
}



/* ===forms */
fieldset.checkboxes {
	margin: 0 0 1.5em 0;
}

fieldset.checkboxes .contentColumnWrapperSingle {
	float: none; clear: both;
}

fieldset.checkboxes .contentColumnWrapperSingle label {
	width: auto;
}

.contentForm legend {
  display: none;
}

.contentForm .mandatory-notice {
  margin: 1.5em 0 0 0;
}

.contentForm span.error {
	color: #F00;
  display: block; clear: both;
  font-size: .5625em; line-height: 1.5em;
}

.errorBlock {
  background: #E4E8F3;
  margin-top: 16px;
  padding: 20px 0 25px 18px;
}

.errorBlock h3 {
	font-size: .75em; line-height: 1.5em;
}

.errorBlock li {
	list-style-type: disc;
  margin-left: 18px;
}

.errorBlock li a span {
  color: #454545;
  font-size: 0.75em;
  line-height: 1.5em;
}



/* ===team */
.team li {
  clear: both;
  margin-bottom: 1.5em;
}

.team li .image {
  background: url(../images/slot_contactImg_bg.png) no-repeat right bottom;
  display: block; float: left;
  margin: 5px 10px 0 0;
  width: 110px; height: 140px;
}

.team li .contact,
.team li .teaminfo {
  font-size: .75em; line-height: 1.25em;
  padding-top: 3px;
}

.team li .teaminfo {
  margin-bottom: 5px;
}

.team li .contact strong,
.team li .teaminfo strong {
  font-size: 1em; line-height: 1.25em;
}

.team li .contact strong a {
	color: #76B01C;
	font-size: 1em; line-height: 1.75em;
}



/* ===immodetail */
.immo-wrapper .main {
	margin-right: 0;
	width: 900px; 
}

.tx-cyimmoscoutintegration-pi1 h2 {
	margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi1 a {
  color: #76B01C;
  font-size: .75em; line-height: 1.5em;
  font-weight: bold;
}

.tx-cyimmoscoutintegration-pi1 .back {
	clear: both; float: none;
	margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi1 .image-wrapper {
  float: left;
}

.tx-cyimmoscoutintegration-pi1 .caption,
.tx-cyimmoscoutintegration-pi1 .layout span {
	color: #76B01C;
	display: block;
	font-size: .75em; line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.tx-cyimmoscoutintegration-pi1 .address_functions {
	margin-left: 232px;
}

.tx-cyimmoscoutintegration-pi1 .functions {
	float: left;
	width: 210px;
}

.tx-cyimmoscoutintegration-pi1 .functions a {
  color: #76B01C;
  font-weight: bold;
}

.tx-cyimmoscoutintegration-pi1 .address {
	color: #454545;
	font-size: .75em; line-height: 1.5em;
  margin-left: 235px;
}

.tx-cyimmoscoutintegration-pi1 .address strong {
  display: block;
}

.tx-cyimmoscoutintegration-pi1 .map {
	margin-top: 1em;
}

.tx-cyimmoscoutintegration-pi1 .map strong {
  font-size: .75em; line-height: 1.5em;
}

.tx-cyimmoscoutintegration-pi1 .realty-intro {
	margin-bottom: 1em;
  overflow: hidden;
}

.tx-cyimmoscoutintegration-pi1 .realty-intro .image-wrapper {
	cursor: pointer;
}

.tx-cyimmoscoutintegration-pi1 .data-wrapper-left {
	float: left;
	width: 450px;
}

.tx-cyimmoscoutintegration-pi1 .data-wrapper-right {
  float: left;
  margin-left: 460px;
  width: 435px;
}

.tx-cyimmoscoutintegration-pi1 .data {
	font-size: .75em; line-height: 1.5em;
  margin-bottom: 1em;
  overflow: hidden;
}

.tx-cyimmoscoutintegration-pi1 .data-description,
.tx-cyimmoscoutintegration-pi1 .data-position,
.tx-cyimmoscoutintegration-pi1 .data-other,
.tx-cyimmoscoutintegration-pi1 .data-interior,
.tx-cyimmoscoutintegration-pi1 .data-furnishing,
.tx-cyimmoscoutintegration-pi1 .data-jad {
	padding-right: 1em;
}

.tx-cyimmoscoutintegration-pi1 .data dt {
  clear: left; display: block; float: left;
  font-size: .75em; line-height: 1.5em;
  width: 240px;
}

.tx-cyimmoscoutintegration-pi1 .data dd {
  font-size: .75em; line-height: 1.5em;
  margin-left: 250px;
}

.tx-cyimmoscoutintegration-pi1 .data strong {
  clear: both; display: block;
}

.tx-cyimmoscoutintegration-pi1 .data form {
	background: #E4E8F3;
	padding: 20px 0 25px 18px;
}

.tx-cyimmoscoutintegration-pi1 .data fieldset {
  margin: 0 0 1em 0;
}

.tx-cyimmoscoutintegration-pi1 .data label {
	color: #454545;
  display: block;
  font-size: .75em; line-height: 1em;
  font-weight: bold;
  width: 100px;
}

.tx-cyimmoscoutintegration-pi1 .data input.imput_m,
.tx-cyimmoscoutintegration-pi1 .data textarea.textarea_m {
	width: 406px;
}

.tx-cyimmoscoutintegration-pi1 .data .contentBtnWrapper {
  width: 413px;
}

.tx-cyimmoscoutintegration-pi1 .data .toggle {
	color: #76B01C;
	cursor: pointer;
	display: block;
  font-size: 1em; line-height: 1.5em;
  font-weight: bold;
  margin-top: 1em;
}

.tx-cyimmoscoutintegration-pi1 .errorBlock {
  margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi1 .errorBlock li {
  font-size: .75em; line-height: 1.5em;
}

.tx-cyimmoscoutintegration-pi1 .successBlock {
  background: none repeat scroll 0 0 #E4E8F3;
  margin-bottom: 1em; padding: 20px 0 25px 18px;
}

.tx-cyimmoscoutintegration-pi1 .successBlock h3 {
  font-size: .75em; line-height: 1.5em;
}

.tx-cyimmoscoutintegration-pi1-mapview {
	margin-top: 30px;
}

#formhandler_contact_form .url a {
	color: #76B01C;
	font-size: .75em; line-height: 1.5em;
	font-weight: bold;
}

#map {
	width: 880px; height: 600px;
}

#map div > span {
	color: #454545;
	font-size: 1em; line-height: 1.5em;
}

#map .terms-of-use-link {
	color: #76B01C;
	font-size: 1em; line-height: 1.5em;
	font-weight: bold;
}

.gm-subline {
	color: #454545;
  font-size: .75em; line-height: 1.5em;
  font-weight: bold;
  margin-bottom: .5em;
}

.gm-streetno, .gm-zipcode-city {
  color: #454545;
  font-size: .75em; line-height: 1.5em;
}


/* ===advanced-search */
.tx-cyimmoscoutintegration-pi1 .search-advanced {
  background: #E4E8F3;
  margin-top: 16px; padding: 20px 18px 25px 18px;
  position: relative; top: 1em;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced fieldset {
  margin: 0 0 1em 0;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .col {
  float: left;
  width: 194px;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .col .rowWrapper {
	margin-bottom: 5px;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .date {
	position: relative;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .date .ui-datepicker-trigger {
  position: absolute; top: 2px; right: -5px;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .col label {
	color:#454545;
  font-size: .75em; line-height: 1.5em;
  margin-top: 0px; 
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .checkboxes .col label {
	color:#454545;
	clear: both; display: block; float: none;
	font-size: .75em; line-height: 1.5em;
  margin-top: 0px; padding-left: 25px;
  position: relative;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .checkboxes .col label input {
  position: absolute; top: -2px; left: 0;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced .submit input {
  float: right;
}

.tx-cyimmoscoutintegration-pi1 .search-advanced span.hr {
  border-bottom: 1px dotted #666666;
  clear: both; display: block;
  height: 1px;
  line-height: 1px;
  margin-bottom: 1em;
}


/* ===loggedin */
.tx-felogin-pi1 h3 {
	font-size: .75em; line-height: 1.5em;
  margin-bottom: 1em;
}

.tx-felogin-pi1 div {
	color: #454545;
  font-size: .75em; line-height: 1.5em;
}

.tx-felogin-pi1 div.element {
	font-size: 1.33em; line-height: 1.5em;
}

.tx-felogin-pi1 div.element input {
	width: 173px;
}

.tx-felogin-pi1 fieldset {
	margin: 1em 0 0 0;
}

.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 .status {
	font-size: 1em; line-height: 1.5em;
	margin-bottom: 1em;
}

.tx-felogin-pi1 .submit {
  background: url(../images/btn_login.jpg) #00208F center center no-repeat;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 0; line-height: 0;
  text-indent: -99999px;
  width: 180px; height: 23px;
}

.tx-felogin-pi1 .logout .submit {
  background: url(../images/btn_logout.jpg) #00208F center center no-repeat;
}

.tx-cyimmoscoutintegration-pi2 fieldset {
  margin: 1em 0 0 0;
}

.tx-cyimmoscoutintegration-pi2 .search .element {
	margin-bottom: 4px;
	overflow: hidden;
}

.tx-cyimmoscoutintegration-pi2 .search label {
	color: #454545;
	clear: left; display: block; float: left;
	font-size: .75em; line-height: 1.5em;
	width: 120px;
}

.tx-cyimmoscoutintegration-pi2 .search input,
.tx-cyimmoscoutintegration-pi2 .search select {
  float: left;
}

.tx-cyimmoscoutintegration-pi2 input.submit {
  background: url(../_images/finder_submit.png)  #00208F;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 0; line-height: 0;
  text-indent: -99999px;
  width: 180px; height: 23px;
}

.tx-cyimmoscoutintegration-pi2 table {
  margin-top: 1em;
  width: 100%;
}

.tx-cyimmoscoutintegration-pi2 table a {
	color: #76B01C;
  display: block;
  font-size: 1em; line-height: 1.5em;
  font-weight: bold;
  margin-top: 4px;
}

.tx-cyimmoscoutintegration-pi2 td {
	font-size: .75em; line-height: 1.5em;
	padding-right: 5px;
}

.tx-cyimmoscoutintegration-pi2 .record td {
  padding-top: 1em;
}

.tx-cyimmoscoutintegration-pi2 .info {
	margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi2 .info a {
	color: #76B01C;
  display: block;
  font-size: 1em; line-height: 1.5em;
  font-weight: bold;
}

.tx-cyimmoscoutintegration-pi2 .info h1,
.tx-cyimmoscoutintegration-pi2 .info dd,
.tx-cyimmoscoutintegration-pi2 .info dt {
  font-size: .75em; line-height: 1.5em;
}

.tx-cyimmoscoutintegration-pi2 .info dt {
	clear: left; display: block; float: left;
	width: 120px;
}

.tx-cyimmoscoutintegration-pi2 .info h1 {
  margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi2 .success {
	font-weight: bold;
}

.tx-cyimmoscoutintegration-pi2 .back {
	margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi2 .back a {
	color: #76B01C;
	font-size: .75em; line-height: 1.5em;
	font-weight: bold;
}

.tx-cyimmoscoutintegration-pi2 form {
	margin-bottom: 1em;
}

.tx-cyimmoscoutintegration-pi2 form dt {
	clear: left; float: none;
	font-size: .75em; line-height: 1.25em;
}

.tx-cyimmoscoutintegration-pi2 form dd .image {
	float: left;
	margin-right: 1em;
}

.tx-cyimmoscoutintegration-pi2 form dd .tools {
	margin-left: 250px;
}

.tx-cyimmoscoutintegration-pi2 form .element {
	clear: both; float: none;
}

.tx-cyimmoscoutintegration-pi2 form .note { 
	font-size: .625em; line-height: 1.25em;
	margin-bottom: 0;
}

.tx-cyimmoscoutintegration-pi2 form .error {
	color: #900;
	font-weight: bold;
}

.tx-cyimmoscoutintegration-pi2 form dd .tools .headline {
	color: #454545;
  font-size: 0.75em; line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 5px; 
}

.tx-cyimmoscoutintegration-pi2 form dd .tools a {
	color: #76B01C;
	font-size: .75em; line-height: 1.25em;
	font-weight: bold;
}

.tx-cyimmoscoutintegration-pi2 .edit label {
  clear: left; display: block; float: left;
  color: #454545;
  font-size: .75em; line-height: 1.5em;
  width: 250px;
}

.tx-cyimmoscoutintegration-pi2 .edit .element {
	margin-bottom: 4px;
	overflow: hidden;
}

.tx-cyimmoscoutintegration-pi2 .edit .element-input input {
	width: 350px;
}

.tx-cyimmoscoutintegration-pi2 .edit .element-textarea textarea {
  width: 350px; height: 100px;
}

.tx-cyimmoscoutintegration-pi2 .edit .element-checkbox label {
	margin-left: 250px;
}

.tx-cyimmoscoutintegration-pi2 .submit .submit {
	background: url(../images/btn_send.png) no-repeat center center #00208F;
  margin-left: 250px;
}