/*****************************************************
 ************** Farben für Neu Werbung ******************
 *****************************************************
 *
 ***** Logo *****
 
 ***** Layout *****   
 Fliesstextgrau    : #58585a
 Dunkelgrau        : #42494e
 Blau              : #00a3d9
 
 Neu Werbung:
 Hellblau: #d6e0ed
 Orange Logo: #ff8136
 Dunkelblau Logo: #00519e

 */

/* ###################################################### */
/* #################### META NAVIGATION ################# */
/* ###################################################### */

ul#metaNavigation {
    text-align:right;
    line-height:30px;
    padding:0px 0px 0px 0px;
    margin:0px 6px 0px 0px;
    color: #fff;
    background-color:transparent;    
}
ul#metaNavigation li {
    margin:0;  
    padding:0px 4px 0 6px; 
    display:inline;
    border-left:1px solid #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    font-weight: normal;
    color: #fff;    
}
ul#metaNavigation li a {
    text-decoration:none;
    color: #fff;
}
ul#metaNavigation li a:hover {
    text-decoration:underline;
}
/*############## Ende Meta Navigation ####################*/

/* ###################################################### */
/* #################### HAUPT-NAVIGATION ################ */
/* ###################################################### */

/* Level 1 */
#navigation ul {
   width:194px;
    margin:30px 0 0 0;
    padding:0;
    background-color:transparent;
    list-style-image:none;
}
#navigation ul li {
    width:194px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
    }
#navigation ul li a {
    display:block;
    width:164px;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0 0 30px;
    font-size:12px;
    color:#00519e;
    background: #d6e0ed url(../layoutpics/nav_passive.gif) repeat-x;
    text-decoration:none;
        }
#navigation ul li a:hover {
    font-weight:bold;    
    color:#00519e;   
}
#navigation ul li.active a {
    background: #d6e0ed url(../layoutpics/nav_active.gif) repeat-x;
    color:#00519e;
    font-weight:bold;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    width:194px;
    margin:0;
    padding:0;
    display:block;  
}
#navigation ul li.navmainStandardLevel_2 a {
   color: #00519e;
   width:154px;
   padding:0 0 0 40px;
   background-color: #fff;
   background-image: none;
}
#navigation ul li.navmainStandardLevel_2 a:hover {
    color: #00519e;
    font-weight:bold;
    background-image: none;
    background-color: #fff;
}
#navigation ul li.navmainStandardLevel_2 a.active {
    color: #00519e;
    background-color: #fff;
    background-image: none;    
}


/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    width:194px;
    margin:0px;
    padding:0;
    display:block;  
    }
#navigation ul li.navmainStandardLevel_3 a {
   color: #00519e;
   width:139px;
   height:20px;
   line-height:20px;
   padding:0 0 0 55px;
   background-color: #fff;
   background-image: none;
}
#navigation ul li.navmainStandardLevel_3 a:hover {
    background-color: #fff;
    color: #00519e;
    font-weight:bold;
    background-image:none;
}
#navigation ul li.navmainStandardLevel_3 a.active {
    background-image: none;
    color: #00519e;
}

/* ################# Ende Hauptnavigation ############### */

/* ###################################################### */
/* ####################### Suche ################## */
/* ###################################################### */
#search {
    float:right;
    width:194px;
    height:30px;
    margin:0;
    padding:0;
    background: #d6e0ed url(../layoutpics/nav_passive.gif) repeat-x;
    }
#search td label {
    font-size:11px;
    color: #00519e;
    display:block;
    float:left;
    width:38px;
    padding:0 0 0 15px;
}
#search td input {
    border:1px solid #A2A2A2;
    width:110px;
    height:14px;
    font-size:11px;
}
#search td input.sbmt {
    border:0;
    width:16px;
    height:16px;
    margin:0px 7px 0 2px;
}

/******** Suche Output **********/
.searchResultItem {
    margin: 20px 0 40px 0;
}

/* ################# Ende Suche ################### */

