/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#KontaktForm {
    font-size:100%;
    color:(80,80,80);
}
#KontaktForm .KontaktRow {
    margin:10px 0;
    padding-bottom:10px;
}
#KontaktForm label {
    display:block;
    float:left;
    width:80px;
    padding:10px;
}
#KontaktForm .KontaktRow input, #KontaktForm .KontaktRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#KontaktForm .KontaktRow select {
    border:1px solid #ccc;
    width:172px;
    background-color:#fff;
}
* html #KontaktForm .KontaktRow input, * html #KontaktForm .KontaktRow textarea {
    width:343px;
}

#KontaktForm .KontaktRow input {
    height:14px;
    background-color:#fff;
}

#KontaktForm .KontaktRow textarea {
    height:105px;
    font-size:14px;
}

#KontaktFormSubmit #KontaktFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #KontaktFormSubmit #KontaktFormSubmitLeft {
    margin:0 0 0 26px;
}
#KontaktFormSubmit #KontaktFormSubmitRight {
    float:right;
    width:174px;
}

#KontaktFormSubmit #KontaktFormSubmitLeft input, 
#KontaktFormSubmit #KontaktFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#e2001a;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:100%;
    font-weight:bold;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#KontaktFormSubmit #KontaktFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
    background-color:#fff;
    color:#e2001a;
}

#KontaktForm table {
    width:497px;border-collapse:collapse;
}
#KontaktForm table td {
    padding:10px;
    /*width:20px;*/
}
#KontaktForm table td.pt {
    padding-top:2px;
    border:none;
    font-size:120%;
}
* html #KontaktForm table td.pt {
    padding-top:0;
}
