﻿
* {
    margin: 0;
    padding: 0;
}

html {
	height: 100.1%;
}

body, a, textarea, table, div, ol, ul, li, p, div, span, label, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-size-adjust: none;
    color: #525152;
    font-size: 12px;
}

.ie5 body,
.ie6 body,
.ie7 body,
.ie8 body {
	text-align: center;
}

a#fltbtn {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
  top: 127px;
  right: 0px;
}

a#fltbtn:hover {
  right: 0px;
}


body > a#fltbtn {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  top: 127px;
  right: -4px;
}

body > a#fltbtn:hover {
  right: 0px;
}

a#fltbtn img {
  border: 0px;
}

h2 {
    font-size: 14px;
}

a:hover {
    color: #dd2222;
}

.arrowlink, a.arrowlink {
    background: transparent url(../images/arrow_red.gif) no-repeat scroll left center;
    padding-left: 13px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}

a:hover.arrowlink {
    text-decoration: underline;
}


input [ type = "submit" ], input.submit, input [ type = "button" ] {
    padding: 1px 6px;
    cursor: pointer;
}
.ie5 input.submit,
.ie6 input.submit,
.ie7 input.submit,
.ie8 input.submit {
	padding: 1px 6px;
    overflow: visible;
}

ul {
    list-style-type: none;
}

div#overlay {
    display: none;
    width: 166px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 2500;
}

div#overlay div {
    border: solid 10px white;
    width: 146px;
    height: 104px;
    opacity: 0.6;
    background: transparent;
    filter: alpha( opacity = 60 );
	cursor:pointer;
}

.ie8 div#overlay div {
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=60, Style=2)";
}

#wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.ie5 #wrap,
.ie6 #wrap,
.ie7 #wrap,
.ie8 #wrap {
	text-align: left;
}

div#virtualtour {
  background-color: white;
  display: none;
}

div#virtualtour div.video {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 3001;
  background-color: white;
}

div#virtualtour div#virtualtourbg {
   background: #000000;
   opacity: 0.6;
   filter: alpha( opacity = 60 );
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2001;
}

div#sms {
  background-color: white;
  display: none;
}

div#sms div.form {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 4001;
  background-color: white;
}

div#sms div#smsbg {
   background: #000000;
   opacity: 0.6;
   filter: alpha( opacity = 60 );
   position:absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 2001;
}

.start #wrap {
    width: auto;
    position: relative;
    text-align: center;
}

#floater {
    width: 960px;
    margin-bottom: 20px;
    float: left;
    border: solid #DDDAD1;
    border-width: 0px 1px 1px 1px;
    position: relative;
}

#floater .contentBox {
    background: url(../images/dot_cccccc.jpg) 240px 260px repeat-y;
}

.ie7 #floater .contentBox #results,
.ie8 #floater .contentBox #results {
	padding-left: 0px;
	float: right;
}

.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
    font-size: 1px;
}

.topspacing {
    margin-top: 10px;
    padding-top: 10px;
}

#selections {
    position: absolute;
    right: 3px;
    top: 8px;
    height: 40px;
    width: 255px;
    z-index: 2000;
}
.ie5 #selections {
	white-space: nowrap;
	width:280px;
}
form select {
    font-size: 11px;
}

#selections form {
    display: inline;
    margin: 0;
}

#selections #country span.label, #selections #language span.label {
    font-weight: bold;
	white-space: nowrap;
    margin: 0 5px 0 0;
}

#selections .selitem {
	text-align: left;
    display: inline;
    float: right;
    margin-right: 10px;
}

#selections .selitem #language, #selections #language .dropdown ul {
    width: 100px;
}
#selections .selitem #language, #selections #language .dropdown ul ul{
    width: 98px;
}
#selections .selitem #country, #selections #country .dropdown ul {
    width: 120px;
}
#selections .selitem #country, #selections #country .dropdown ul ul {
    width: 118px;
}

.start #selections {
    padding-right: 30px;
}

.start {
    color: #525152;
}

.start .searchform {
    width: 550px;
    margin: 0px auto 0px auto;
    padding: 0;
    position: relative;
    border: none;
    background: no-repeat center 20px;
}
#floater .searchform {
	height: 65px;
}

#selections .selitem #language select {
    width: 110px;
}

.searchform {
    border-bottom: solid 1px #dd2222;
    padding: 10px 0 20px 240px;
    background: no-repeat 19px 0px;
}

#inner { 
  padding: 16px 0px 16px 0px;
}

#inner .searchform {
  padding-left: 130px;
  border-bottom: none;
}


#viewMenu td {
  font-weight: bold;
  font-size: 12px;
  padding: 4px 0px 4px 0px;
  background-color: #e3e3e3;
  border-right: 1px solid white;
}

#viewMenu td.selected {
  background-color:#777777;
}

#viewMenu td a {
  color: #777777;
  text-decoration: none;
}

#viewMenu td.selected a {
  color: #ffffff;
  text-decoration: none;
}

#logo {
    position: absolute;
    margin-top: 47px;
    padding: 22px 0 0 224px;
    border: 0;
    cursor: pointer;
    background: url(../images/logo.png) no-repeat 10px 0px;
}

.search {
    width: 600px;
    margin: auto;
    position: relative;
    text-align: center;
}

.search ul.businessareas {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 57px;
    height: 35px;
}

.konqueror .search #searchform ul.businessareas {
    margin-bottom: 5px;
}


.start #logo {
    position: relative;
    width: 500px;
    margin: 80px auto 40px auto;
    padding: 100px 0 0 0;
    border: 0;
    background: url(../images/start_logo.png) no-repeat center 20px;
}

.start .searchform #mainsearch {
    position: relative;
    text-align: center;
}

.start #searchform span#extrasearch {
    position: absolute;
    left: 550px;
    top: 40px;
    white-space: nowrap;
}
.ie6 .start #searchform span#extrasearch {
    top: 38px;
}

.start #searchform #extrasearch a {
    font-size: 11px;
}

.konqueror .start #searchform span#extrasearch {
    right: -70px;
}

#searchform input#search {
    width: 380px;
    padding: 2px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#searchform input#search.suggested {
  color: #848484;
}

.start #searchform input#search {
	width: 480px;
    padding: 2px;
    border-bottom: 1px solsid #cccccc;
    border-right: 1px solid #cccccc;
}

