/* 
    Document   : immobilie
    Created on : 08.09.2009, 13:32:37
    Author     : Ruben Theerkorn
    Description:
        Purpose of the stylesheet follows.
*/

div#part1,div#part2,div#part3 {
    float:left;
    width:230px;
    height:100px;
    margin-left:5px;
    line-height:20px;
}
div#part1 p,div#part2 p,div#part3 p{
	font-weight:bold;
}
div#part2,div#part3, div#part2 form, div#part3 form {
    display: none;
}
div#part1 form,div#part3, div#part2 form, div#part3 form {
	margin-left:5px;
}

/* Forumlare */

.formular_box {
    background:#eeeeee;
    border-bottom:1px dashed #f29400;
    margin:0 0 10px 0;
}

.formular_box h3{
    margin:5px;
    font-weight:bold;
}
.formular_box p {
    margin:5px;
}

.formular_box table{
    float:left;
    margin:5px;
}
.formular_box dl {
   width:420px;
   margin:10px;
}
.formular_box dl dt {
    float:left;
    width:195px;
    margin:0 10px 5px 0;
}
.formular_box dl dd {
    margin:0 0 5px 0;

}
.float_left {
    float:left;
    width:400px;
}
.formular_infobox {
    float:right;
    width:170px;
    margin:5px;
    min-height:100px;
    font-style:italic;
    color:#666666;
}
.formular_box td {
    padding:5px;
}

.formular_box label{
    margin:5px;
}

.formular_box span{
    margin:0 5px;
}

.formular_box .required {
    color:#f29400;
}

.formular_box a{
    color:#f29400;
    text-decoration:underline;
}

.formular_box input, .formular_box select, .formular_box select textarea{
    margin:1px 5px 5px 5px;
    border:1px solid #999999;
}

.formular_box input.small{
    width:176px;
    padding:2px;
}

.formular_box input.long, .formular_box textarea.long{
    width:380px;
    padding:2px;
}
.ausstattungsliste {
    float:left;
    margin:0 0 10px 10px;
    width:170px;
    padding:5px;
    background:#dddddd;
}
.ausstattungsliste h4{
    font-weight:bold;
}
.ausstattungsliste li {
    height:20px;
}
/* ENDE Forumlare */

#form-validation p {
    margin-left:17px;
}
#pics li {
    float:left;
    text-align:center;
}
#pics li .image {
    height:150px;
    width:150px;
    margin:20px;
    margin-top:5px;
}
div#part1 {
    width:190px;
}
div#part2 {
    width:200px;
}
#nextToStepTwo {
    width:160px;
    height:50px;
    display:block;
    float:right;
    background:url(/images/buttons/weiter_schritt2.gif) top left no-repeat;
    margin-right:30px;
}
#backToStepTwo {
    width:160px;
    height:50px;
    display:block;
    float:right;
    background:url(/images/buttons/zurueck_schritt2.gif)  top left no-repeat;
    margin-right:30px;
}
#nextToStepThree {
    width:160px;
    height:50px;
    display:block;
    float:right;
    background:url(/images/buttons/speichern.gif) top left no-repeat;
    margin-right:30px;
}
#backToStepOne {
    width:160px;
    height:50px;
    display:block;
    float:right;
    background:url(/images/buttons/zurueck_schritt1.gif) top left no-repeat;
    margin-right:30px;
}