@charset "UTF-8"; /* charset festlegen */

/*
Projektname: 	Allbau
Funktion:		Stylesheet Allbau
Web:			      statische Entwicklung
Erstellt am:		27.11.2008 von MHof
Bearbeitet am:
QS am:
Freigabe am: 	NICHT freigegeben
/*

/* ################################## */

/* ### Inhaltsverzeichnis ### */
/* Hauptcontainer */

/* Hauptnavigation */
/* Subnavigation im Context-Bereich */
/* Breadcrumbnavigation */
/* allgemeine Typografie */
/* Sitemap*/

/* allgemeine Formularelemente */
/* Fehlermeldungen Formulare */
/* Kontaktformular */
/* Passwort Vergessen Formular */
/* Kundendaten ändern Formular */
/* Formular Wohnungsfinder */
/* Suchfeld Context-Bereich */

/* Kundenteam - Contextbereich */

/* Formular  Wohnungstausch */

/* Contentvorlagen */
/* Contextvorlagen */

/* Expose */

/* Suchergebniss - Google */

/* Footer */
/* popUp */
/* Helfer - am Ende der Datei belassen */

/* ################################## */


/* Hauptcontainer */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
line-height: 1;
color: #000;
text-align: left;
margin: 0;
padding: 0;
background: #014495;
}

#wrapper { /* umfasst alles */
width: 100%;
background: #F1EDD9;
}

#popup #wrapper { /* popUp: Kontaktformular  */
width: 508px;
min-height: 488px;
background-color: #fff;
color: #014495;
border: 1px solid #000;
}

#popup-infobox #wrapper { /* popUp: Infobox  */
width: 703px;
min-height: 520px;
background-color: #f2edda;
color: #014495;
}

body#popup {
background-color: #FFF;
}

body#popup-infobox {
background-color: #f2edda;
}

#website { /* beinhaltet Header/Content */
width: 958px;
margin: 0 auto;
}

#header { /* Headgrafik */
position: relative;
}

#flashcontent {
z-index: 30;
}

.logo { /* Logo im Head-bereich */
position: absolute;
right: 0;
top: 21px;
z-index: 50;
}

#navigation { /* Hauptnavgation */
height: 51px;
margin: 10px 0 0px 0;
padding-bottom: 10px;
position: relative;
z-index: 800;
}

* html #navigation { /* IE6 */
padding-bottom: 0px;
}

.startseite #navigation { /* Hauptnavgation */
height: auto !important;
margin: 10px 0 0px 0;
position: relative;
z-index: 900;
background: url(../images/bg_zusatztext.gif) repeat-y;
}

#breadcrumb,
#content {
background-color: #FFF;
}

#breadcrumb { /* Breadcrumb-Navigation */
height: 30px;
}

#content { /* beinhaltet den eigentlichen Content sowie die Context-Spalte */
padding: 0 0 21px 20px;
z-index: 50;
}

.startseite #content { /* beinhaltet den eigentlichen Content sowie die Context-Spalte */
padding: 0 0 21px 0px;
margin-top: 20px;
background-color: #F1EDD9;
z-index: 50;
position: relative;
}

#main-content {
float: left;
width: 696px;
padding-top: 18px;
}

.startseite #main-content {
width: 716px;
padding-top: 0px;
position: relative;
}

#context { /* rechte Spalte */
float: left;
margin-left: 10px;
width: 222px;
}

.startseite #context {
width: 232px;
}

#footer {
position: relative;
margin: 28px 0 0 0;
padding-bottom: 40px;
background: #014495 url(../images/footer_bg.gif) repeat-x;
}


/* Hauptnavigation */
#navigation li {
float: left;
width: 232px;
position: relative;
margin-right: 10px;
}

#navigation li.last { /* Letzter Navigationspunkt darf keinen Abstand nach rechts haben */
margin-right: 0px;
}

#navigation li ul { /* Subnavigation - Layer */
display: none;
position: absolute;
left: 0;
top: 51px;
background: #58a712;
padding: 0 20px 20px 20px;
z-index: 1;
}

#navigation li ul li {
float: none;
width: 192px;
margin: 0;
padding: 0;
background: #acd389;
}

* html #navigation li ul li { /* IE6 */
margin-bottom: -3px;
}

*+ html #navigation li ul li { /* IE7 */
margin-bottom: -3px;
}

#navigation li:hover ul,
#navigation li.sfhover ul  {
display: block;
}

#navigation li:hover span,
#navigation li.sfhover span  { /* Zusatztext auf der Startseite */
visibility:hidden;
}

#navigation li.aktiv:hover ul,
#navigation li.sfhover-no ul  { /* beim aktiven Punkt wird der Layer nicht angezeigt */
display: none;
}

#navigation li span {
display: block;
font-size: 1.20em;
line-height: 1.40em;
color: #FFF;
padding: 0 21px 5px 21px;
}

* html #navigation li span { /* IE6 */
padding: 0 21px 15px 21px;
}

#navigation iframe { /* IE6 iFrame Hack fuer Dropdownmenue ueber Selects */
width: 232px;
height: 0;
position: absolute;
left: 0;
z-index: 0;
display: none;
}

#navigation li.sfhover iframe {
display: block;
}



#navigation li a {
font-size: 1.80em;
font-family: "Trebuchet MS","Lucida Grande","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
background: #58a712 url(../images/navi_pfeil_passiv.gif) 20px 22px no-repeat;
/*padding: 16px 0 17px 30px;*/
padding: 16px 0 17px 30px;
font-weight: bold;
text-decoration: none;
display: block;
color: #FFF;
}

#navigation li a.aktiv { /* aktiver Zustand */
color: #014495;
background: #FFF url(../images/navi_pfeil_aktiv.gif) 20px 22px no-repeat;
padding-bottom: 27px;
}

