body { 
    background-image: url(/cms/images/bg.gif);
    background-repeat: repeat-x;
}

body, td, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #ce142b;
    margin:0;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin:0;
    margin-bottom: 8px;
}


a.mainmenue, a.mainmenue:hover {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}

a.mainmenue_a, a.mainmenue_a:hover {
    font-size: 14px;
    color: #fe0006;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}


a.submenue, a.submenue:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.submenue_a, a.submenue_a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #fe0006;
    text-decoration: none;
}


a.submenue2, a.submenue2:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
    padding-left: 30px;
}

a.submenue2_a, a.submenue2_a:hover {
    font-size: 12px;
    color: #fe0006;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    padding-left: 30px;
}


a.fusslink, a.fusslink:hover{
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 13px;
}

.fuss {
    font-size: 10px;
    color: #ffffff;
}


.content {
    padding-left:37px;
    padding-right:37px;
    padding-bottom:15px;
    padding-top:23px;
    
    color: #ffffff;
}


input,select,textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #707070;
}

input.suche {
    color: #5c5b60;
    background-color: #c2c4c6;
    font-size: 11px;
    border: 0px;
    width: 135px;
}
img{border:none;}

/* ###################################################### */
/* ####################### 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(/cms/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 {
    width:85%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        
        padding: 3px 3px 3px 10px;
        
}

.sitemap .level2 {
       
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
                padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

