body             {font-family: arial; font-size: x-small; color: #000000}
.punkte      {font-family: arial; font-size:13; color:#A42235; font-weight: bold}
.headline        {font-family: arial; font-size:15; color:#000000; font-weight: bold}
.subheadline     {font-family: arial; font-size:13; color:#A42235}
.text        {font-family: arial; font-size:12; color:#000000 }
.navigation {font-family: arial; font-size:12; text-decoration: none; color:#A42235; font-weight: bold}

A:link           {font-family: arial; font-size:12; text-decoration: none; color: #A42235}
A:visited        {font-family: arial; font-size:12; text-decoration: none; color: #A42235}
A:hover          {font-family: arial; font-size:12; text-decoration: none; color: #000000}
A:active         {font-family: arial; font-size:12; text-decoration: none; color: #000000}


A.klein:link    {font-family: arial; text-decoration: none; color: #A42235}
A.klein:visited {font-family: arial; text-decoration: none; color: #A42235}
A.klein:hover   {font-family: arial; text-decoration: none; color: #000000}
A.klein:active  {font-family: arial; text-decoration: none; color: #000000}

ul {list-style-type:none;margin-left: 10;
  padding-left: 10;
 }

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:12px;
}
#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;
}

#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;
   
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
  
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:70%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}