/* zweite Ebene */
#navigation li ul li a {
font-size: 1.40em;
font-family: "Trebuchet MS","Lucida Grande","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
background: #58a712 url(../images/navi_pfeil_passiv.gif) 0px 9px no-repeat;
border-bottom: 1px solid #acd389;
padding: 5px 0 6px 10px;
font-weight: normal;
text-decoration: none;
display: block;
color: #FFF;
}

#navigation li ul li a:hover {
background: #8ac25a;
}

/* Subnavigation im Context-Bereich */
#context ul.sub-navigation {
margin-bottom: 30px;
}

.sub-navigation ul {
margin-left: 10px;
}

* html #context ul.sub-navigation li { /* IE6 */
margin-bottom: -18px;
}

#context ul.sub-navigation a {
font-size: 1.167em;
background: #FFF url(../images/pfeil_rechts_blau_textlink.gif) 20px 8px no-repeat;
color: #014495;
text-decoration: none;
padding: 4px 0 4px 30px;
display: block;
border-bottom: 1px solid #5aa815;
}

* html #context ul.sub-navigation a { /* IE6 */
padding-top: 3px;
}

*+ html #context ul.sub-navigation a { /* IE7 */
padding-top: 3px;
}

#context ul.sub-navigation a:hover,
#context ul.sub-navigation a.aktiv {
background: #deedd0 url(../images/pfeil_rechts_blau_textlink.gif) 20px 8px no-repeat;
color: #014495;
}

#context ul.sub-navigation a.last {
border-bottom: none;
}

a.logout {
background: url(../images/pfeil_rechts_blau_textlink.gif) left 3px no-repeat;
color: #014495;
text-decoration: underline;
padding: 0 0 0 10px;
margin-left: 20px;
}

a.logout:hover {
background: url(../images/pfeil_rechts_gruen_textlink.gif) left 3px no-repeat;
color: #58A712;
}



/* Breadcrumbnavigation */
#breadcrumb {
font-size: 1.10em;
line-height: 1.30em;
color: #014495;
padding-left: 20px;
padding-top: 17px;
}

#breadcrumb ul,
#breadcrumb ul li {
display: inline;
}

#breadcrumb span {
margin-right: 10px;
}

#breadcrumb strong,
#breadcrumb ul li a {
color: #014495;
background: url(../images/breadcrumb_pfeil.gif) 0 3px no-repeat;
padding-left: 9px;
margin-right: 9px;
}

#breadcrumb ul li a:hover {
color: #58a712;
background-image: url(../images/breadcrumb_pfeil_aktiv.gif);
}


/* allgemeine Typografie */
#content {
font-size: 1.20em;
line-height: 1.40em;
color: #014495;
}

#content .ansprechpartner { /*  Teaser Ansprechpartner - rechte Spalte */
color: #FFF;
}

h1,
.formular h2  {
font-size: 1.50em;
margin-bottom: 10px;
font-weight: normal;
}

h2, h3 {
font-weight: bold;
margin-bottom: 3px;
}

.formular h2 {
font-weight: normal;
}

h5 {
font-weight: bold;
margin: 5px 0 4px 0;
}

p {
margin: 0 0px 10px 0;
}

p.small-text { /* Absatz Kontakt-Teaser - rechte Spalte */
font-size: 0.917em;
}

p.normal-text { /* Absatz Kontakt-Teaser - rechte Spalte */
font-size: 1.20em;
}

.context-teaser p {
padding-bottom: 5px;
margin-bottom: 8px;
}

#content .media p {
margin-top: 5px;
}

strong {
font-weight: bold;
}

#context h2 {
font-family: "Trebuchet MS","Lucida Grande","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
font-size: 1.50em;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
}

h3 {
margin-bottom: 2px;
}

sup {
font-size: 0.60em;
position: relative;
top: -5px;
}

* html sup { /* IE6 */
font-size: 0.80em;
}

*+ html sup { /* IE7 */
font-size: 0.80em;
}

/* Texlinks */
#content p a,
#content ul a,
#content div.info-box a,
#content div.navigation-suchergebnis a,
#content div.ausgabe-each a,
#content dl.expose-kontakt a,
#content .expose .link-right,
#content  .veranstaltung .veranstaltung-text a ,
#popup-infobox .content .ansprechpartner .daten span.telefon a {
background: url(../images/pfeil_rechts_blau_textlink.gif) left 3px no-repeat;
color: #014495;
text-decoration: underline;
padding: 0 0 0 10px;
}

#content p a:hover,
#content ul a:hover,
#content div.info-box a:hover,
#content div.navigation-suchergebnis a:hover,
#content div.ausgabe-each a:hover,
#content dl.expose-kontakt a:hover,
#content .expose .link-right:hover,
#content  .veranstaltung .veranstaltung-text a:hover,
#popup-infobox .content .ansprechpartner .daten span.telefon a:hover {
background: url(../images/pfeil_rechts_gruen_textlink.gif) left 3px no-repeat;
color: #58A712;
}

#content .context-suche a.field-passiv {
background: url(../images/pfeil_rechts_blau_textlink.gif) left 3px no-repeat;
margin-bottom: 12px;
}

#content .context-suche a.field-passiv:hover {
background: url(../images/pfeil_rechts_gruen_textlink.gif) left 3px no-repeat;
margin-bottom: 12px;
}

#content a.field-aktiv,
#content #wohnungsfinder a.field-aktiv {
background: url(../images/pfeil_unten_blau.gif) left 5px no-repeat;
color: #014495;
}

#content a.field-aktiv:hover,
#content #wohnungsfinder a.field-aktiv:hover {
background: url(../images/pfeil_unten_gruen.gif) left 5px no-repeat;
}

#content .context-suche a,
#content #wohnungsfinder a {
text-decoration: none;
display: block;
margin: 3px 0 3px 0;
padding-left: 12px;
color: #014495;
}

#content #wohnungsfinder a {
background: url(../images/pfeil_rechts_blau_textlink.gif) left 5px no-repeat;
}

#content .context-suche a:hover,
#content #wohnungsfinder a:hover {
background: url(../images/pfeil_rechts_gruen_textlink.gif) left 5px no-repeat;
color: #58A712;
}

