span.required {
    font-size: 80%;
    color: red;
}

#vorschauBox {
    width: 700px;
    padding: 10px;
}

#vorschauBox h2 {
    margin: 0;
}

#vorschauBox hr {
    float: none;
    clear: both;
    margin-top: 30px;
    margin-bottom: 10px;
}

#vorschauBox table.vorschau {
    width: 100%;
    margin-top: 20px;
}

#vorschauBox table.vorschau th {
    background-color: #EEE;
    font-size: 80%;
    font-weight: bold;

}

#vorschauBox table.vorschau caption {
    background: none;
    font-weight: bold;
    font-style: italic;
}

#vorschauBox img {
    border: 1px solid black;
}

#tableFragebogen {

}

#tableFragebogen td {
    vertical-align: top;
}

#tableFragebogen input[type=text] {
    width: 95%;
}

#tableFragebogen input {
    vertical-align: baseline;
}