.safari #mainsearch input#search {
    height: 18px;
    padding: 1px;
    border-top: 2px solid #848484;
    border-left: 2px solid #848484;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.safari #floater #mainsearch input#search {
    width: 370px;
}

.konqueror #mainsearch input#search {
    width: 500px;
    border-top: 2px solid #848484;
    border-left: 2px solid #848484;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.konqueror #floater #mainsearch input#search {
    width: 370px;
}
/************************************************************************************************************
 * Grauer Balken
 *************************************************************************************************************/
div#searchnavi {
    height: 30px;
    line-height: 30px;
    background-color: #D6D6D6;
    color: #525152;
    margin: 1px auto 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-align: left;
}

.ie5 div#searchnavi,
.ie6 div#searchnavi{
	margin: 1px 0 0 0;
}

#searchnavi span {
	height: 30px;
	line-height: 28px;
}
#searchnavi #firstFacet {
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

.ie5 #searchnavi div#first_facet,
.ie6 #searchnavi div#first_facet {
    width: 241px;
}


#searchnavi .searchnavi-item {
    position: relative;
    float: left;
    left: 100%;
}

#searchnavi .searchnavi-item a {
    text-decoration: none;
}

#searchnavi #backToSearch {
    width: 240px;
	height:30px;
    border-right: 1px solid #FFFFFF;
    margin-left: -960px;
}

#searchnavi #backToSearch a {
    font-weight: bold;
    background: url(../images/icon_zurueck_aktiv.gif) no-repeat 6px 6px;
    padding-left: 14px;
    line-height: 30px;
}

#searchnavi #resultTime {
    margin-left: -720px;
    width: auto;
}

#searchnavi #resultTime span {
    font-size: 11px;
    padding-left: 10px;
}

#searchnavi #previousNext {
    width: 480px;
    border-right: 1px solid #FFFFFF;
    margin-left: -720px;
    height: 30px;
}

#searchnavi #previousNext a {
    line-height: 30px;
    font-weight: bold;
}

#sorting {
    position: absolute;
    left: 757px;
	 top: 259px;
    width: 230px;
}

#sorting span.label {
    font-size: 11px;
    float: left;
    line-height: 30px;
}

.ie #sorting div.dropdown h2 {
  height: 16px !important;
}

#view {
    position: absolute;
    left: 809px;
	 top: 95px;
    width: 142px;
    text-align: right;
}

#view span.label, #view span.label a {
    font-size: 11px;
    float: right;
    line-height: 30px;
}


#sorting .dropdown {
    margin: 5px 5px 1px 5px;
    line-height: 100%;
    width: 155px;
}

/************************************************************************************************************
 * Suchergebnisse
 *************************************************************************************************************/
#results {
    margin-top: 10px;
    padding-left: 2px;
    width: 717px;
    float: left;
}


div.item.first {
    border-top: none;
    padding-top: 0;
}

div.item {
    line-height: 20px;
    float: left;
    padding-top: 8px;
    margin: 4px 0;
    width: 716px;
    border-top: 1px solid #c9c9c9;
}

div.gallery {
    float: left;
    width:238px;
    height:178px;
    margin-right: 1px;
    margin-top: 1px;
    overflow: hidden;
}

div.gallery img {
  height: 179px;
}

div.gallery div.imageContainer {
  text-align: center;
  background-color: #f0f0f0;
}

div.item .imageContainer {
    width: 238px;
    height: 179px;
    float: left;
    margin-right: 10px;
    text-align: center;
    background-color: #f0f0f0;
}

div.item img {
    border: 0;
}

div.ad {
	margin-bottom: -3px !important;
	padding-top: 1px !important;
}

div.gallery img {
    border: 0;
}

div.item p.desc {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 8px;
}

div.item h2 {
    margin-bottom: 1px;
    margin-top: 0px;
}

div.item > h2 {
    margin-left: 9px;
}

div.item h2 a {
    text-decoration: none;
    color: #dd2222;
    font-size: 14px;
    line-height: 16px;
}

div.item h2 a:hover {
    text-decoration: underline;
}

.item .item_details {
    margin-left: 239px;
    position: relative;
}

.item .item_details .left {
    float: left;
    width: 233px;
    margin-bottom: 20px;
}

div.red-button { background-color:#dd2222; width:170px; text-align:center }

.item .item_details .right {
    padding-left: 10px;
    float: right;
    width: 208px;
}

.item .item_details .left .labelValue label, 
.item .item_details .right .labelValue label {
    font-weight: bold;
    float: left;
    width: 110px;
}

.item .item_details .right .labelValue label {
  text-align: left;
}

.item .item_details .labelValue span {
    width: 120px;
    float: right;
}

.item .item_details .left div.labelValue {
    margin-bottom: 7px;
    line-height: 100%;
}

.item .item_details .right .price, .item .item_details .right .energy {
    position: relative;
    text-align: right;
    float: right;
    width: 208px;
}

.item .item_details .right .energy {
    margin-top: 7px;
}

.item .item_details .right .labelValue label {
    width: 65px;
    right: 135px;
}


.item .item_details .right .labelexValue span {
    width: 120px;
    margin-left: 15px;
    float: none;
}

.item .item_details .right span.caprice {
    width: auto;
    font-weight: normal;
}

.item .item_details .bottom {
    position: absolute;
    bottom: 0px;
    left: 7px;
    width: 464px;
}

.item .item_details .exposeAndContact {
    float: right;
    bottom: 0px;
}

.item .item_details .exposeAndContact a {
    margin-left: 15px;
}


/**
 * IE 5+ Adaptions

 */
 
/*.ie7 div.item p.desc,*/
.ie5 div.item p.desc,
.ie6 div.item p.desc,
.ie8 div.item p.desc {
	text-indent: -3px;
}

/*.ie7 div.item h2,*/
.ie5 div.item h2,
.ie6 div.item h2,
.ie8 div.item h2{
	position: relative;
	left: -4px;
}
.ie5 .item .item_details .right .price,
.ie6 .item .item_details .right .price,
.ie7 .item .item_details .right .price,
.ie8 .item .item_details .right .price {
	position: static;
}
.ie5 .item .item_details .right .labelValue label,
.ie6 .item .item_details .right .labelValue label,
.ie7 .item .item_details .right .labelValue label,
.ie8 .item .item_details .right .labelValue label {
	position: static;
	float: left;
}

.ie5 .item .item_details .right .labelValue span,
.ie6 .item .item_details .right .labelValue span,
.ie7 .item .item_details .right .labelValue span,
.ie8 .item .item_details .right .labelValue span {
	float: right;
	width: 130px;
	white-space: nowrap;
}
.ie5 .item .item_details .bottom,
.ie6 .item .item_details .bottom,
.ie8 .item .item_details .bottom {
  left: 0px;
}





















.details_right {
    float: left;
    width: 180px;
}
/************************************************************************************************************
 * Facetten
 *************************************************************************************************************/
#filter {
    background: transparent;
    width: 240px;
    float: left;
}