#content a.anker,
#content #wohnungsfinder a.anker {
background-image: none;
text-decoration: none;
cursor: default;
padding-left: 0px;
}

#content a.anker:hover {
color: #014495;
background-image: none;
}


/* Sitemap */
#sitemap ul li {
list-style-type: none;
}


/* Link ohne Pfeil - z.B. für Bildverlinkungen */
#content .link-ohne-pfeil,
#content .link-ohne-pfeil:hover {
background-image: none;
padding: 0;
}

/* Links Startseite */
.startseite #content .dreispaltig-startseite h2 {
margin-top: 18px;
height: 1%;
}

.startseite #content .dreispaltig-startseite h2 a {
background: url(../images/pfeil_rechts_blau_textlink.gif) left 6px no-repeat;
color: #014495;
font-size: 1.50em;
font-weight: normal;
text-decoration: none;
padding: 0 0 0 10px;
}

.startseite #content .dreispaltig-startseite h3 {
margin-bottom: 10px;
}

.startseite #content .dreispaltig-startseite p a {
display: block;
}

/* allgemeine Formularelemente */



/* allgemeine Formularelemente */
input,
select,
textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.00em;
}

input {
border: 1px solid #D4D4D4;
border-top: 1px solid #ABADB3;
height: 16px;
padding: 2px 0 2px 2px;
}

select {
border: 1px solid #D4D4D4;
border-top: 1px solid #ABADB3;
font-size: 1.00em;
padding: 2px 0 2px 3px;
}

textarea {
padding: 2px 0 0 2px;
overflow: auto;
}

label,
.fakelabel span {
width: 100px;
float: left;
margin: 3px 20px 12px 0;
text-align: right;
display: inline;
}

#wohnungsfinder label {
text-align: left;
}

.context-suche label {
text-align: left;
margin: 0 0 0 3px;
width: auto;
}

.fakelabel span label {
font-size:1em;
margin:0;
}

.fakelabel label {
float:none;
width:auto;
}

.page-navigation label {
font-size: 1.00em;
text-align: left;
width: 80px;
margin: 3px 5px 12px 0;
}

label.checkbox {
width: auto;
margin: -1px 20px 5px 0;
}

* html label.checkbox { /* IE6 */
margin-left: -4px;
}

*+ html label.checkbox { /* IE7 */
margin-left: -4px;
}

#wohnungsfinder fieldset.spalte-rechts fieldset fieldset.spalte-rechts label.checkbox {
margin: -1px 0px 5px 0;
width: 146px;
float: left;
}

* html #wohnungsfinder fieldset.spalte-rechts fieldset fieldset.spalte-rechts label.checkbox { /* IE6 */
width: 136px;
}

*+ html #wohnungsfinder fieldset.spalte-rechts fieldset fieldset.spalte-rechts label.checkbox { /* IE7 */
width: 136px;
}

label.suchkriterien {
text-align: left;
margin: 3px 0 11px 0;
width: 94px;
}

.context-suche label.suchkriterien {
width: auto;
margin: 3px 0 3px 0;
}

label.suchkriterien-2 {
width: auto;
margin: 3px 10px 0 0;
text-align: center;
}

.context-suche label.suchkriterien-2 {
width: auto;
margin: 3px 8px 0 0;
text-align: center;
}

.page-navigation select {
font-size: 1.00em;
color: #014495;
width: 180px;
}

input.input-checkbox {
float: left;
border: none;
margin-right: 5px;
}


input.input-text-kurz {
width: 93px;
float: left;
margin-right: 9px;
}

.context-suche input.input-text-kurz {
width: 71px;
float: left;
margin: 0 7px 3px 0;
}

.mein-allbau select {
width: 343px;
}

button { /* Textbasierte Button */
background: #014495;
border:0 none;
cursor:pointer;
display:block;
float: left;
font-size:1.167em;
font-weight:bold;
margin:-2px 0 0;
padding:6px 10px 7px 10px;
text-decoration:none;
voice-family:inherit;
overflow: visible;
text-align: center;
width: auto;
}

* html button { /* IE6 - Button Content-Bereich */
padding:5px 10px 6px 10px;
}

*+ html button { /* IE7 - Button Content-Bereich */
padding:5px 10px 6px 10px;
}

 * html .context-suche button { /* IE6 - Button Suchformular Context-Bereich */
padding:7px 10px 6px 10px;
}

button span {
padding: 3px 0px 12px 10px;
color: #FFF;
background:transparent url(../images/bg_submit_pfeil.gif) no-repeat left 8px;
}

* html button span { /* IE6 */
background:transparent url(../images/bg_submit_pfeil.gif) no-repeat left 7px;
}

*+ html button span { /* IE7 */
background:transparent url(../images/bg_submit_pfeil.gif) no-repeat left 7px;
}

/* Formular Ansprechprechpartner Content-Bereich */
select#ansprechpartner-stadtteil,
select#interessent-ist {
margin: 3px 10px 0 0;
float: left;
}

* html select#ansprechpartner-stadtteil,
* html select#interessent-ist { /* IE6 */
margin: 5px 10px 0 0;
}

select#ansprechpartner-stadtteil {
width:240px;
}

select#interessent-ist {
width:100px;
}



.ansprechpartner-ausgabe div {
float: left;
background-color: #014495;
color: #fff;
font-weight: bold;
padding: 10px;
margin: 0 1px 1px 0;
width: 200px;
}

.vier-spaltig div {
width: 145px;
}

.ansprechpartner-ausgabe div.last {
margin: 0 0px 1px 0;
}

.eine-spalte div {
width: 642px;
}

#content .ansprechpartner-ausgabe div.ausgabe-each {
float: left !important;
color: #014495;
background: none;
}

#content .vier-spaltig div.ausgabe-each {
float: left !important;
color: #014495;
background: none;
width: 145px;
}

