@media all, print {

/* *** Prospekte *** */
div.prospekt-feld {
    height:26px;
    max-width:385px;
    clear:left;
}
.ce_form .prospekt-feld input.text {
    width:60px;
    height:22px;
    min-width:60px;
    max-width:60px;
    float:left;
}
.ce_form .prospekt-feld label {
    width:auto;
    min-width:0px;
    max-width:100%;
    padding-bottom:2px;
}
.prospekte-header {
    margin-bottom:0;
    padding-bottom:0;
}
#prospekte-tabelle {
    width:250px;
    min-width:0px;
    max-width:250px;
    right:0;
    position:absolute;
}
#main #prospekte-tabelle table {
    width:250px;
    min-width:0px;
    max-width:250px;
}
#prospekte-tabelle table tbody tr {
    border:none;
}
#prospekte-tabelle table tbody tr.row_first td {
    padding:0;
}
#prospekte-tabelle table tbody td {
    height:22px;
    padding:0 0 .26em;
    text-align:right;
    font:15px/22px 'Basic Commercial Roman',Arial,sans-serif;
}
.ce_form,
.ce_form .widget {
    width:620px;
}
input.text,
.ce_form select {
    width:464px;
    min-width:464px;
    max-width:464px;
    display:inline-block;
    margin-bottom:3px;
    padding-top:0;
    padding-right:8px;
    padding-left:8px;
    background-color:#f6f6f6;
    border:0px solid;
    font:15px/22px 'Basic Commercial Roman',Arial,sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.ce_form select {
    height:22px;
    padding:0 3px;
    line-height:22px;
}
.ce_form textarea {
    width:100%;
    min-width:100%;
    min-height:190px;
    max-width:100%;
    display:block;
    margin-bottom:39px;
    padding-top:0;
    padding-right:8px;
    padding-left:8px;
    background-color:#f6f6f6;
    border:0px solid;
    font-size:15px;
    line-height:22px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.ce_form .widget-headline {
    margin-top:25px;
    margin-bottom:3px;
}
.ce_form label {
    width:140px;
    max-width:140px;
    display:inline-block;
}
input.submit {
    width:224px;
    background-color:#f6f6f6;
    border:0px solid;
    cursor:pointer;
}
input.submit:hover {
    background-color:#e6e6e6;
}
.ce_form p.error {
    display:none;
}
.ce_form label.error,
.ce_form label.error span {
    color:#f00;
}
.ce_form fieldset.error span,
.ce_form fieldset.error label {
    color:#ff0000!important;
}
.ce_form input.error {
    background-color:#ff565c;
}
.ce_form .widget-explanation {
    padding-top:0;
    padding-bottom:25px;
}
.ce_form fieldset span {
    display:block;
    margin-bottom:4px;
}
.ce_form fieldset span input {
    margin-top:5px;
    vertical-align:top;
}
.ce_form fieldset label {
    width:auto;
    max-width:97%;
}
}
