/*  01. BASICS ################################################ */
/*  02. LAYOUT ################################################ */
/*  03. METANAVIGATION ######################################## */
/*  04. MAINNAVIGATION ######################################## */

/*  01. BASICS ################################################ */

* {
  
}

body {
  margin-top: 0px;
  margin-bottom:0px;
  background-color: #EDEBEB; 
      font-family: Verdana, Arial, Helvetica, sans-serif;
      text-align: center;

}

/*  02. LAYOUT ################################################ */


#container {
  margin-left:auto;
  margin-right:auto;
  width: 1024px;
  background: url(main_01_FILES/pageBg.jpg) repeat-y;
  text-align: left;

}  

#branding {
  height: 138px;
  width: 1003px;
  margin: 0 0 0 10px;
  background: url(main_01_FILES/headerAllgemein.jpg) left no-repeat;
  border-bottom: 15px solid #758e57;
}

#branding h1 a {
  float: right;
  height: 138px;
  width: 403px;
  background: url(main_01_FILES/logo.gif) right no-repeat;
}

#branding h1 a span {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#naviMain {
  float: left;
  width: 185px;
  margin-left: 5px;
  overflow:hidden;
}
#naviMain_in {
padding: 20px 5px 0 15px;
overflow:hidden;
}
#naviMain ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  background: url(main_01_FILES/naviBullet_allgemein.gif) 0 2px no-repeat;
}

#naviMain ul li.uid191 {
  background: url(main_01_FILES/naviBullet.gif) 0 2px no-repeat;
}
#naviMain ul li.uid121 {
  background: url(main_01_FILES/naviBullet_allgemein.gif) 0 2px no-repeat;
}
#naviMain ul li.uid88 {
  background: url(main_01_FILES/naviBullet_essen.gif) 0 2px no-repeat;
}
#naviMain ul li.uid93 {
  background: url(main_01_FILES/naviBullet_wohnen.gif) 0 2px no-repeat;
}
#naviMain ul li.uid76 {
  background: url(main_01_FILES/naviBullet_finanzierung.gif) 0 2px no-repeat;
}
#naviMain ul li.uid81 {
  background: url(main_01_FILES/naviBullet_finanzierung.gif) 0 2px no-repeat;
}
#naviMain ul li.uid87 {
  background: url(main_01_FILES/naviBullet_finanzierung.gif) 0 2px no-repeat;
}
#naviMain ul li.uid68 {
  background: url(main_01_FILES/naviBullet_beratung.gif) 0 2px no-repeat;
}
#naviMain ul li.uid117 {
}
#naviMain ul li.uid118 {
}
#naviMain ul li.uid66 {
}

#naviMain ul.level1 li.cur,
#naviMain ul.level1 li.act {
  background: none;
}

#naviMain ul.level1 li.cur a,
#naviMain ul.level1 li.act a {
  font-weight: bold;
  color: #000;
}

#naviMain ul.level2 li {
    background: none;
}

#naviMain ul.level2 li a {
    font-size: 0.9em;
}

#naviMain ul.level2 li.no,
#naviMain ul.level2 li.cur,
#naviMain ul.level2 li.act {
    margin-top: 10px;
}

#naviMain ul.level2 li.no a {
    font-weight: normal;
}

#naviMain ul.level3 li.no,
#naviMain ul.level3 li.cur {
    margin-top: 10px;
}

#naviMain ul.level3 li.no a {
    font-weight: normal;
}

#contentArea {
}

#contentMain {
  float: left;
  width: 624px;
  overflow:hidden;
}
#contentMain_in {
  padding: 20px;
  padding-bottom:40px;
  overflow:hidden;
}
#contentAdditional {
  float: right;
  width: 180px;
  margin-right:8px;
  overflow:hidden;
}
#contentAdditional_in {
padding: 20px 0px 0px 10px;
overflow:hidden;
}
#searchbox {
  margin: 0 0 20px 0;
}

#naviMeta {
  bottom: 0px;
  width: 1024px;
  padding: 20px 0;
}

#naviMeta ul {
  text-align: center;
}

#naviMeta ul li {
  display: inline;
}