ul.facette {
    margin-top: 4px;
}

li.facette {
    background-color: #f0f0f0;
}

li.facette li {
    border-top: 1px solid #ffffff;
}

.ie5 li.facette li, .ie6 li.facette li, .ie7 li.facette li, .ie8 li.facette li, .ie9 li.facette li{
    padding-top: 4px;
}

li.facette li strong, li.facette li span {
    font-size: 11px;
    font-weight: bold;
}

li.facette li a {
    font-weight: bold;
    color: #777777;
}

li.facette li a:hover {
    font-weight: bold;
    color: #dd2222;
}

ul.facette li h3 {
    background-color: #e3e3e3;
    color: #777777;
    font-size: 13px;
    min-height: 23px;
    line-height: 23px;
    padding-left: 10px;
}

ul.facette li.facette ul li {
    padding-left: 10px;
    min-height: 20px;
    line-height: 20px;
}

ul.facette li.facette ul li {
    padding-left: 20px;
}

.ie5 ul.facette li.facette ul li {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

ul.facette li.facette ul ul li strong {
    padding-left: 0px;
}

ul.facette li.facette ul ul li {
    padding-left: 30px;
}

ul.facette li.facette ul ul ul li {
    padding-left: 40px;
}

ul.facette a {
    margin: 0;
    text-decoration: none;
}

ul.facette li.facette ul.deselect li {
    padding-left: 0;
}

ul.facette a.deselect {
	background: url(../images/arrow_left_777777.jpg) no-repeat 10px 3px;
    padding-left: 10px;
}

ul.facette a.deselect span {
    color: #777777;
    text-decoration: none;
    padding-left: 10px;
}

ul.facette a:hover.deselect span {
    text-decoration: underline;
    color: #DD2222;
}

ul.facette li.facette ul li {
    padding-left: 20px;
    padding-right: 20px;
}

ul.facette li.facette ul li strong {
    color: #dd2222;
    border-top: none;
    padding-left: 0px;
}

li.facette ul li {
    margin-bottom: 1px;
}
li.facette ul.slider {
    padding-bottom: 3px;
    padding-top: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
li.facette ul.slider li {
    border-top: 1px solid #F0F0F0;
}
li.facette ul.restricted .ui-widget-header {
    background: #F00;
}

.ie5 li.more a:hover {
    color: #dd2222;
}

li.facette ul li.more a {
    background: url(../images/arrow_right_777777.jpg) no-repeat center right;
    padding-right: 12px;
    cursor: pointer;
}
li.facette ul li.less a {
    background: url(../images/arrow_left_777777.jpg) no-repeat center left;
    padding-left: 12px;
    cursor: pointer;
}

ul.facette ul li a span.facet_label, li.facette .slider-hint {
    color: #777777;
	line-height: 100%;
    text-decoration: none;
}
.ie7 ul.facette li.facette ul li {
    line-height: 170%;
    padding: 1px 20px 2px 20px;
}
.ie7 ul.facette ul li a span.facet_label {
	line-height: 140%;
}

ul.facette ul li a:hover span.facet_label {
    text-decoration: underline;
    color: #DD2222;
}

ul.facette ul li a span.facet_label {
    text-decoration: none;
}

ul.facette ul li a span.facet_value {
    color: #777777;
    text-decoration: none;
}

ul.facette ul li a:hover span.facet_value {
    color: #DD2222;
}

ul.facette ul li.less {
    margin-left: -7px;
}

div.facette ul li.less:hover {
    text-decoration: underline;
}

div.facette ul.short li.less {
    display: none;
}

div.facette ul.full li.more {
    display: none;
}

li.facette .slider-max{
    position: relative;
    right: 0px;
    float: right;
    text-align: right;
}
.ie7 li.facette .slider-max{
    float: none;
}
li.facette .slider-min{
    position: relative;
    left: 0px;
    float: left;
}
.ie7 li.facette .slider-min{
    float: none;
}
.ie7 li.facette .slider{
    max-height: 52px;
}
li.facette .slider .slider-min, li.facette .slider .slider-max{
    max-width: 47.5%;
    display: inline;
}
li.facette .slider .slider-min input, li.facette .slider .slider-max input{
    width: 93%;
    text-align:right;
    font-size: 11px;
    line-height: 13px;
}
.ie7 li.facette .slider .slider-min input, .ie7 li.facette .slider .slider-max input{
    width: 43%;
}
li.facette .slider-separator{
    margin-left: 7px;
}

li.facette .ui-widget-content {
    background: #CCC;
    border: none;
}

li.facette .ui-widget-header {
    background: #888;
}

li.facette .ui-slider {
    margin-top : 9px;
    margin-bottom : 4px;
    height: 2px;
}

li.facette .ui-slider-handle {
    height: 10px;
    width: 10px;
    top: -0.4em;
    margin-left: -0.3em;
    background: url(../images/slider-handle.png) no-repeat center right;
    border: none;
}

li.facette .ui-corner-all {
   border-radius: 6px;
}

ul.selection {
    margin-bottom: 10px;
}

ul.selection a {
    font-weight: bold;
}
/************************************************************************************************************
 * Sortierdropdown
 *************************************************************************************************************/
div#detailselection {
    height: 30px;
    border-bottom: solid 1px #EDEDED;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-bottom: 5px;
}

div#detailselection div {
    height: 25px;
}

.clear_filters {
    float: left;
    display: inline;
    text-decoration: underline;
    color: #dd2222;
    padding: 5px;
}
.ie5 .clear_filters, 
.ie6 .clear_filters,
.ie7 .clear_filters,
.ie8 .clear_filters {
    padding: 0;
    margin: 0;
	line-height: 10px;
}

