body {
   background-color:#FFFFFF;
   color:#000000;
   margin:0px;
   padding:0px;
   font-family: Arial, Helvetica, Verdana sans-serif;
   text-align:center;
}
#container {
   position: relative;
   width:830px;
   height:610px;
   margin: auto;
   text-align:left;
}
#boxTop {
   width:830px;
   height:57px;
   float:left;
}
#logo {
   position: absolute;
   top:16px;
   left:5px;
   width:287px;
   height:36px;
   z-index: 1;
}
#logo-heitkamp {
   position: absolute;
   top:17px;
   left:615px;
   width:206px;
   height:32px;
   z-index: 1;
}
#navtop {
   position: absolute;
   top:34px;
   left:527px;
   width:300px;
   height:415px;
   text-align:right;
   z-index: 2;
}
#boxContent {
   width:830px;
   height: 552px;
   background-image : url(/fileadmin/2008/domoplan/images/bg.gif);
   background-position : top left;
   background-repeat : repeat-y;
   border: 1px solid #ff0000;
   float:left;
}
#title {
   position: absolute;
   top:75px;
   left:10px;
   width:195px;
   z-index: 3;
}
#objekt {
   position: absolute;
   top:240px;
   left:1px;
   width:200px;
   z-index: 4;
}
#wohnung {
   position: absolute;
   top:240px;
   left:416px;
   width:200px;
   z-index: 5;
}
#objekt a {
   color: #ff0000;
   font-weight: normal;
   text-decoration: underline;
}
#objekt a:hover {
   color: #999999;
   font-weight: normal;
   text-decoration: underline;
}
#wohnung a {
   color:#FFFFFF;
   font-weight: normal;
   text-decoration: underline;
}
#wohnung a:hover {
   color: #999999;
   font-weight: normal;
   text-decoration: underline;
}
#objekt h1{
   font-size: 0.75em;
   font-weight: bold;
   color: #ff0000;
   text-decoration: none;
   margin: 0;
   padding: 0px 0px 10px 10px;
}
#wohnung h1 {
   font-size: 0.75em;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0;
   padding: 0px 0px 10px 10px;
}
#objekt p {
   font-size: 0.75em;
   font-weight: normal;
   color: #ff0000;
   text-decoration: none;
   line-height: 1.4em;
   margin: 0px;
}
#wohnung p {
   font-size: 0.75em;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
   line-height: 1.4em;
   margin: 0px;
}
#title p {
   font-size: 0.75em;
   font-weight: bold;
   text-decoration: none;
   color: #ff0000;
   line-height: 1.4em;
   margin: 0px;
}