#naviMeta ul li {
  margin: 0;
  padding: 0 15px;
  background: url(main_01_FILES/naviMetaDivider.gif) left 2px no-repeat;
}

#naviMeta ul li.first {
  background: none;
}

.clear {
  clear: both;
    padding-top: 20px; 
}

ul.browsebox {

}


ul.browsebox li {
    display: inline;
    list-style-type: none;
    padding-left: 10px;
  
}
ul.navi4{
padding-top:2px;
width:95px;
margin-bottom:15px;
}

.detail{
color:green;
}
.important{
color:red;
}
.name-of-person{
color:blue;
}

/* Powermail */
  /* Form */
span.powermail_mandatory {
  /* Color of mandatory error message */
  color: red;
}
input.validation-failed,
textarea.validation-failed {
  /* Background color if validation failed 
  background-color: red;*/
  background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
  background-repeat: no-repeat;
  background-position: 98% 1px;
}
div.powermail_mandatory_js {
  /* DIV container of errormessage */
  color: red;
  margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
  /* Fieldset */
  border: 1px solid #aaa;

  padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
  /* legend of Fieldset */
  font-weight: bold;
  color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
  /* label */
  display: block;
  width: 200px;
  float: left;
  clear: both;
  font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
  /* Input and textarea */
  width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
  /* Radiobuttons */
  margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
  /* DIV container arround every field */
  margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
  /* submit button */
  margin: 20px 0 10px 200px;
  font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
div.countryzone {
  margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
  /* Description */
  cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
  /* Description */
  display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
  /* Description on mouseover */
  display: block;
  position: absolute;
  width: 250px;
  padding: 5px;

  border: 1px solid red;
  color: black;
  text-decoration: none;
  font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
  /* Description icon */
  padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {

}


  /* Confirmation */
td.powermail_all_td {
  padding: 3px 10px 3px 0;
}

  /* THX */
td.powermail_all p.bodytext {
  margin: 0;
}
span.tx-srfreecap-pi2-cant-read {
width:380px;
float:right;
padding-top:20px;
}
table.wohnen{
  border:1px solid #000000;
}
table.wohnen td{
 padding:5px;
border:0px solid #000000;
 }
table.wohnen tr.tr-even{
  background-color:#ffffff;
}

table.wohnen tr.tr-even{
  background-color:#cbcfaa;
}

 table.wohnen tr.tr-0 td{
 font-weight:bold;
  border-bottom:1px solid #000000;
 }

.slideElement {
  background-position:center center;
  background-color:#CBCFAA !important;
}

.slideInfoZone{
  background-color:#E6E7D5 !important;
}

a.carouselBtn{
  background-color:#E6E7D5 !important;
  border-color:#CBCFAA !important;
  color:#000000 !important;
}

.myGallery{
  overflow-x: visible;
  overflow-y: visible;
  border:0px !important;
}

.carousel{
  background-color:#CBCFAA !important;
}

.thumbnail{
  border:0px !important;
}

.label, .number{
  color:#000000 !important;
}

.slideInfoZone h2{
  color:#000000 !important;
}

a.open{
  z-index:13 !important;
}

#rglbCenter, #rglbBottom {
  background-color:#CBCFAA !important;
  border:0px !important;
}

#rglbDescription #rglbTitle, #rglbNumber{
  color:#000000 !important;
}

.tx-rgsmoothgallery-pi1{
  background-color:#E6E7D5 !important;
}

.smoothg{
  float:right;
}

.jdGallery {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.right, .left, .open {
    top:305px !important;
    height:16px !important;
    width:16px !important;
}

.left {
  background-image: url("../icons/left.gif")!important;
}

.right {
  background-image: url("../icons/right.gif")!important;
}

.open {
  background-image: url("../icons/big.gif")!important;
}

#rglbPrevLink {
  background-image: url("../icons/left.gif")!important;
  height:16px !important;
  width:16px !important;
}

#rglbNextLink {
  background-image: url("../icons/right.gif")!important;
  height:16px !important;
  width:16px !important;
}

#rglbCloseLink {
  background-image: url("../icons/close.gif")!important;
  height:16px !important;
  width:16px !important;
}



