body {
    background-image: url(/cms/images/bg.gif);
    margin:0;
    margin-top:34px;
}

body, td, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0e387f;
}

h1 {
    font-size: 16px;
    font-weight: normal;
    color: #0e387f;
    margin:0px;
}

h2 {
    font-size: 12px;
    font-weight: normal;
    color: #0e387f;
    margin:0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin:0;
}


a, a:hover
{
    color: #c61416;
}

a.mainmenue, a.mainmenue:hover {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-left:11px;
    padding-right:11px;

}

a.mainmenue_a, a.mainmenue_a:hover {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-left:11px;
    padding-right:11px;

}


a.submenue, a.submenue:hover {
    font-size: 12px;
    color: #0e387f;
    text-decoration: none;
}

a.submenue_a, a.submenue_a:hover {
    font-size: 12px;
    color: #c61416;
    text-decoration: none;
}


.scroll {
    font-size: 12px;
    color: #063f6f;
}

.fuss {
    font-size: 10px;
    color: #0e387f;
    padding-left:3px;
    padding-right:3px;
    padding-top:3px;
}

.fuss a, .fuss a:hover{
    color: #0e387f;
    padding-left:15px;
    text-decoration: none;
}


.content {
    padding-right:37px;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:37px;
}

.content_container {
    padding-right:15px;
    padding-top:22px;
    padding-bottom:15px;
    padding-left:15px;
    
    font-size:10px;
}


input,select,textarea {
    width: 200px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #878787;
    color: #878787;
}

input.suche {
    color: #5c5b60;
    background-color: #ffffff;
    font-size: 11px;
    border: 1px solid #636468;
    width: 115px;
}
img {
    border:0;
}

/* ###################################################### */
/* ####################### 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 {
    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;
}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}


