/* ###################################################### */
/* ####################### Links ############'#### */
/* ###################################################### */




a:link             {color:#FFFFFF; font-family:arial; font-size:12px; text-decoration:none;}
a:visited          {color:#FFFFFF; font-family:arial; font-size:12px; text-decoration:none;}
a:active           {color:#FFFFFF; font-family:arial; font-size:12px; text-decoration:none;}
a:hover            {color:#FFFFFF; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold;}




/* ###################################################### */
/* ####################### UL Lists ############'#### */
/* ###################################################### */



ul li {
    padding: 0px 0px 15px 0px;
    }
    
ul li a {
    font-family:arial;
    color: #ffffff;
    font-weight: bold;
    }





/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:12px;
    font-family:arial;
    color:#ffffff;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:20px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:12px;
    font-family:arial;
    color:#000000;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}