html, body, h1, h2, h3, h4, ul, li {
        margin: 0;
        padding: 0;
}
.img-border {
        margin-top: 5px;
  border: 1px solid #9B5F01;
        padding: 6px;
        background-color: #FFD79A;
}
a {
        color: #000;
}
a:hover {
        color: #6D4201;
}
.left {
        float: left;
}
.right {
        float: right;
}
.more {
        text-align: right;
}
.clear {
        clear: both;
}

body {
        background: #ff9900 url(images/page_bg.jpg) repeat-x;
        text-align: center;
        font: 11px verdana, arial, sans-serif;
        color: #6D4201;
        padding-bottom: 10px;
        padding-top: 10px;
}

    



    #wrapper {
text-align: left;
margin: auto;
width: 1000px;
display:inline-block;
position: relative;
background-color: #ffd79a;
border: 10px solid #9B5F01;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari, Chrome */
-khtml-border-radius:10px; /* Konqueror */
border-radius:10px; /* CSS3 */

}






#header {
  position: absolute;
  top: 0;
  left: 250px;
  width: 750px;
  height: 397px;
  background: url(../images/haus-2014.jpg) no-repeat;
  border-bottom: 1px solid #9B5F01;
}
#left {
  float: left;
  width: 249px;
  background-color: #ffcc00;
  border-bottom: 1px solid #9B5F01;
  border-right: 1px solid #9B5F01;
}
#logo {
        width: 244px;
        height: 152px;
        text-align: center;
        color: #6D4201;
}
#logo h1 {
  padding-top: 20px;
  font: 32px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 8px 25px;
  border-top: 1px solid #6D4201;
  border-bottom: 1px solid #6D4201;
  padding: 5px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {

}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 7px;
  background-color: #9B5F01;
}
#nav li {
  list-style: none;
  font: 15px verdana, arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #808080;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #808080;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
  color: #fdd583;
}
#nav .active {

}
#nav .active a {
        color: #fdd583;
}

#leftinbox {
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 3px;
  text-align: justify;
}
#leftinbox h2 {
        font-size: 14px;
        color: #6D4201;
}
#leftinbox h3, #leftinbox p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#leftinbox a {
        color: #6D4201;
        font-weight: bold;
        text-decoration: underline;
}
#leftinbox a:hover {
        color: #6D4201;
        text-decoration:none;
}
#leftinbox .more {
  font-size: 12px;
}
#leftinbox .hr-dots {
  border-top: 2px dotted #6D4201;
}

#right {
  float: right;
  width: 700px;
  padding-right: 10px;
  padding-top: 390px;
}
#right h2 {
        font: 16px verdana, arial, sans-serif;
        font-weight: bold;
        color: #6D4201;
        border-bottom: 1px solid #C4AE7C;
        padding-bottom: 6px;
        margin-bottom: 1em;
}
#right h3 {
        font: 14px verdana, arial, sans-serif;
        color: #6D4201;
        border-bottom: 1px solid #C4AE7C;
        padding-bottom: 6px;
        margin-bottom: 1em;
        margin-top: 2em;
}
#content {
  margin-right: 20px;
  font-size: 1.4em;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 12px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
        text-align: center;
        padding: 5px 0px 5px 0px;
        font-size: 15px;
        color: #6D4201;
        font-weight: bold;
  background-color: #ffcc00;
  border-top: 1px solid #9B5F01;
  letter-spacing: 0.3em;
}

.form {
    margin: 0 0 1em 0;
    padding: 1em 0;
    overflow: hidden;
}

.form fieldset,
.form .fieldset {
    border: 1px #9B5F01 solid;
    margin: 0 0 1em 0;
    padding: 0.3em 1em;
    overflow: hidden;
}

.form legend {
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    background: transparent;
    border: 0;
}

.form .formrow .mandatorysym {
    color: #f00;
    font-weight: bold;
    padding-left: 3px;
    display: inline;
}

.form .formrow input,
.form .formrow textarea,
.form .formrow select {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ddd;
    font-size: 1em;
    margin: 0;
    max-width: none;
}

.form .formrow input[type=checkbox] {
    display:inline;
    margin:0.5em 0;
    width:auto;
}

.form .formrow input[type=radio] {
    width: auto;
    border: 1px solid #fafafa;
}

.form .formrow select optgroup {
    font-style: normal;
    font-weight: bold;
}

.form div.formrow input:focus,
.form div.formrow select:focus,
.form div.formrow textarea:focus,
.form div.formrow input:hover,
.form div.formrow select:hover,
.form div.formrow textarea:hover,
.form div.formrow input:active,
.form div.formrow select:active,
.form div.formrow textarea:active {
    border: 1px solid #aaa;
    background: #fff;
}

/* hide hidden fields (firefox) */
.form input[type=hidden] {
    display: none !important;
}

