div#kontaktform form.formular .req {
    font-weight: bold;
}

div#kontaktform form.formular .des {
    clear: both;
    float: left;
    width: 9em;
    margin-bottom: 3px;
}

div#kontaktform form.formular br.clear {
    clear: both;
}

div#kontaktform form.formular .post {
    border: 1px #B0B0B0 solid;
    margin: 1px;
    background-color: #F9F9F9;
    font-size: 100%;
}

div#kontaktform form.formular label {
    margin: 3px;
}

div#kontaktform form.formular .post:focus {
    background-color: #FFF;
}

div#kontaktform form.formular input.w1 {
    width: 150px;
}

div#kontaktform form.formular input.w2 {
    width: 50px;
}

div#kontaktform form.formular .right {
    text-align: right;
    width: 3em;
    margin-right: 1em;
}

div#kontaktform form.formular .h2 {
    height: 2em;
}

div#kontaktform form.formular .h3 {
    height: 3em;
}

div#kontaktform form.formular .max {
    width: 95%;
    height: 15em;
}

div#kontaktform form.formular div {
    text-align: right;
}

