body { 
    background-image: url(/cms/images/bg_verlauf.jpg);
    background-repeat: repeat-x;
}

body, td, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5b5b5b;
}

a, a:hover {
    font-size: 11px;
    color: #2e4b9b;
    text-decoration: none;
  
}
h1 {
    font-size: 18px;
    font-weight: normal;
    color: #2e4b9b;
    margin:0;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #185ea9;
    margin:0;
    margin-bottom: 8px;
}


a.mainmenue {
    font-size: 12px;
    color: #5b5b5b;
    text-decoration: none;    
}

a.mainmenue:hover {
    font-size: 12px;
    color: #2e4b9b;
    text-decoration: none;   
}

a.mainmenue_a {
    font-size: 12px;
    color: #2e4b9b;
    text-decoration: none;
}

a.mainmenue_a:hover {
    font-size: 12px;
    color: #2e4b9b;
    text-decoration: none;
}



a.submenue {
    font-size: 11px;
    color: #5b5b5b;
    text-decoration: none;
}

a.submenue:hover {
    font-size: 11px;
    color: #2e4b9b;
    text-decoration: none;
}

a.submenue_a {
    font-size: 11px;
    color: #2e4b9b;
    text-decoration: none;
}

a.submenue_a:hover {
    font-size: 11px;
    color: #2e4b9b;
    text-decoration: none;
}


a.fusslink, a.fusslink:hover {
    font-size: 11px;
    color: #2e4b9b;
    text-decoration: none;
    padding-left: 15px;
}


.fuss {
    font-size: 11px;
    color: #2e4b9b;
}


.content {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:0px;
    padding-top:10px;
}


input,select,textarea {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #5b5b5b;
}

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 {
    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 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 {
        background-color: #ffffff;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