.ansprechpartner-ausgabe div span {
display: block;
padding-top: 15px;
font-weight: normal;
}

.ausgabe-bottom {
background: #fff url(../images/ansprechpartner_bottom_bg.gif) repeat-y !important;
width: 662px !important;
padding: 0 !important;
margin: 0 !important;
}


.vier-spaltig-bottom {
background: #fff url(../images/ansprechpartner_bottom_bg_vierspaltig.gif) repeat-y !important;
width: 663px !important;
padding: 0 !important;
margin: 0 !important;
}




.eine-spalte .ausgabe-bottom {
background-image: none !important;
background-color: #d9e3ef !important;

}


/* Fehlermeldungen Formulare */
#error {
margin-bottom: 15px;
}

strong.error,
.error-label { /* Schriftfarbe  */
color: #F00;
}

.error-input { /* border bei input-feldern/textarea */
border: 1px solid #F00 !important;
}

/* Kontaktformular */
#kontakt-form{
margin: 37px 0 30px 0;
}

.formular textarea {
width: 339px;
height: 169px;
border: 1px solid #D4D4D4;
border-top: 1px solid #ABADB3;
margin-bottom: 10px;
}

.formular input {
margin-right: 10px;
}

.formular input.margin-5px {
margin-right: 5px;
}

.formular fieldset {
margin-bottom: 15px;
}

.formular fieldset.last {
margin-bottom: 4px;
}

input.textinput-lang {
width: 339px;
}

input.textinput-kurz {
width: 72px;
}

input.textinput-halbe-breite {
width: 161px;
}

input.textinput-dreiviertel {
width: 250px;
}

* html .formular .fakelabel span { /* IE6 Abstand zur nachsten Reihe */
margin-bottom: 12px;
}

* +html .formular .fakelabel span { /* IE7 Abstand zur nachsten Reihe */
margin-bottom: 12px;
}


/* Passwort Vergessen Formular */

#passwort-vergessen .textinput-lang {
width: 204px;
}

#passwort-vergessen .abstand-links {
margin-left: 120px;

}

/* Kundendaten ändern Formular */

#kontakt-form-aendern{
margin-top: 20px;
}

#kontakt-form-aendern  h2 {
font-size: 1.20em;
font-weight: bold;
margin-bottom: 15px;
width: 120px;
text-align: right;
}

#kontakt-form-aendern label,
#kontakt-form-aendern .fakelabel span {
width: 120px;
}

#kontakt-form-aendern .tag-monat {
width: 20px;
margin-right: 5px;
}

#kontakt-form-aendern .jahr {
width: 37px;
}

#kontakt-form-aendern .abstand-links {
margin-left: 273px;
}

* html #kontakt-form-aendern .abstand-links { /* IE6 */
margin-left: 140px;
}

/* Formular Wohnungsfinder */
#wohnungsfinder h1 {
color: #FFF;
margin-bottom: 16px;
}

#wohnungsfinder h2 {
font-size: 1.50em;
margin-bottom: 8px;
}

#wohnungsfinder h2 span {
font-weight: normal;
}

#wohnungsfinder p {
margin: 20px 40px 0 0;
color: #FFF;
}

select#select-wohnungsfinder {
width: 200px;
}

#wohnungsfinder fieldset {
float: left;
}

#wohnungsfinder fieldset.spalte-links {
width: 322px;
height: 382px;
background: url(../images/wohnungsfinder_bg.jpg) no-repeat;
padding: 17px 0 0 20px;
}

#wohnungsfinder fieldset.spalte-rechts {
width: 350px;
}

* html #wohnungsfinder fieldset.spalte-rechts {
width: 353px;
}

#wohnungsfinder fieldset fieldset {
float: none;
margin-bottom: 29px;
}

#wohnungsfinder fieldset fieldset.step-3 h2 {
float: left;
padding-top: 5px;
margin-right: 10px;
}

#wohnungsfinder fieldset fieldset fieldset#wf-weitere-suchkriterien {
margin-bottom: 0px;
}

#wohnungsfinder fieldset.spalte-rechts fieldset fieldset.spalte-rechts,
#wohnungsfinder fieldset.spalte-rechts fieldset fieldset.spalte-links {
float: left;
width: 170px;
margin-bottom: 0px;
}

#wohnungsfinder fieldset.spalte-rechts fieldset fieldset.spalte-links {
background-image: none;
margin-right: 10px;
padding: 0;
height: auto;
}


/* Suchfeld Context-Bereich */
.context-suche { /* Formular */
margin: 15px 0 0 0;
padding-bottom: 0px;
}

* html .context-suche { /* IE6 */
padding-bottom: 3px;
}

*+ html .context-suche { /* IE7 */
padding-bottom: 3px;
}

.context-suche input.input-text { /* suchfeld im contextbereich */
border: none;
background: url(../images/input_bg.gif) no-repeat;
height: 19px;
width: 141px;
font-size: 1.00em;
color: #014495;
padding: 6px 2px 4px 8px;
margin-bottom: 8px;
position: relative;
float: left;
}

* html .context-suche input.input-text { /* IE6 */
padding: 7px 1px 3px 9px;
}

*+ html .context-suche input.input-text { /* IE7 */
padding: 7px 1px 3px 9px;
}

.context-suche input.lupe { /* submit-button (lupe) suchfeld im contextbereich */
border: none;
height: 27px;
width: 31px;
margin: 0 0 0 0;
position: relative;
top: -2px;
left: -2px;
float: left;
}

.context-suche .select-context-suche {
width: 182px;
}

#conent a.field-aktiv {
background: url(../images/pfeil_unten_blau.gif) left 3px no-repeat;
}

.context-suche fieldset {
margin-bottom: 10px;
}

.context-suche fieldset.no-margin {
margin-bottom: 0px;
}

.context-suche fieldset.fieldset-offen {
margin-bottom: 14px;
}


/* Login Formular - Context-Bereich */

.login form {
margin-top: 10px !important;
}

