@charset "utf-8";

/* ###################################################### */
/* ####################### 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:#555555;;
    padding:0 20px 0 0;
    background-image:url(../images/navi_pfeil_zu.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;
}



/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    margin:0;
    padding:0;
    background-color:transparent;
}
#navigation ul li {
    margin:0;
    padding:0 0 0 27px;
    list-style-type:none;
    
}
#navigation ul li a {
    display:block;
    height:22px;
    width:143px;
    margin:15px 20px 0px 0px;
    padding:5px 0 0 20px;
    font-size:15px;
    color: #555555;
    font-family:  Arial, Helvetica, sans-serif;
    background-image:url(../images/n5.jpg);
    background-position:0px 2px;
    background-repeat:no-repeat;
    text-decoration:none;
}


/* Level 2 */
#navigation ul.subNavigation {
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    height:19px;
    font-size:11px;
    background-image:url(../images/p_pfeil.jpg);
    background-position:0px 5px;
    margin:0px 0px 0px -20px;
    background-repeat:no-repeat;
}



/* Level 3 */
#navigation ul.subSubNavigation {
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
}


/*        Navi END             */

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:25px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:120px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#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;
}



html, body, div, p, td, a, input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    color:#606060;
}

body  {
    font: 100% Arial, Helvetica, sans-serif;
    margin: 10 px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0;
    text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    color: #000000;
    background-color: #333333;
    }
    
    .twoColFixLtHdr H1
    {
    font-size: 20px;
    font-style: italic;
    color: #e9000b;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #e9000b;
    text-align: right;
    font-weight: normal;
    }
    
        .twoColFixLtHdr H2
    {
    font-size: 14px;
    color: #e9000b;
    text-align: left;
    font-weight: normal;
    }
    
    .twoColFixLtHdr #MainPageTop {
    width: 850px;
    text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: #FFFFFF;
    background-image: url(../images/bg_navi.jpg);
    background-repeat: repeat-y;
    font-size:11px;
    } 
        .twoColFixLtHdr #MainPageFooter {
    width: 850px;
    text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    margin-right: auto;
    margin-left: auto;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: #FFFFFF;
    background-image: url(../images/bg_navi.jpg);
    background-repeat: repeat-y;
    font-size:11px;
    } 
    
    .twoColFixLtHdr #TopNavi {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    margin-left: 191px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: right;
    background-image: url(../images/layout1_02.jpg);
    background-repeat: no-repeat;
    } 
        .twoColFixLtHdr #HeaderPic {
    height: 177px;
    } 
 
  .twoColFixLtHdr #TopNavi a{
  
  text-transform: uppercase;
    color: #ffffff;
    text-decoration:none;
  }
  .twoColFixLtHdr #TopNavi a:hover{
  text-decoration:underline;
  
  }
  
    .twoColFixLtHdr #Logo {
    clear: left;
    float: left;
    width: 191px;
    padding-top: 30px;
    padding-left: 0px;
    height: 110px;
    text-align: center;
    }
    
    .twoColFixLtHdr #logoTop
    {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    }
    
        .twoColFixLtHdr #MainNavi {
    width: 171px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    clear: left;
    float: left;
    }
    


    
    .twoColFixLtHdr #MainContent {
    margin-left: 192px;
    padding-right: 20px;
    padding-left: 80px;
    clear: right;
    margin-top: 20px;
    padding-bottom: 30px;
    } 
    
      .twoColFixLtHdr #PictoNavi {
    padding: 0 10px 0 20px;
    width: 150px;
    text-align: center;
    height: 30px;
    } 
    
    .twoColFixLtHdr #Footer {
    width: 850px;
    text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
    } 
            .twoColFixLtHdr #TelBox {
    width: 150px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 20px;
    clear: left;
    float: left;
    font-size: 10px;
    color: #CCCCCC;
    text-transform: uppercase;
    font-weight: bold;
    }
 .twoColFixLtHdr #FooterNavi  {
    margin-left: 200px;
    } 
     .twoColFixLtHdr #FooterNavi a {
     font-weight: bold;
    text-decoration:none;
    text-align: center;
    color: #CCCCCC;
    text-transform: uppercase;
    font-size: 10px;
    } 
    
        .twoColFixLtHdr #FooterNavi a:hover {
    text-decoration:underline;

    } 
    
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
        float: right;
        margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
        float: left;
        margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    
    
/**
 * 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: #ffdada;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #fcebeb;
        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;
}
