body { 
    background-image: url(/cms/images/bg_verlauf.jpg);
    background-repeat: repeat-x;
}

body, td, div, a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4a4a4a;
}

img {
    border:0;
}

h1 {
    font-size: 16px;
    font-weight: normal;
    color: #7c7c7c;
    margin:0;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #53617d;
    margin:0;
    margin-bottom: 8px;
}


.dl_head {
    font-size: 14px;
    font-weight: normal;
    color: #53617d;
    margin:0;
    margin-bottom: 8px;
    padding-bottom: 10px;

}


a.mainmenue, a.mainmenue:hover {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

a.mainmenue_a, a.mainmenue_a:hover {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}


a.submenue, a.submenue:hover {
    font-size: 12px;
    color: #53617d;
    text-decoration: none;
}

a.submenue_a, a.submenue_a:hover {
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: none;
}

a, a:hover {
color: #4a4a4a;
text-decoration: underline;
}

a.thirdmenue, a.thirdmenue:hover {
    font-size: 10px;
    color: #53617d;
    text-decoration: none;
}

a.thirdmenue_a, a.thirdmenue_a:hover {
    font-size: 10px;
    color: #8d8d8d;
    text-decoration: none;
}


a.fusslink, a.fusslink:hover {
    font-size: 10px;
    color: #53617d;
    text-decoration: none;
    padding-left: 15px;
}


.fuss {
    font-size: 10px;
    color: #53617d;
}


.content {
    padding-left:25px;
    padding-right:20px;
    padding-bottom:18;
    padding-top:0px;
}


.container {
    font-size: 10px;
}


input,select,textarea {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #959595;
}

input.suche {
    color: #b3b3b3;
    width: 117px;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#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:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#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:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}

.ticker {
    font-size: 12px;
    font-weight: bold;
    color: #ff001e;
        }

.newsticker {
    font-size: 12px;
    font-weight: bold;
    color: #ff001e;
}

#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    
    
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
    
}