.login input.textinput-lang {
width: 178px !important;
margin: 3px 0 0px 0;
}

.login label {
margin-top: 6px;
}

.login fieldset.login-button {
margin-top: 20px;
}

.login fieldset a {
font-size: 0.90em;
background: url(../images/pfeil_rechts_blau_textlink.gif) left 5px no-repeat !important;
}

.login fieldset a:hover {
font-size: 0.90em;
background: url(../images/pfeil_rechts_gruen_textlink.gif) left 5px no-repeat !important;
}

/* Kundenteam - Contextbereich */
.kundenteam h2 {
margin-bottom: 10px !important;
}

.kundenteam ul {
margin-bottom: 20px;
}

.kundenteam ul li.full-name {
margin-bottom: 5px;
}

* html .kundenteam ul li span {
display: block;
margin-bottom: 0px;
}

.kundenteam ul li a {
font-weight: bold;
}

/* Formular  Wohnungstausch */

#wohnungstausch-form  select {
width: 343px;
}

* html #wohnungstausch-form  select {
width: 346px;
margin-left: -1px;
}

*+ html #wohnungstausch-form  select {
width: 344px;
}

#wohnungstausch-form  input.input-text-kurz {
width: 149px;
}

* html #wohnungstausch-form  input.input-text-kurz { /* IE6 */
margin-left: 2px;
}

/* Contentvorlagen */

.zweispaltig h1 {
margin-bottom: 10px;
}

.linke-spalte {
margin-right: 30px !important;
}

.linke-spalte,
.rechte-spalte {
float: left;
width: 328px;
}

.page-intro .linke-spalte {
width: 218px;
}

.page-intro .rechte-spalte {
width: 438px;
}

.page-intro ul {
margin-left: 0px !important;
}

* html .page-intro ul { /* IE6 */
margin-left: -15px !important;
}

*+ html .page-intro ul { /* IE7 */
margin-left: -15px !important;
}

.page-intro ul li {
list-style: none;
}


.dreispaltig-startseite .spalte {
float: left;
width: 192px;
padding: 0 18px 0 20px;
margin-right: 10px;
}

.dreispaltig-startseite {
background: url(../images/bg_dreispalt_start.gif) repeat-y;
padding-bottom: 25px;
}

.dreispaltig-startseite a {
position: relative;
}

* html .dreispaltig-startseite .bildlinks img {
float: left;
margin-right: 10px;
}

.dreispaltig .spalte {
float: left;
width: 215px;
padding: 0 18px 0 0px;
margin-right: 10px;
}

.zweispaltig,
.vierspaltig {
margin-bottom: 30px;
}

.hauskauf .rechte-spalte address {
margin-bottom: 25px;
width: 320px;
}

.hauskauf .reihe-1 {
margin-bottom: 18px;
}

.hauskauf .reihe-2 {
padding-bottom: 5px;
margin-bottom: 20px;
border-bottom: 1px solid #58a712;
}

.hauskauf  p {
margin-bottom: 10px;
}

.vierspaltig .spalte {
float: left;
width: 162px;
margin-right: 15px;
}

.dreispaltig .last  {
margin-right: 0px;
width: 200px;
padding-right: 8px;
}

.dreispaltig-startseite .last ,
.vierspaltig .last {
margin-right: 0px;
}

.table-block-einzel {
margin-bottom: 30px;
}

.table-block-einzel .linke-spalte {
width: 220px;
}


/* Listen */
#main-content ul,
#main-content ol {
margin-left: 25px;
margin-bottom: 18px;
}

#main-content ul {
list-style-type: disc;
}

#main-content ol {
list-style-type: decimal;
}

#main-content ul li,
#main-content ol li {
margin-bottom: 5px;
}

#main-content ul#error {
list-style-type: none;
}

.page-navigation {
width: 685px;
background-color: #014495;
color: #FFF;
margin-bottom: 18px;
}

.page-info,
.sort-info,
.page-nav {
float: left;

}

.page-info {
width: 243px;
padding: 15px 0 15px 0;
}

.page-info span {
padding-left: 10px;
}

#main-content .page-navigation .page-info a,
#main-content .page-navigation .page-nav a {
color: #FFF;
background-image: none;
padding-left: 0px;
text-decoration: none;
}

#main-content .page-navigation .page-nav a {
margin-right: 5px;
}

#main-content .page-navigation .page-nav a:hover,
#main-content .page-navigation .page-info a:hover {
color: #58A712;
}

.sort-info {
width: 287px;
padding-top: 12px;
}

.page-nav {
text-align: right;
width: 151px;
padding-top: 15px;
margin-right: 4px;
}

.info-box {
border-bottom: 1px solid #58A712;
margin-bottom: 8px;
width:685px;
}

* html .info-box { /* IE6 */
padding-bottom: 4px;
}

*+ html .info-box { /* IE7 */
padding-bottom: 4px;
}

.last-box {
border-bottom: none;
}

.info-box h2  {
font-size: 1.50em;
font-weight: normal;
padding-top: 11px;
margin-bottom: 3px;
}

.info-box h3 {
font-weight: normal;
color: #80a1ca;
float: left;
padding-bottom: 0px;
}

.info-box-mit-bild h3 {
float: none;
margin-bottom: 15px;
}

.wf-suchergebnis h3 {
color: #014495;
}

.date {
background:transparent url(../images/bg_date.gif) no-repeat scroll 0 0;
color:#FFF;
float:left;
font-size:1.083em;
font-weight:normal;
height:44px;
line-height:1.30em;
margin:2px 10px 8px 0;
padding:3px 0 0;
text-align:center;
text-transform: none;
width:46px;
}

.startseite .date {
margin:2px 10px 0px 0;
}

.date strong {
padding-top: 5px;
font-size: 1.846em;
display: block;
font-weight: normal;
}

span.veranstaltung-text {
float: left;
width: 136px;
line-height: 1.20em;
}

.veranstaltung {
margin-bottom: 5px;
}

