* {
    margin: 0;
    padding: 0;
}
body {
  background:#FFF url(/img/system/backgrounds/bg_home.gif) 51px 0 repeat-y;
/*  font-size:10px;*/
  font-size:0.625em;
  line-height:15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #464646;
  height:100%
}

body.vermietung {
  background-image:url(/img/system/backgrounds/bg_vermietung.gif);
}
body.mieter {
  background-image:url(/img/system/backgrounds/bg_mieter.gif);
}
body.partner {
  background-image:url(/img/system/backgrounds/bg_partner.gif);
}
body.wohnungsbestand {
  background-image:url(/img/system/backgrounds/bg_wohnungsbestand.gif);
}
body.presse {
  background-image:url(/img/system/backgrounds/bg_presse.gif);
}
body.service {
  background-image:url(/img/system/backgrounds/bg_service.gif);
}
body.rbs {
  background:#FFF url(/img/system/backgrounds/bg_rbs.gif) 51px 0 repeat-y;
}

/****************
allgemeine Elemente
*****************/
a {
  text-decoration:none;
  color: #464646;
}

h1 {
  font-size:1.0em;
  line-height:1.0em;
  color:#FFF;
  margin-bottom:15px;
}

h2 {
  font-size:1.1em;
  line-height:1.1em;
  font-weight:bold;
  color:#000;
  margin-bottom:15px;
}
h2 span.plaintext {
  font-size:1.0em;
  line-height:1em;
}
h3 {
  font-size:0.9em;
  line-height:0.9em;
  font-weight:bold;
  margin-bottom:5px;
}
h4 {
  font-size:0.9em;
  line-height:0.9em;
  font-weight:bold;
  margin-bottom:5px;
}

.clear {
  clear:both;
  height:0;
  font-size:0;
  line-height:0;
}


.plaintext{
  font-size:1.1em;
  line-height:1.4em;
}

.spacer,
.halfspacer,
.doublespacer {
  clear:both;
  height:10px;
  font-size:0;
  line-height:0;
}
.halfspacer { height:5px; }
.doublespacer { height:20px; }
.downloadlink{
  margin-left:-18px;
  padding-left:17px;
  background-image:url(/img/system/backgrounds/icon_link.gif);
  background-repeat:no-repeat;
  background-position: 0 4px;
  display:block;
}
a img {
  border:none;
}

/****************
Layout
*****************/
#container {
  width:1001px;
  height:600px;
}
#head {
  height:28px;
  background-color:#FFFFFF;
}
#copyright {
  float:left;
  width:415px;
  padding:11px 0 0 50px;
}
#copyright span.plaintext {
  font-size:11px;
}

#topwrapper {
  background-color:#BEBEBE;
  padding-left:49px;
  height:250px;
  border-bottom:2px solid #FFFFFF;
}
#keyvisual {
  float:left;
  width:414px;
  height:250px;
  border-left:2px solid #FFFFFF;
  border-right:2px solid #FFFFFF;
  background-image:url(/img/keyvisuals/home.gif);
}

#teaser {
  float:left;
  width:460px;
  height:229px;
  padding:19px 45px 0 28px;
  overflow:hidden;
}
#onpublixForm #teaser {
  overflow:auto;
  padding-right:0;
  width:505px;
}
#onpublixForm #teaser .containerIdentifier {
  width:458px;
}
#onpublixForm #teaser .containerHead {
  width:460px;
}
#teaser h1 {
  margin-left:-18px;
  padding-left:18px;
  background-image:url(/img/system/backgrounds/icon_h1.gif);
  background-repeat:no-repeat;
  background-position: -2px 4px;
}
#teaser a {
  font-weight:bold;
}

#content{
  float:left;
  width:456px;
  border-left:solid 2px #FFFFFF;
  padding: 17px 38px 10px 28px;
}
#content h2{
  margin-left:-18px;
  padding-left:18px;
  background-image:url(/img/system/backgrounds/icon_h2.gif);
  background-repeat:no-repeat;
  background-position:0 2px;
}
#content a{
  font-weight:bold;
}
#image_h4_text{
  display:block;
}
.text_image_right{
}
.text_left{
  float:left;
  width:280px;
  padding-right:15px;
}
.image_right{
  float:right;
  width:160px;
 overflow:hidden;
}
/*******************
zweispaltiger Text 
********************/
#twocols{
}
#twocols_left{
  float: left;
  width:200px;
}
#twocols_right{
  float: right;
  width:200px;
}
/*************
Tabelle 
***************/
.theader {
 font-weight:bold;
}
.tleft{
 text-align:left;
}
.tright{
 text-align:right;
}
.tfooter{
 display:none;
}
/****************
Metanavi
*****************/
#metanavi {
  float:left;
  width:534px;
  padding-left:2px;
  font-size:11px;
}
#metanavi ul {
  list-style:none;
  margin-left:28px;
}
#metanavi ul li {
  float:left;
  padding:11px 18px 0 0;
}
#metanavi li.zoom {
  margin-top: -5px;
}
#metanavi a {
  /*font-size:1.1em;*/
  font-size:11px;
}
#metanavi a img.zoom {
  border:none;
  margin-bottom: -1px;
}