/* ###################################################### */
/* ################### Bottomnavigation ################# */
/* ###################################################### */
#bottomnavi {
    margin: 0px 0px 5px 0px;
    padding-top:5px;
    color: #FDF8FB;
}

#bottomnavi a { 
    font-size:10px;
    color: #FDF8FB;
    text-decoration: none;   
}

#bottomnavi a:hover { 
    font-size:10px;
    color: #FDF8FB;
    text-decoration: underline;    
}  
/* ############### Ende Bottomnavigation ################ */

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */



/* ###################################################### */
/* ####################### Login  ####################### */
/* ###################################################### */

#login_form {
    margin: 20px 0 20px 0;
    padding: 15px;
    border: 1px solid #ccc;
    background-color:#E4B6C3;
}

#login_form h3 {
    margin: 10px 0 20px 0;
}

#login_form input.eingabe {
    width:180px;
    height:14px;
    border:1px solid #ccc;
    font-size:11px;
    margin:0 0 10px 0;
}
#login_form * html input .eingabe {
    width:142px;
}

#login_form label {
    display:block;
    width:80px;
    float:left;
    margin:0 0 4px 0;
}

#login_form #loginBtn {
    margin:20px 0 0 20px;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}
/* ###################################################### */
/* ###################### Sitemap ####################### */
/* ###################################################### */
.sitemap, .sitemap ul {
        margin:0;
        padding:0;
        list-style-type: none !important;
        list-style-image: none !important;
        
}

.sitemap li {
        
        list-style-type: none;
        line-height: 20px;
        text-decoration:none important;
        list-style-type:none;
}

.sitemap .level1 {
        margin:0;
        padding:0;
        border-bottom: 1px solid #fff;
}
.sitemap .level1 a {
        margin-right:240px;
        margin-left:20px;
        padding: 0 0 0 20px;
        text-decoration:none important;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        letter-spacing:0.5px;
        color: #fff;
        background: #d6e0ed url(../layoutpics/nav_active.gif) repeat-x;
        display:block;

}
.sitemap .level1 a:hover {
        padding: 0 0 0 20px;
        text-decoration: none important;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        letter-spacing:0.5px;
        color: #fff;
        background-color:#ff8137;
        display:block;
}

.sitemap .level2 {
        margin:0;
        padding:0;
        border-bottom: 1px solidd #fff;        
}
.sitemap .level2 a {
        padding: 0 0 0 50px;
        background: #d6e0ed url(../layoutpics/nav_passive.gif) repeat-x;
        display:block;
        font-family: Arial, Helvetica, sans-serif;
        font-size:11px;
        text-decoration:none important;
        color:#004e9b;
}
.sitemap .level2 a:hover {
        padding: 0 0 0 50px;
        background-color:#fff;
        display:block;
        font-family: Arial, Helvetica, sans-serif;
        font-size:11px;


}
.sitemap .level3 {
        margin:0;
        padding:0;
        border-bottom: 1px dotted #666;  
}
.sitemap .level3 a {
        padding: 0 0 0 60px;
        background-color:#f4f4f6;
        display:block;
        font-family: Arial, Helvetica, sans-serif;
        font-size:11px;
        text-decoration:none important;
        color:#666;
}
.sitemap .level3 a:hover {
        padding: 0 0 0 60px;
        background-color:#fff;
        display:block;
        font-family: Arial, Helvetica, sans-serif;
        font-size:11px;
        text-decoration:none important;
        color: #666;

}




/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}
/* ###################### Ende Sitemap ####################### */

/* ##################### Ende Login  #################### */



/* ###################################################### */
/* ###################### Artikelliste ################## */
/* ###################################################### */
#artikelliste h2 a {
    margin:0;
    padding:0;
    color:#A61E5C;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    }

#artikelliste h2 a:hover {
    text-decoration:underline;
}

#artikelliste p {
    margin:0;
    padding:0;
    }
#artikelliste .teaser_img {
    float:left;
    margin:8px;
    margin-left:0;
}

/* ################# Ende Artikelliste ################## */