.info-box a {
font-size: 1.00em;
}

.wf-suchergebnis {
margin-bottom: 10px;
}

* html .wf-suchergebnis { /* IE6 */
padding-bottom: 10px;
}

*+ html .wf-suchergebnis { /* IE7 */
padding-bottom: 10px;
}

.wf-suchergebnis a {
margin-left: 7px;
}

.scroll {
width: 320px;
height: 80px;
border: 1px solid #D4D4D4;
border-top: 1px solid #ABADB3;
overflow: auto;
padding: 10px;
display: block;
}

address {
float: left;
width: 400px;
}

* html address {
width: 396px;
}

#wrapper #main-content .wf-suchergebnis ul {
list-style-type: none;
}

.wf-suchergebnis ul li {
float: left;
background-color: #D9E3EF;
margin: 15px 1px 0 0;
padding: 6px 3px 6px 10px;
}

.wf-suchergebnis ul li.first {
width: 65px;
}

.wf-suchergebnis ul li.second {
width: 56px;
}

.wf-suchergebnis ul li.third {
width: 120px;
}

.wf-suchergebnis ul li.last {
width: 222px;
}

.wf-suchergebnis ul li.last a { /* linker Abstand zum Text */
margin-left: 2px;
}

* html .wf-suchergebnis ul li.last a { /* IE6 */
margin-left: 12px;
}

*+ html .wf-suchergebnis ul li.last a { /* IE7 */
margin-left: 13px;
}


.garage-suchergebnis .box-links,
.garage-suchergebnis .box-rechts {
float: left;
margin-bottom: 10px;
}

.garage-suchergebnis .box-rechts {
float: right;
margin-right: 5px;
}

/* Pressearchiv */
.presse h2 {
font-size: 1.167em;
margin-bottom: 5px;
}

#wrapper #main-content .presse h2 a {
background: url(../images/pfeil_rechts_blau_textlink.gif) left 3px no-repeat;
color: #014495;
text-decoration: none;
padding: 0 0 0 10px;
}

#wrapper #main-content .pressearchiv  select {
width: 60px;
}

#wrapper #main-content .pressearchiv  .page-info {
width: 290px;
}

#wrapper #main-content .pressearchiv  .sort-info {
width: 235px;
}


/* Standortkarte */
.standort p,
.standort img {
margin-top: 20px !important;
margin-right: 0px !important;
}

/* Wohnungstausch - Formular */


/* Contextvorlagen */
.context-teaser {
padding: 18px 8px 10px 20px;
margin-bottom: 10px;
background-color: #F1EDD9;
}

.startseite .context-teaser {
background-color: #FFF;
}

.ansprechpartner { /* Teaser Ansprechpartner - rechte Spalte */
padding: 18px 0 15px 0px;
margin-bottom: 10px;
background-color: #014495;
}

* html .ansprechpartner { /* IE6 */
padding-bottom: 0px;
}

#context .ansprechpartner h2,
.ansprechpartner p,
.ansprechpartner ul {
padding-left: 20px;
}

.ansprechpartner .border {
border-bottom: 1px solid #FFF;
margin: 14px 0 15px 20px;
padding-bottom: 10px;
}

* html .ansprechpartner .border { /* IE6 */
padding-bottom: 15px;
}

*+ html .ansprechpartner .border { /* IE7 */
padding-bottom: 20px;
}

.ansprechpartner dl dt {
font-size: 1.333em;
font-weight: bold;
}

dl.context-kontakt .kontakt {
float:left;
margin-bottom:0;
width:33px;
}

dl.context-kontakt {
float: left;
}

dl.context-kontakt .kontakt-detail {
float:left;
width:89px;
}

#content .ansprechpartner a.drucken,
#content .ansprechpartner a.merken,
#content .ansprechpartner a.senden { /* Service-Links - Teaser Ansprechpartner */
color: #FFF;
text-decoration: underline;
display: block;
margin: 3px 0 3px 0;
padding-left: 28px;
background-position: 0px 2px;
background-repeat: no-repeat;
}

#content .ansprechpartner a.drucken {
background-image: url(../images/icon_drucken_weiss_bg_blau.gif);
}

#content .ansprechpartner a.merken {
background-image: url(../images/icon_merken_weiss_bg_blau.gif);
}

#content .ansprechpartner a.senden {
background-image: url(../images/icon_senden_weiss_bg_blau.gif);
}

#content .ansprechpartner a.drucken:hover,
#content .ansprechpartner a.merken:hover,
#content .ansprechpartner a.senden:hover {
color: #58A712;
}

#content .ansprechpartner a.drucken:hover {
background-image: url(../images/icon_drucken_gruen_bg_blau.gif);
}

#content .ansprechpartner a.merken:hover {
background-image: url(../images/icon_merken_gruen_bg_blau.gif);
}

#content .ansprechpartner a.senden:hover {
background-image: url(../images/icon_senden_gruen_bg_blau.gif);
}

#content .ansprechpartner dd a {
color: #FFF;
text-decoration: underline;
background: url(../images/pfeil_rechts_weiss_bg_blau.gif) 0px 5px no-repeat;
display: block;
margin: 0px 0 3px 0;
padding-left: 8px;
}

#content .ansprechpartner dd a:hover {
color: #58A712;
text-decoration: underline;
background: url(../images/pfeil_rechts_gruen_bg_blau.gif) 0px 5px no-repeat;
display: block;
margin: 0px 0 3px 0;
padding-left: 8px;
}

* html .ansprechpartner ul {
margin-top: 33px;
}

* html .ansprechpartner ul li {
margin-top: -18px;
}



/* Expose */
.expose .linke-spalte,
.expose .rechte-spalte {
float: left;
}

.expose .linke-spalte {
width: 322px;
margin-right: 20px;
}

.expose .rechte-spalte {
width: 343px;
}
.expose h1 {
float: left;
line-height: 1.00em;
width: 475px;
margin-bottom: 14px;
}