/****************
Navi
*****************/
#mainnavi {
  float:left;
  width:414px;
  padding-left:51px;
  padding-top:8px;
}
#mainnavi ul {
  list-style:none;
  width:172px;
}
#mainnavi ul li {
  padding-top:11px;
  color:#FFFFFF;
}
#mainnavi ul li a{
  color:#FFFFFF;
  display:block;
  padding-left:22px;
  font-size:1.1em;
}
#mainnavi ul li a:hover{
  color:#000000;
}
#mainnavi ul li a.selected{
  background-image:url(../img/system/backgrounds/icon_nav1.gif);
  background-repeat:no-repeat;
  background-position: 8px 4px;
  color:#000000;
}


/****************
Subnavi
*****************/
#mainnavi ul ul {
  position:absolute;
  width:242px;
  left:220px;
  top:288px;
}
#mainnavi ul ul li {
  padding-top:10.5px;
  padding-right:10px;
  color:#666666;
}
#mainnavi ul ul li a{
  color: #666666;
  padding-left:24px;
}
#mainnavi ul ul li a:hover{
  color:#000000;
}
#mainnavi ul ul li a.selected{
  background-image:url(../img/system/backgrounds/icon_nav2.gif);
  background-repeat:no-repeat;
  background-position: 12px 4px;
  color:#464646;
}


/****************
Forms
*****************/
fieldset{
  border:none;
  width:460px;
}
legend{
  display:none;
}
label {
  width: 160px;
  float: left;
  clear: both;
  padding: 1px 10px 5px 0;
  font-size:1.1em;
  line-height:1.1em;
}
input.inputtext,
textarea.inputtextarea {
    width:280px;
    height:18px;
    float:left;   
    font-size:1.1em;
    color: #464646;
    margin:0 0 2px 0;
    border:1px solid #A5ACB2;
  padding: 0 2px
}
.kasten textarea.inputtextarea {
  width:406px;
}
textarea.inputtextarea {
  margin: 2px 0 1px 0;
  height:74px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}
.button {
  margin: 10px 0  0 170px  ;
  float:left;
}
.kasten .button {
  margin:0;
  float:right;
}
.button a {
  text-decoration:none;
  cursor:pointer;
  font-size:1.1em;
  color:#000000;
  font-weight:bold;
}
.error{
  color:#990000;
}
.message{
  float:left;
  margin:10px 0 0 0;
}
img#imgonCaptchacontrol1 {
  margin: 10px 10px 10px 170px;
}
.captcha{
  float: left;
  margin: 10px 0px 0px 0px;
  font-size:1.1em;
  color: #464646;
  width:286px;
}
.captcha_label{
  float:left;
  margin: 10px 0px 0px 0;
}

.searchHighlight { font-style:italic; font-weight:bold; }
div.pagerbar { height:18px; clear:both; border:1px solid #464646; border-left:0; border-right:0; }



/****************
Auftrags-Modul
*****************/
.kasten {
  background-color:#F5F5F5;
  padding:10px 25px 10px 25px;
}
span#auftragdruck h1 {
  font-size:14px;
  line-height:16px;
  color:#000;
}
#DIV_ctl00_unternavi_auftragliste {
  position:absolute;
  width:236px;
  left:230px;
  top:301px;
}
#DIV_ctl00_unternavi_auftragliste h2 {
  color:#666;
  font-size:1.1em;
}
#DIV_ctl00_unternavi_auftragliste h2,
#DIV_ctl00_unternavi_auftragliste select {
  margin-left:22px;
}
span.arrow-on,
span.arrow-off {
  padding-left:21px;
  font-size:1.1em;
  line-height:1.1em;
}
span.arrow-on {
  background: url(/img/system/backgrounds/icon_h2.gif) 6px 3px no-repeat;
}
#content span.arrow-off a {
  font-weight:normal;
}


/****************
Gallery
*****************/
#gallery {
  padding-top:43px;
}
div.gallerybox {
  width:456px;
}
div.gallnavi {
  width:455px;
    font-size:1.1em;
    line-height:1.4em;
    font-weight:bold;
    padding:5px 0 0 1px;
}
div.three1,
div.three2,
div.three3 {
  float:left;
  width:33%;
}
div.three2 {
  width:34%;
  text-align:center;
}
div.three3 {
  text-align:right;
}
div.gallnavi a {
    text-decoration:none;
}
div.gallnavi a:hover {
  text-decoration:underline;
}
div.gallnavi a.selected {
    background-color:#000;
}
a.gallery,
a.gallery:hover {
  display:block;
  float:left;
  width: 218px;
  height:163px;
  background-color:transparent;
  background-position:center bottom;
  background-repeat:no-repeat;
  margin: 0 0 5px 0;
}
.gallerykasten {
  float:left;
  width: 218px;
  padding-bottom:10px;
  padding-right:10px;
}


span.onLabelRadio { display:block; width:170px; float:left; font-size:1.1em; }
input.labelRadio { float:left; }
.onFormradio { display:block; float:left; margin-right:10px; margin-left:2px; line-height:20px; clear:none; width:auto; }
div.zeile { clear:both; margin-bottom:5px; }