/* 
    Document   : pi1
    Created on : 21.09.2010, 09:04:16
    Author     : daniel.janin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/** { font-family: Verdana; font-size: 96%; }*/
label { 
    width: 12em;
    float: left; }
label.error { float: none; color: white; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 160px; }
em { font-weight: bold;  padding-right: 1em;  vertical-align: top; }
legend {
/*    width:20px;*/
}
fieldset {
/*    float:left;*/
/*    width:330px;*/
}

#fdaten {
    width:250px;
    float:left;
    border:none;
}

#ferg {
    width:250px;
    float:left;
    border:none;
}
#laenge_bild_container {
    width:400px;
/*    position:relative;
    left:400px;
    top:-200px;*/
    display:table-cell;
    padding-left:10px;
    padding-top:4px;
    float:left;
    margin-left:10px;
}

#laenge_bild {
    width:400px;
}

#row1 {
    display:table-row;
    float:left;
}

#form1 {
    display:table-cell;
    vertical-align: top;
    float:left;
}
#commentForm {
/*    margin-top:10px;*/
    width:250px;
}

#commentForm2 {
    margin-top:10px;
    width:600px;
}

/*#cdi {
    margin-left:-2px;
}*/