.expose h3 {
font-size: 1.333em;
margin-bottom: 10px;
}

.expose p,
dl.expose-kontakt {
margin-bottom: 30px;
}

.expose p.liste {
margin-bottom: 10px;
}


.bilder-klein {
margin: 10px 0 0px 0;
}

.bilder-klein-google img,
.bilder-klein img {
float: left;
margin-right: 10px;
}

.bilder-klein-google img {
margin: 10px 10px 0 0;
}

.bilder-klein-google img.last {
margin-right: 0px;
}

#content .expose .linke-spalte .bilder-klein a.text-link {
height: 39px;
width: 60px;
display: inline;
float: left;
background: #ede9cf url(../images/pfeil_rechts_blau_textlink.gif) 5px 24px no-repeat;
padding: 19px 0 0 13px;
overflow: hidden;
position: relative;
color: #014495;
}

#content .expose .linke-spalte .bilder-klein a.text-link:hover {
background: #ede9cf url(../images/pfeil_rechts_gruen_textlink.gif) 5px 24px no-repeat;
color: #58A712;
}

#content .expose .linke-spalte a.bild-link {
background-image: none;
padding: 0;
padding-bottom: 10px;
}

#content .expose .linke-spalte div.google-map {
padding-bottom: 0px;
margin-top: 30px;
}

.liste-bezeichner {
width: 165px;
padding: 0 15px 1px 0;
display: block;
float: left;
}

.liste-wert {
width: 150px;
display: block;
float: left;
}

.liste-bezeichner-lang {
width: auto;
padding: 0 15px 1px 0;
display: block;
float: left;
}

.liste-wert-kurz {
width: 85px;
display: block;
float: left;
}


/* Expose Garagenvermietung */
dl.expose-kontakt .kontakt {
float:left;
margin-bottom:0;
width:33px;
}

dl.expose-kontakt dt {
font-weight: bold;
margin-bottom: 10px;
}

dl.expose-kontakt .kontakt-detail {
float:left;
width:89px;
}

/* Suchergebniss - Google */
.navigation-suchergebnis {
margin-top: 25px;
}

.navigation-suchergebnis .linker-bereich,
.navigation-suchergebnis .rechter-bereich {
float: left;
width: 335px;
}

.navigation-suchergebnis .rechter-bereich {
text-align: right;
}

#wrapper #content .navigation-suchergebnis .linker-bereich a {
background: url(../images/pfeil_links_blau_textlink.gif) left 3px no-repeat;
padding: 0 0 0 1px0;
}

#wrapper #content .navigation-suchergebnis .linker-bereich a:hover {
background: url(../images/pfeil_links_gruen_textlink.gif) left 3px no-repeat;
color: #58A712;
}

#wrapper #content .navigation-suchergebnis .rechter-bereich a {
background: url(../images/pfeil_rechts_blau_textlink.gif) right 3px no-repeat;
padding: 0 10px 0 0;
}

#wrapper #content .navigation-suchergebnis .rechter-bereich a:hover {
background: url(../images/pfeil_rechts_gruen_textlink.gif) right 3px no-repeat;
color: #58A712;
}


#wrapper #content #suchfeld-seitenende-box input.input-text { /* suchfeld im contextbereich */
border: none;
background: url(../images/input_bg_google.gif) no-repeat;
height: 19px;
width: 240px;
font-size: 1.00em;
color: #014495;
padding: 6px 2px 4px 8px;
margin-bottom: 8px;
position: relative;
float: left;
}

* html #suchfeld-seitenende-box input.input-text { /* IE6 */
padding: 7px 1px 3px 9px;
}

*+ html #suchfeld-seitenende-box input.input-text { /* IE7 */
padding: 7px 1px 3px 9px;
}

#suchfeld-seitenende-box input.lupe { /* submit-button (lupe) google-suchergebnis */
border: none;
height: 27px;
width: 31px;
margin: 0 0 0 0;
position: relative;
top: -2px;
left: -2px;
float: left;
}


/* Footer */

#footer-inhalt {
position: relative;
width: 958px;
margin: 0 auto;
padding: 15px 0 0 0;
color: #FFF;
}

#footer-inhalt h2 {
font-size: 1.80em;
font-weight: normal;
margin: 0 0 4px 0;
padding: 5px 0 9px 0;
border-bottom: 1px solid #678fbf;
}

#footer-inhalt ul {
float: left;
margin: 15px 20px 10px 0;
width: 222px;
line-height: 1.2em;
}

#footer-inhalt ul.last {
margin-right: 0px;
}

#footer-inhalt ul li {
font-weight: bold;
height: 1%; /* hasLayout fuer IE */
margin: 0 0 10px 0;
}


#footer-inhalt ul li ul {
padding: 9px 0 0 0;
margin: 0;
}

#footer-inhalt ul li ul li a {
font-size: 1.20em;
color: #FFF;
font-weight: normal;
background: url(../images/pfeil_rechts_weiss.gif) left 3px no-repeat;
padding: 0 0 0 10px;
display: block;
height: 1%; /* hasLayout fuer IE */
}

#footer-inhalt ul li ul li a:hover {
color: #58a712;
background-image: url(../images/pfeil_rechts_gruen.gif);
}

#footer-inhalt ul ul li.image-link a {
background: none;
padding: 0;
}

img.footer-katalog { /* Bild im Footer */
margin-top: 2px;
}

img.footer-geprueft { /* Bild im Footer */
margin-top: 16px;
margin-left: -5px;
}

#footer-inhalt p a {
font-size: 0.8em;
color: #878888;
display: block;
margin: 40px 0 0 0;
text-align: center;
}

#footer-inhalt p a:hover {
color: #000000;
}


.bildlinks {
margin: 0 60px 10px 0;
}

#context .bildlinks {
margin: 0 0 10px 0;
}

#context .bildlinks img{ /* Bild steht links im Text und wird umflossen */
float: left;
margin: 5px 15px 10px 0 !important;
}

.bildrechts {
margin: 0 0 10px 0;
}