a#deleteall {
    background-image: url(../images/icon_close.gif);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    color: #dd2222;
    padding: 5px 15px 5px 5px;
}

.ie5 a#deleteall,
.ie6 a#deleteall,
.ie7 a#deleteall,
.ie8 a#deleteall{
    padding: 10px 15px 10px 10px;
}

div#detailselection .selitem {
    float: right;
}
/************************************************************************************************************
 * Pager Styles
 *************************************************************************************************************/
ul.steps a {
    background: url(../images/pfeil_filter_aufheben.gif) no-repeat 0px 5px;
    padding-left: 7px;
}

ul.steps a.step2 {
    margin-left: 8px;
}

ul.steps a.step3 {
    margin-left: 16px;
}

ul.steps a.step4 {
    margin-left: 24px;
}

ul.steps a.step5 {
    margin-left: 32px;
}

ul.steps li.selected a {
    background: none;
    font-weight: bold;
    padding-left: 0px;
}

ul#lenpage {
    float: left;
}

ul#lenpage li {
    float: left;
    border-right: 1px solid #8b8b8b;
    padding: 0 5px;
}

ul#lenpage li.label, ul#lenpage li.last {
    border: none;
}

ul#lenpage li.active a {
    font-weight: bold;
}

ul#lenpage li:first-child, div#lenpage ul li#firstpagnav {
    border: 0;
}

ul.pagenavi li {
    display: inline;
    padding: 0px;
}

.backtotop {
    float: right;
    width: 100px;
}

p.label {
    float: left;
}

a.arrow_left img, a.arrow_right img {
    width: 4px;
    height: 5px;
    border: 0;
    position: relative;
    top: -2px;
}

a.arrow_left img {
    background: url(../images/icon_zurueck_inaktiv.gif) no-repeat;
    margin-right: 3px;
}

a.arrow_left:hover img {
    background: url(../images/icon_zurueck_aktiv.gif) no-repeat;
}

a.arrow_right img {
    background: url(../images/icon_weiter_inaktiv.gif) no-repeat;
    margin-left: 3px;
}

a.arrow_right:hover img {
    background: url(../images/icon_weiter_aktiv.gif) no-repeat;
}

div.pagenavi li.active {
    font-weight: bold;
}

div#meta {
    float: left;
    width: 602px;
    margin-bottom: 7px;
}

div#meta p {
    float: left;
}

div#meta p.wait {
    float: right;
    font-size: 9px;
    margin-right: 10px;
}

div#bottomnavi {
    margin: 2px;
    border-top: 1px solid #EDEDED;
}



div#bottomsearch {
	float: none;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 20px 0;
    background-color: #DEDEDE;
    border-left: none;
    border-right: none;
    border-top: 1px solid #dd2222;
    border-bottom: 1px solid #dd2222;
}

div#bottomsearch .searchform {
    border-bottom: none;
    padding: 0;
}

div#bottomsearch .searchform input#bottom_search {
    width: 340px;
    padding: 2px;
}

div#bottomsearch .searchform input
[ type = "submit" ] {
    padding: 1px 6px;
    width: auto;
    cursor: pointer;
}

#infobox {
    width: 602px;
    float: left;
    background: url(../images/bg_anzeige_kachel.jpg) repeat-y;
}

#infobox div {
    background: url(../images/bg_anzeige_header.jpg) no-repeat top;
}

#infobox div div {
    background: url(../images/bg_anzeige_footer.jpg) no-repeat bottom;
    padding: 18px 90px 25px 36px;
}

#infobox h4 {
    font-size: 14px;
    margin-bottom: 6px;
}


#imagecontainer {
    position: relative;
    height: 360px;
    overflow: visible;
}

#imagecontainer div.image {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    display: none;
    height: 360px;
    width: 478px;
    margin-bottom: 5px;
}

#imagecontainer a, #siteplanprint, #floorplanprint, #galleryprint {
    position: absolute;
    top: 340px;
    right: 16px;
    display: block;
    width: 16px;
    height: 15px;
}

#imagecontainer a span, #siteplanprint span, #floorplanprint span, #galleryprint span {
    display: none;
}

#imagecontainer div.active {
    display: block;
}
/******************************************************************************
 * Kontaktbox
 ******************************************************************************* */
.contact_links {
    position: absolute;
    bottom: 0px;
}

.contact_links ul {
    width: 240px;
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
}

.contact_links li {
    background: transparent url(../images/arrow_red.gif) no-repeat scroll 10px 11px;
    border-top: 1px solid #FFFFFF;
    line-height: 29px;
    margin: 0pt;
    padding-left: 24px;
}

.contact_links li a {
    text-decoration: none;
}

.contact_links li a:hover span{
	color: #dd2222;
    text-decoration: underline;
}

.contact_links li span {
	cursor: pointer;
    display: block;
    padding: 5px 0px;
    line-height: 150%;
    position: static;
}

.ie7 .contact_links li,
.ie8 .contact_links li {
	height:auto;
}
.ie7 .contact_links ul li,
.ie8 .contact_links ul li {
	margin-left: 0px;
}

.ie5 .contact_links li {
	margin-left: -17px;
	height:29px;
}
.ie5 .contact_links li a,
.ie6 .contact_links li a,
.ie7 .contact_links li a,
.ie8 .contact_links li a {
	line-height:25px;
}
.ie5 .contact_links li span,
.ie6 .contact_links li span,
.ie7 .contact_links li span,
.ie8 .contact_links li span{
	line-height:150%;
	display: inline-block;
	padding: 4px 0;
}
.ie5 .contact_links li span{
	cursor: hand;
}

.ie6 .contact_links li {
	height:29px;
}

#canvas #contactbox h2 {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0;
    margin: 0;
    border: none;
}

#contactbox .contactSpacing {
    padding: 0 10px;
}

#contactbox ul.links {
    margin-top: 20px;
}

#contactbox ul.links li {
    margin-bottom: 10px;
}

#contactbox p.name {
    font-weight: bold;
    margin-bottom: 6px;
}

#contactbox p.name span {
    display: block;
    font-weight: normal;
}

#contactbox p.address {
    margin-bottom: 15px;
}

