/*******************************************************************************/
/* Kontaktformular */
.module-contact form {
    float               : right;
    width               : 50%;
}

.module-contact .contact-descr {
    float               : left;
    width               : 50%;
}

.module-contact form table.form td.first {
    width               : 100px;
}

.module-contact form table.form input {
    font-size           : 11px;
    padding             : 2px;
    width               : 175px;
}

.module-contact form table.form select {
    font-size           : 11px;
    padding             : 2px;
    width               : 181px;
}

.module-contact form textarea {
    height              : 125px;
    width               : 177px;
}

.module-contact form table.form input.zip {
    margin-right        : 3px;
    width               : 45px;
}


.module-contact form table.form input.city {
    width               : 121px;
}

.module-contact form  .content-box h2 {
    background          : none repeat scroll 0 0 #0160B0;
    border-bottom       : 1px solid #8A8A8B;
    color               : #fff;
}

ul.options input.submit {
    height              : 25px;
    padding-left        : 15px;
    padding-right       : 15px;
    cursor              : pointer;
    background-color    : #0160B0;
    color               : #fff;
    font-weight         : bold;
    font-size           : 12px;
    border              : 1px solid #0160B0;
}

.module-contact {
    padding             : 18px;
}

/*******************************************************************************/
/* News */

div.teaser .text h4,
div.teaser .text p {
    margin-left         : 20px;
}

div.teaser .image {
    vertical-align      : top;
}
.frontend_error .frontend-error {
    padding             : 10px;    
}