.bildlinks img{ /* Bild steht links im Text und wird umflossen */
float: left;
margin: 0 15px 10px 0;
}

.bildrechts img{ /* Bild steht rechts im Text und wird umflossen */
float: right;
margin: 0 0 15px 20px;
}

img.left { /* Bild steht links im Text und wird umflossen */
float: left;
margin: 0 10px 10px 0;
}

.ansprechpartner img.left { /* Bild steht links im Text und wird umflossen - Teaser Ansprechpartner - rechte Spalte */
float: left;
margin: 0 10px 10px 0px;
}

img.right { /* Bild steht rechts im Text und wird umflossen */
float: right;
margin: 0 0 5px 15px;
}

img.border {
border: 1px solid #014495;
}

.float-left {
float: left;
}

.float-right,
.button-right,
.link-right {
float: right !important;
}

.abstand-rechts {
margin-right: 12px;
}

.abstand-links {
margin-left: 253px;
}

* html .abstand-links {
margin-left: 129px;
}

*+ html .abstand-links {
margin-left: 255px;
}

.abstand-links-oben {
margin: 20px 0 0 253px;
}


.block {
display: block;
}

/* popUp */
#popup #wrapper #popup-content {
padding: 25px;
font-size: 1.20em;
}

#popup #wrapper #popup-content h1 {
margin-bottom: 25px;
font-weight: bold;
font-size: 1.25em;
}

#popup #wrapper ul#error,
#popup #wrapper #kontakt-form,
#popup #wrapper p.hinweis {

}

#popup #wrapper p.hinweis {
margin-top: 50px;
padding-top: 15px;
font-size: 0.917em;
line-height: 1.40em;
border-top: 1px solid #58a712;
}

#popup #wrapper #popup-content #kontakt-form {
margin: 20px 0 20px 0;
}

#popup #wrapper #popup-content #kontakt-form input.textinput-lang {
width: 264px;
}

* html #popup #wrapper #popup-content #kontakt-form input.textinput-lang {
width: 260px;
}

#popup #wrapper #popup-content #kontakt-form label {
width: 170px;
float: left;
margin: 3px 20px 12px 0;
text-align: left;
display: inline;
}

#popup #wrapper #popup-content #kontakt-form textarea {
width: 454px;
height: 100px;
border: 1px solid #D4D4D4;
border-top: 1px solid #ABADB3;
margin-bottom: 10px;
}

#popup #wrapper #popup-content #kontakt-form .abstand-links {
margin-left: 250px;
}

* html #popup #wrapper #popup-content #kontakt-form .abstand-links {
margin-left: 125px;
}

/* popup infobox */
#popup-infobox .header {
background: url(/customer/images/beispiele/header_infobox.jpg);
width: 703px;
height: 125px;
margin-bottom: 11px;
}

#popup-infobox .content {
background-color: #fff;
font-size: 1.20em;
padding: 25px 19px;
}

#popup-infobox h2   {
font-size: 1.50em;
margin-bottom: 10px;
font-weight: normal;
}

#popup-infobox .content .infos {
padding-bottom: 27px;
margin-bottom: 27px;
border-bottom: 1px solid #00478c;
}

#popup-infobox .content .infos dl {
float: left;
margin-right: 55px;
}

#popup-infobox .content .infos dl.dl-last {
margin-right: 0;
}

#popup-infobox .content .infos dl dt {
font-weight: bold;
margin-bottom: 8px;
}

#popup-infobox .content .infos dl dd {
margin-bottom: 3px;
}

#popup-infobox .content .infos dl dd span {
float: left;
}

#popup-infobox .content .infos dl dd .tage {
width: 116px;
display: block;
}

#popup-infobox .content .ansprechpartner {
background-color: #fff;
margin: 18px 0 25px 0 !important;
padding: 0;
}

#popup-infobox .content .ansprechpartner dl {
float: left;
width: 221px;
}


#popup-infobox .content .ansprechpartner dt {
font-size: 1.00em;
background-color: #024596;
color: #fff;
margin-right: 1px;
padding: 14px 0 14px 11px;
}

#popup-infobox .content .ansprechpartner dd {
background-color: #D9E3EF;
margin-right: 1px;
padding-bottom: 8px;
}

* html #popup-infobox .content .ansprechpartner dd { /* IE6 */
padding-bottom: 0px;
}

*+ html #popup-infobox .content .ansprechpartner dd { /* IE7 */
padding-bottom: 0px;
}

#popup-infobox .content .ansprechpartner dd img {
float: left;
margin: 0 8px 0 0;
}

#popup-infobox .content .ansprechpartner .daten {
padding: 10px 0 10px 10px;
}

#popup-infobox .content .ansprechpartner .daten span.name {
display: block;
font-weight: bold;
margin-bottom: 12px;
}

#popup-infobox .content .ansprechpartner .daten span.telefon {
float: left;
padding-top: 13px;
}

#popup-infobox .content .ansprechpartner .daten span.telefon a {
display: block;
margin-top: 3px;
}

#popup-infobox .content .bildlinks {
margin: 0 0 10px 0;
}

#popup-infobox .content .bildlinks img { /* Bild steht links im Text und wird umflossen */
float: left;
margin: 5px 15px 10px 0 !important;
}

#popup-infobox .content .bildlinks p { /* Bild steht links im Text und wird umflossen */
line-height: 1.2em;
}


/* NICHT ENTFERNEN */
.GB_header .gb_middle {
vertical-align: middle !important;
}

/* Helfer - am Ende der Datei belassen */
/* Helfer */
.clear {
clear: both;
margin: -1px 0 0 0;  /* laesst 1px clear nach oben verschwinden */
height: 1px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 1px;
line-height: 1px;
width: 100%;
}

/* clearfix */
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
clear: both;
height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
position: absolute;
overflow: hidden;
height: 0;
width: 0;
left: -1000px;
top: -1000px;
}

.invisible,
legend {
display: none;
}