#contactbox p.address a {
    line-height: 170%;
}

#contactbox .links a {
    text-decoration: underline;
}
.contactImage {
 	height: 200px;
    background: transparent url(../images/lizenz1.jpg) no-repeat 5px 5px;
}


.shortExposee #properties {
    margin-top: 20px;
}

.shortExposee .spacer {
    height: 1px !important;
    height: 20px;
}

.contentBox #canvas {
	width: 700px;	
}

#detailbox {
    padding: 5px 15px 40px 15px;
}

#detailbox .heading .exposee_title {
    margin-bottom: 10px;
}

#detailbox .heading h1 .inquiry {
    color: #525152;
    margin-bottom: 15px;
}

#detailbox form {
    margin-top: 15px;
}

#detailbox fieldset {
    margin: 0;
    border: 0px;
}

#detailbox fieldset ul {
    list-style: none;
    margin: 10px 0 15px 0;
}

#detailbox fieldset.last {
    margin: 10px 0 0 0;
    border: 0px;
}

#detailbox fieldset.last ul {
    list-style: none;
    margin: 10px 0;
}

#detailbox legend {
    margin: 0;
    font-weight: bold;
    color: #525152;
}

.ie5 #detailbox legend,
.ie6 #detailbox legend,
.ie7 #detailbox legend,
.ie8 #detailbox legend {
	margin: 0 0 0 -7px;
}

#detailbox fieldset ul li {
    padding: 4px 0;
    position: relative !important;
}

#detailbox fieldset ul li label {
    padding: 1px;
}

#detailbox fieldset ul.formCheckbox li div {
    padding-bottom: 5px;
}

#detailbox fieldset ul.formCheckbox li label {
    position: static;
    line-height: 20px;
    margin-left: 0px;
}

#detailbox fieldset ul.formCheckbox li input {
    position: static;
    margin-left: 10px;
}

#detailbox fieldset ul li select, #detailbox fieldset ul li input {
    position: absolute;
    padding: 1px;
    left: 120px;
}

#detailbox fieldset #message {
    width: 445px;
    height: 80px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#detailbox fieldset.textInput ul li {
    margin-bottom: 8px;
    position: relative !important;
}

#detailbox fieldset.textInput ul li select {
    width: auto;
    padding: 0;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 10px;
}

#detailbox fieldset.textInput ul li input {
    width: 320px;
    margin-bottom: 10px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#detailbox fieldset.textInput div.valWrap,
#detailbox fieldset.last div.valWrap {
    position: relative;
    margin: 10px 0 14px;
    padding: 4px 0;
}

#detailbox fieldset.textInput div.valWrap label {
    float: left;
}

#detailbox fieldset.textInput div.valWrap input {
    width: 320px;
    margin-bottom: 10px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: right;
}

#detailbox .errors {
    padding: 10px 2px 2px 120px;
    background: #fefefe;
    color: #dd2222;
}

#detailbox .tooltip {
    padding: 10px 2px 2px 120px;
    font-size: 0.9em;
    color: ##525152;
}


#detailbox .error {
    color: #dd2222;
}

#detailbox .textInput span.error input, #detailbox .error input {
    border: 1px #dd2222 solid;
}
/******************************************************************************************************
 * Exposé
 *
 * (faux absolute positioning) http://www.alistapart.com/articles/fauxabsolutepositioning
 ******************************************************************************************************/
#canvas {
    border-top: 1px solid #FFFFFF;
    margin: 0 auto;
	height:auto;
    overflow: hidden;
    padding: 0px;
    width: 960px;
    text-align: left;
}


.item-list ul li {
    list-style-type: none;
}

.line {
    background-color: transparent;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.item2 {
    background-color: #FFFFFF;
    float: left;
    left: 100%;
    overflow: hidden;
    position: relative;
}
.ie7 .item2#maincontent #information,
.ie8 .item2#maincontent #information{
	margin-bottom: 50px;
	height: 100%;
}

.column {
    margin-bottom: -5000px;
    padding-bottom: 5000px;
}

#main #sidebar-left {
    background-color: #F0F0F0;
    border-right: 1px solid #FFFFFF;
    margin-left: -100%;
    width: 240px;
    z-index: 100;
}

#main #maincontent {
    color: #444444;
    margin-left: -100%;
    width: 100%;
}

#main #maincontent .sap-content {
    padding: 0 240px 5px 240px;
}

#main #maincontent .sap-content .content .sap-content {
    padding: 5px 15px 0 15px;
}

.ie5 #main #maincontent .content #detailbox,
.ie6 #main #maincontent .content #detailbox,
.ie7 #main #maincontent .content #detailbox,
.ie8 #main #maincontent .content #detailbox {
    margin-bottom: 100px;
}

#main #sidebar-right {
    background-color: #F0F0F0;
    border-left: 1px solid #FFFFFF;
    margin-left: -240px;
    width: 240px;
    z-index: 100;
}

#main #sidebar-right .sap-content {
}

#imagecontainer #enlarge {
    background: url(../images/icon_zoom.jpg) no-repeat;
}

#floorplan.exposee .heading, #siteplan.exposee .heading {
    margin: 0 15px 0 15px;
    padding-bottom: 10px;
}

print, #galleryprint {
    background: url(../images/icon_print.jpg) no-repeat;
    right: 36px;
}

#imagecontainer #enlarge {
    background: url(../images/icon_zoom.jpg) no-repeat;
}

#imagecontainer #print, #siteplanprint, #floorplanprint, #galleryprint {
    background: url(../images/icon_print.jpg) no-repeat;
    right: 36px;
}

#imagecontainer #enlarge:hover {
    background: url(../images/icon_zoom_hover.jpg) no-repeat;
}

#imagecontainer #print:hover, #siteplanprint:hover, #floorplanprint:hover, #galleryprint:hover {
    background: url(../images/icon_print_hover.jpg) no-repeat;
}

#results .heading .exposee_title h1,
#canvas .heading .exposee_title h1 {
    padding-top: 10px;
    font-size: 15px;
    color: #dd2222;
}

#canvas .heading .exposee_title span {
    display: block;
    font-size: 11px;
    color: #777777;
}

#canvas h2 {
    font-weight: bold;
    margin-bottom: 16px;
}

#canvas .dropdown h2 {
    margin-bottom: 0;
}

