/* ********************************************************************* */
/* Kontaktformular */
p.hinweis {
    font-size           : 11px;
}
.module-contact div.contact-descr {
    float               : left;
    width               : 47%;
    font-size           : 12px;
    margin-right        : 20px;
}
.module-contact form {
    float               : right;
    width               : 48%;
}
.module-contact form h2 {
    display             : none;
}
.module-contact .content-box-padding {
    padding             : 0;
}

.module-contact table tr td {
    font-family         : Verdana;
    font-size           : 12px;
}




table.form td.first {
    padding-left        : 0;
    padding-right       : 15px;
    width               : 170px;
}
table.form input {
    font-size           : 12px;
    width               : 210px;
    padding             : 3px 5px;
    color               : #5B6568;
    background-color    : transparent;
}
table.form input:focus,
table.form select:focus,
table.form textarea:focus {
    background-color    : #FCF0F3;
}

table.form label {
    display             : block;
    text-align          : left;
    width               : 100%;
}
table.form select {
    color               : #5B6568;
    font-size           : 12px !important;
    font-family         : Verdana;
    padding             : 2px;
    width               : 222px;
    background-color    : transparent;
}
table.form input.zip {
    margin-right        : 3px;
    width               : 55px;
}
table.form input.city {
    width               : 140px;
}
table.form label.city, 
table.form label.zip {
    display             : inline;
    width               : auto;
}
table.form textarea {
    color               : #5B6568;
    font-size           : 12px;
    background-color    : transparent;
    width               : 210px;
    height              : 80px;
    padding             : 3px 5px;
}

input.submit {
    background-color    : #cc0033;
    width               : 220px;
    height              : 30px;
    border              : 1px solid #cc0033;
    color               : #fff;
    font-family         : Verdana;
    font-size           : 12px;
}


/* ********************************************************************* */
/* Teaser  */
.teaser table tr td {
    font-size           : 12px;
    vertical-align      : top;
    border-bottom       : 1px solid #CCCCCC;
}
.teaser table tr td.image {
    padding-right       : 20px;
}
.teaser table tr td.text h4 {
    font-size           : 13px;
}