div.formrow,
div.formbuttons {
    padding: 0.3em 0;
    min-height: 2em;
    overflow: hidden;
    clear: both;
}
div.formlist {
    overflow: hidden;
}
div.formlist label {
    display: inline;
}

div.formbuttons {
    text-align: left;
    display: block;
    margin-left: 30%;
}
div.formbuttons input,
div.formbuttons img {
    text-align: center;
    margin: 5px;
    width: auto;
    cursor: pointer;
}
div.formbuttons button {
    border: 0px;
    padding: 0px;
    background-color: transparent;
    width: auto;
    cursor: pointer;
}

/*******************************************************************************/
/* z-form style (column-view = default)
/*******************************************************************************/

.form label {
    cursor: pointer;
}
.form div.formrow .label,
.form div.formrow label {
    display: block;
    float: left;
    padding: 0.3em 1% 0.3em 0;
    text-align: right;
    width: 29%;
    font-weight: normal;
}
.form .formlist {
    margin-left: 30%;
}
.form .formnote {
    display: block;
    margin-left: 30% ! important;
}
.form div.formrow input,
.form div.formrow textarea {
    padding: 0.3em 0.3em;
    width: 67.8%;
    display: block;
    position: relative;
}
.form div.formrow input[type=text].mandatoryinput,
.form div.formrow select.mandatoryinput,
.form div.formrow textarea.mandatoryinput {
    width: 66%;
}
.form div.formrow select {
    padding: 0.3em 2px 0.3em 1px;
    cursor: pointer;
    width: 68.6%;
    display: block;
    position: relative;
}
.form div.formlist input {
    width: auto;
}
.form div.formrow .listselector {
    list-style: none;
}
.form div.formrow > span,
.form div.formrow > div {
    display: block;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}
.form div.formrow span label,
.form div.formrow div label {
    display: inline;
    float: none;
    padding: 0 1em;
    width: auto;
}
.form div.formrow span input,
.form div.formrow span textarea,
.form div.formrow span select,
.form div.formrow div input,
.form div.formrow div textarea,
.form div.formrow div select {
    display: inline;
    width: auto;
}

/* adjust width for IE 5 and IE6 */
* html .form div.formrow input,
* html .form div.formrow textarea,
* html .form div.formrow select {
    width: auto;
}

/*******************************************************************************/
/* IE-fixes for Fieldset/Legend
/*******************************************************************************/

/* all IE */
.form {
    padding-top: 0\9;
}
.form fieldset {
    padding: 0 5px\9;
    padding-top: 1em\9;
}
.form legend {
    position: absolute\9;
    top: -.5em\9;
    *left: 0\9;
}
.form fieldset {
    position: relative\9;
    overflow: visible\9;
    margin-top: 1.5em\9;
    zoom: 1;
}
/* IE5.x, IE6 & IE7 */
.form legend {
    *padding: 0 5px;
}
.form fieldset {
    *padding-top: 1.5em;
}
/* IE5.x & IE6 */
* html .form {
    padding-top: 10px;
}

h4.acc_trigger {
        background-color: #9B5F01;
        width: 700px;
        font-weight: bold;
        font: 15px verdana, arial, sans-serif;
        float: left;
}
h4.acc_trigger a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 7px 0 6px 10px;
  border-bottom: 1px solid #808080;
}
h4.acc_trigger a:hover {
        color: #fdd583;
        text-decoration: underline;
}
h4.active {background-position: left bottom;}
.acc_container {
        margin: 0 0 10px; padding: 0 0 20px;
        overflow: hidden;
        font-size: 1em;
        width: 698px;
        clear: both;
        background: #f0f0f0;
        border: 1px solid #9B5F01;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
}
.acc_container .block {
        padding: 20px;
}

.grundriss a{
  float: right;
  font-weight: bold;
  text-decoration: none;
}

.preise {
  width: 250px;
  font-weight: bold;
}

.preiseleft {
  width: 120px;
  text-align: left;
  float: left;
}

.preiseright {
  width: 75px;
  text-align: right;
  float: right;
}

.bilder {
  padding-top: 75px;
}
#lightbox {
        background-color:#eee;
        padding: 10px;
        border-bottom: 2px solid #666;
        border-right: 2px solid #666;
}
#lightboxDetails {
        font-size: 0.8em;
        padding-top: 0.4em;
}
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both;}
#overlay img { border: none; }
#overlay { background-image: url(../images/overlay.png); }

* html #overlay {
        background-color: #333;
        back\ground-color: transparent;
        background-image: url(images/pixel.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
.thumbnail {
        float: left;
        margin-right: 8px;
        margin-bottom: 6px;
}
.caption { font-size: 0.9em; padding-top: 0.2em ; text-decoration: none;        }