#canvas #properties {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 25px;
	min-height:350px
	height: auto !important;
	height: 480px;
}
.ie5 #canvas #information,
.ie6 #canvas #information,
.ie7 #canvas #information,
.ie8 #canvas #information{
    height: 430px;
}
.ie7 div#properties, 
.ie8 div#properties { 
	font-size: 12px;
	left: 0px; 
}


#canvas #information p {
    text-align: justify;
    line-height: 150%;
    margin-bottom: 20px;
}

#information .commercialContainer .surface{
   float:left;
   width: 225px;
}
#information .commercialContainer .heading{
   font-weight: bold;
   color: #525152;
   border-bottom: 1px solid #cccccc;
   width: 210px;
}
#information .commercialContainer .details{
   margin: 5px 15px 5px 5px;
   width: 210px;
}
#information .commercialContainer .details label{
   float: left;
   width: 110px;
}
#information .commercialContainer .details span{
   float: right;
   width: 90px;
}
#information .commercialContainer .clear{
   height: 7px;
}
#information .commercialContainer .surface .details .clear{
   height: 1px;
}  

#canvas ul#exposee_links {
    margin: -2px 10px 0;
    height: 100%;
    position: relative;
}

#canvas ul#exposee_links a, #canvas ul#exposee_links span {
    padding: 8px 0 8px 15px;
    display: block;
}

#canvas ul#exposee_links li {
    /* fix link bei mehreren Flaggen unterhalb positionieren
    height: 32px;
    */
    line-height: 32px;
}

#canvas #exposee_links li.mail a {
    background: url(../images/icon_email.jpg) no-repeat left center;
}

#canvas #exposee_links li.print a {
    background: url(../images/icon_drucken.png) no-repeat left center;
}

#canvas #exposee_links li.search_shop a {
    background: url(../images/icon_shop.png) no-repeat left center;
}

#canvas #exposee_links li.search_agent a {
    background: url(../images/icon_agent.png) no-repeat left center;
}

#canvas #exposee_links li.expose span {
    background: url(../images/icon_expose.jpg) no-repeat left center;
}


#canvas ul#exposee_links .flags span {
    padding: 2px 0;
    display: block;
}

#canvas ul#exposee_links .flags a {
    padding: 0 0 0 15px;
    display: block;
}

#canvas ul#exposee_links li.flags a {
    line-height: 20px;
}

#canvas ul#exposee_links li.flags a.selected, #canvas ul#exposee_links li.flags a.selected span {
    color: #dd2222;
    text-decoration: none;
    font-weight: bold;
}

#canvas ul#exposee_links li.flags a:hover span {
    color: #dd2222;
}
.ie8 #canvas ul#exposee_links li.flags a:hover span {
	cursor:pointer;
}

#canvas #header #selections {
    height: 40px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 250px;
}

#canvas #header .searchform {
    border: none;
}

#canvas ul#squares {
    display: block;
    background-color: #FFFFFF;
    margin: 0;
    height: 240px;
}

.ie5 #canvas ul#squares {
    display: block;
	background-color: #FFFFFF;
	margin: -1px;
	height:240px;
}

#canvas #squares li {
    background-color: #E3E3E3;
    float: left;
    display: inline;
    margin: 0px 0px 1px 1px;
    width: 79px;
    height: 79px;
}

#canvas #squares img {
    display: block;
    border: none;
    width: 79px;
    height: 79px;
}

#canvas #squares a span {
    display: block;
    text-align: center;
    padding: 20px 5px;
	text-decoration: none;
}
#canvas #squares a:hover span {
    color: #dd2222;
	text-decoration: underline;
}

#canvas #squares a:hover img {
    opacity: 0.75;
}

#canvas div.darkgrey {
    border-bottom: 2px solid #FFFFFF;
    background-color: #E3E3E3;
    position: relative;
    height: 360px;
}
.ie5 #canvas #main #sidebar-left .darkgrey{
 	width:241px;
}

#canvas .imageTitle {
    padding-top: 5px;
    text-align: center;
    background-color: #FFF;
}

#canvas .previousNext {
    padding: 20px 5px 20px 5px;
}

.left {
    width: auto;
    display: block;
}

div.top {
	text-align: right;
	padding-bottom: 15px;
}
a.top {
    background: url(../images/top.gif) no-repeat left 6px;
    padding-left: 9px;
}

a#itemback, span#itemback {
    float: left;
    background: url(../images/icon_zurueck_aktiv.gif) no-repeat left center;
    padding-left: 10px;
    margin-left: 3px;
    text-decoration: none;
}

a#itemnext, span#itemnext {
    float: right;
    background: url(../images/icon_weiter_aktiv.gif) no-repeat right center;
    padding-right: 10px;
    margin-right: 3px;
    text-decoration: none;
}

.ie5 div#properties, 
.ie6 div#properties { 
	font-size: 12px;
	position: absolute;
	left: 0px; 
}

#properties label {
    font-weight: bold;
    width: 100px;
    float: left;
}

#properties label.price {
    padding-top: 2px;
    width: 100%;
}

#properties p.price {
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}

#properties .currency-converter {
    margin-top: 20px;
}

#properties .currency-converter label {
    margin-bottom: 5px;
    width: 100%;
}

#properties .currency-converter select {
    height: 20px;
}

#properties .currency-converter select option {
    padding: 2px 5px;
    white-space: normal;
}

#properties p.price span.other_currency {
    font-weight: normal;
}

#properties p.price span.rate {
    font-size: 10px;
    font-weight: normal;
}

a.top {
    background: url(../images/top.gif) no-repeat left 6px;
    padding-left: 9px;
}

#properties label {
    font-weight: bold;
    width: 100px;
    float: left;
}

#properties .labelValue {
    line-height: 110%;
    /*margin-bottom: 3px;*/
}

#properties .labelValue label {
    width: 105px;
    text-align: left;
    margin-bottom: 7px;
}

#properties .labelValue ul {
    margin-top: 5px;
}

#properties .labelValue ul li {
    line-height: 100%;
    margin-bottom: 7px;
}

#properties .labelValue span {
    width: 115px;
    float: right;
}

#properties label.price {
    padding-top: 2px;
    width: 100%;
}

#properties div.price {
    font-weight: bold;
    padding-top: 2px;
}

#properties p.price span.other_currency {
    font-weight: normal;
}

#properties span.rate {
    font-size: 10px;
    font-weight: normal;
}

#properties div.converted {
    font-weight: normal;
    width: 100%;
    float: right;
    margin-bottom: 2px;
}

#properties div.converted span, #properties div.base span {
    float: left;
    line-height: 20px;
}
#properties div.base .dropdown a,
#properties div.converted .dropdown a {
    padding: 1px 0px;
}
#properties div.base .dropdown span,
#properties div.converted .dropdown span {
    float: none;
}

#properties div.price label {
    width: 100%;
}

#properties div.base span {
    font-size: 14px;
}

a#pictures {
    display: block;
    margin-bottom: 20px;
    text-decoration: underline;
}

#details_right li a {
    padding-left: 18px;
}
/*
div#information div {
    border-top: solid 1px #EDEEE9;
    padding: 15px 90px 0 0;
}
 * */

div#information div h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

div#slideshowbg {
    background: #000000;
    opacity: 0.6;
    filter: alpha( opacity = 60 );
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display:none;
	z-index: 2001;
}

.ie8 div#slideshowbg {
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60, FinishOpacity=60, Style=2)";
}

div#gallery, div#floorplan, div#siteplan {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2001;
}

div#gallery div#galleryImages div, div#floorplan div#floorplanImages div, div#siteplan div#siteplanImages div {
    display: none;
    margin: 20px auto 0 auto;
    width: 685px;
    background-color: #F0F0F0;
    text-align: center;
}

div#gallery div#galleryImages span, div#floorplan div#floorplanImages span, div#siteplan div#siteplanImages span {
  background-color: #FFFFFF;
  display: block;
}

div#gallery div#galleryImages div img, div#floorplan div#floorplanImages div img, div#siteplan div#siteplanImages div img {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F0F0;
}

div#gallery div#galleryImages div.active, div#floorplan div#floorplanImages div.active, div#siteplan div#siteplanImages div.active {
    display: block;
}

div#gallerynavi, div#floorplannavi, div#siteplannavi {
    background: white;
    height: 50px;
    margin: 0 auto;
    width: 0px;
    position: relative;
}
.ie8 div#gallerynavi, div#floorplannavi, div#siteplannavi {
    width: 665px;
}


div#gallerynavi img.navi, div#floorplannavi img.navi, div#siteplannavi img.navi {
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin: 0px;
}


div#gallerynavi div p, div#floorplannavi div p, div#siteplannavi div p {
    margin-left: 10px;
    float: left;
    font-weight: bold;
    line-height: 50px;
}


div#gallerynavi div.spacing, div#floorplannavi div.spacing, div#siteplannavi div.spacing {
	height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

div#gallerynavi div a, div#floorplannavi div a, div#siteplannavi div a {
    float: left;
    margin: 12px 5px;
    height: 24px;
    width: 60px;
}

div#virtualtour div a {
    float: left;
    height: 24px;
    width: 60px;
}

div#gallerynavi div a.left, div#floorplannavi div a.left, div#siteplannavi div a.left {
    height: 24px;
    border: 2px solid #8b8b8b;
    background: url(../images/links.jpg) no-repeat left top;
}

div#gallerynavi div a.right, div#floorplannavi div a.right, div#siteplannavi div a.right {
    height: 24px;
    border: 2px solid #8b8b8b;
    background: url(../images/rechts.jpg) no-repeat left top;
}

div#gallerynavi div a:hover.left, div#floorplannavi div a:hover.left, div#siteplannavi div a:hover.left {
    height: 24px;
    border: 2px solid #525152;
    background: url(../images/links2.jpg) no-repeat left top;
}

div#gallerynavi div a:hover.right, div#floorplannavi div a:hover.right, div#siteplannavi div a:hover.right {
    height: 24px;
    border: 2px solid #525152;
    background: url(../images/rechts2.jpg) no-repeat left top;
}

div#gallerynavi div a.close, div#floorplannavi div a.close, div#siteplannavi div a.close, div#virtualtour div a.close {
    background-image: url(../images/icon_close.gif);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    color: #dd2222;
    margin-right: 15px;
    padding: 5px 20px 0 0;
    float: right;
    text-align: right;
}

div#gallerynavi div a.close span, div#floorplannavi div a.close span, div#siteplannavi div a.close span, div#virtualtour div a.close span {
    height: 30px;
	color: #dd2222;
    width: auto;
}

p#galleryclose span, p#floorplanclose span, p#siteplanclose span {
    display: none;
}

#floorplanprint, #galleryprint, #siteplanprint {
    position: absolute;
    right: 130px;
    bottom: 15px;
    z-index: 10000;
}

/*
 * IE 5+ Adaptions
 * */
.ie5 div#gallerynavi, .ie5 div#floorplannavi div p, .ie5 div#siteplannavi div p{
	padding:0;
	margin:0;
	height: auto;
}
.ie5 div#gallerynavi, .ie5 div#floorplannavi, .ie5 div#siteplannavi
.ie5 div#gallerynavi div.spacing, .ie5 div#floorplannavi div.spacing, .ie5 div#siteplannavi div.spacing {
	padding:0;
	margin:0;
}
.ie5 div#gallerynavi div a.left, .ie5 div#floorplannavi div a.left, .ie5 div#siteplannavi div a.left {
	height:28px;
}

.ie5 div#gallerynavi .ie5 div a.right, .ie5 div#floorplannavi .ie5 div a.right, .ie5 div#siteplannavi .ie5 div a.right {
	height:28px;
}

.ie5 div#gallerynavi div a:hover.left, .ie5 div#floorplannavi div a:hover.left, .ie5 div#siteplannavi div a:hover.left {
	height:28px;
}

.ie5 div#gallerynavi div a:hover.right, .ie5 div#floorplannavi div a:hover.right, .ie5 div#siteplannavi div a:hover.right {
	height:28px;
}
.ie5 div#gallerynavi div a.close, .ie5 div#floorplannavi div a.close, .ie5 div#siteplannavi div a.close {
    padding: 0;
	line-height: 50px;
	cursor: hand;
}
.ie5 div#gallerynavi div a.close span, .ie5 div#floorplannavi div a.close span, .ie5 div#siteplannavi div a.close span {
	width: 70px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	cursor: hand;
}
/******************************************************************************
 * Geschäftsbereiche
 * Startseite / Klassiksuche / Suchergebnisseite
 ******************************************************************************* */
.searchform ul.businessareas {
    margin-left: 28px;
    width: 600px;
}
.search table.businessareas {
    margin-left: 55px;
    width: 485px;
}

.ie .search table.businessareas {
    margin-left: 0;
}
.ie8 .search  table.businessareas {
    margin-left: 55px;
}

.businessareas td {
	vertical-align: bottom;
	text-align: center;
}
.businessareas td.first {
    text-align: left;
	width: 100px;
}
.businessareas td.last {
    text-align: right;
	width: 100px;
}

#floater .searchform table.businessareas {
    clear: both;
    background: #ffffff;
    width: 380px;
    height: 35px;
}
#floater .searchform table.businessareas td{
	width: auto;
}
	

.businessareas .active a {
    cursor: default;
    color: #525152;
    font-weight: bold;
    text-decoration: none;
}
/******************************************************************************
 * Klassiksuche
 ********************************************************************************/
.classicSearch .text {
  border: 1px solid #cccccc;
}

.classicSearch .searchform {
    width: 650px;
    text-align: left;
}

.classicSearch .headline {
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}

.classicSearch .left {
    float: left;
    width: 320px;
}

.classicSearch .right {
    float: left;
    width: 320px;
}

.classicSearch table.businessareas {
    height: 30px;
    width: auto;
    text-decoration: none;
    margin-left: 108px;
}

.classicSearch .businessareas td {
    width: 145px;
    margin: 0;
}
.classicSearch .businessareas td a:hover span{
    color: #dd2222;
}

.classicSearch .businessareas a.active {
    font-weight: bold;
    text-decoration: none;
}
.classicSearch .businessareas td a.active:hover span{
    color: #525152;
}

.classicSearch .businessAreaContainer {
    margin-top: 20px;
}

.classicSearch .businessAreaContainer .radiogroup, .classicSearch .businessAreaContainer .dropdown {
    margin: 10px 5px 5px 5px;
    width: 280px;
}

.classicSearch .businessAreaContainer .radiogroup span.label, .classicSearch .businessAreaContainer .dropdown span.label {
    float: left;
    width: 100px;
    font-weight: bold;
}

.classicSearch .businessAreaContainer .radiogroup span {
    padding-bottom: 10px;
    width: auto;
    white-space: nowrap;
}

.radiogroup ul li {
    line-height: 150%;
    height: 25px;
}

.radiogroup ul li input {
    line-height: 150%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.classicSearch .businessAreaContainer .dropdown ul {
    line-height: 100%;
    width: 170px;
}
.classicSearch .businessAreaContainer .dropdown ul ul{
    width: 168px;
}

.classicSearch .businessAreaContainer .inactive span {
    color: #cccccc;
}

.submitButton {
    position: relative;
    margin-top: 15px;
    text-align: center;
}

.facets-waiter {
    bottom: -8px;
    position: absolute;
}
/******************************************************************************
 * Footer
 ********************************************************************************/
span.copyright {
    font-size: 10px;
    margin-top: 5px;
    display: block;
}

#footer {
    text-align: center;
    clear: both;
    background: #FFFFFF;
    height: 60px;
    width: 100%;
    float: none;
    margin: 0;
}

.startpage_footer {
    padding-top: 95px;
}

.resultpage_footer #footer {
    height: 80px;
}

#footer ul {
    height: 30px;
}

#footer ul li {
    display: inline;
    height: 10px;
    padding: 0px;
}

.searchAllOffer {
    margin-bottom: 40px;
}

.noResultsSuggestions ul {
    margin-left: 20px;
    list-style-type: circle;
}
.noResultsSuggestions li {
    margin-bottom: 10px;
	line-height: 200%;
}
.noResultsSuggestions li span {
	display: block;
}

/** Pager & change amount of search results  */

div#bottomnavi {
    position: relative;
    height: 21px;
    padding: 9px 0 4px 4px;
    margin: 10px 2px 10px 2px;
    border-top: 1px solid #CCCCCC;
}

div#bottomnavi ul.pagenavi {
    position: relative;
    margin-left: 375px;
}

.ie5 div#bottomnavi ul.pagenavi,
.ie6 div#bottomnavi ul.pagenavi,
.ie7 div#bottomnavi ul.pagenavi,
.ie8 div#bottomnavi ul.pagenavi {
 	position: static;
	text-align: center;
	float: left;
	height: 25px;
	margin-left: 160px;
}

div#bottomnavi ul li {
    float: left;
}

div#bottomnavi ul li a.pagelink {
    padding: 2px 3px;
    text-decoration: underline;
    margin: 0px 2px 5px 2px;
}

div#bottomnavi ul li.active a.pagelink {
    font-weight: bold;
}

div#bottomnavi ul li a.arrow_right {
    margin-left: 8px;
    font-weight: bold;
}

div#bottomnavi ul li a.arrow_left {
    margin-right: 8px;
}

a.arrow_left img, a.arrow_right img {
    width: 4px;
    height: 5px;
    border: 0;
    position: relative;
    top: -2px;
}

a.arrow_left {
    background: url(../images/icon_zurueck_aktiv.gif) left 5px no-repeat;
    padding-left: 8px;
}

a.arrow_right {
    background: url(../images/icon_weiter_aktiv.gif) right 5px no-repeat;
    padding-right: 8px;
}


span.highlight {
  font-size: 11px;
  color: white;
  background-color: #dd2222;
}

/** needed for printview  */

p.table {
    margin: 2px;
}

p.table span {
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
    clear: both;
    padding: 0px;
}

.item .item_details .right .text { float: right; font-size:11px; margin:5px 5px 5px 0; width:170px; }

div.red-button a, div.red-button a:hover { color:white; font-weight:bold; display:block; text-decoration:none; line-height:24px }

#footer a.homepage { text-decoration:none; }

#social {
	padding: 49px 0px 0px 5px;
}
#social .plusone {
    display:inline;
    position:relative;
    bottom:5px;
    margin:5px;
}

#social>a>img {
	 margin: 5px;
}

#social>a,#social>a>img {
	border: 0px;
}

#social>a {
	display: inline;
}

.ad img {
	border: 0px;
}


