/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.ihk-nordwestfalen.de
| past | 2009-04-08
| 
| inhaltsverzeichnis
| - ==navigation:   Navigation
| - ===service:     Servicenavigation
| - ===main:        Hauptnavigation
| - ===spec:        Spezifikation der einzelnen Hauptpunkte
| - ===noscript:    Noscript-Bereich
| - ===footer:      Navigation im Content-Footer
| - ==breadcrumb:   Brotkrumennavigation
| - ==sitemap:      Sitemap
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation ===service */
  
#navigation-main {
    float: none;
    clear: both;
    position: relative;
    z-index: 200;
    width: 100%;
    height: 27px;
    background-color: #155092;
}


/* Ebene 1 */

#navigation-main ul {
	height: 27px;
}

#navigation-main li {
	position: relative;
    border-right: 1px solid #fff;
    display: block;
    float: left;
    height: 27px;
    line-height: 27px;
}

#navigation-main li.sfHoverColor {
    background: #DDDEE0;
}

#navigation-main li.last div {
    border-right: none;
}

#navigation-main li a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}
#navigation-main li.sfHoverColor a {
    color: #000;
}

#navigation-main li a { display: block; padding: 0 7px; }


/* Ebene 2 */

#navigation-main li ul {
    position: absolute;
    left: 0;
    top: 22px;
    width: 174px;
    display: none;
    padding: 5px 0;
    background: #EDEFF2;
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
}
#navigation-main li.first ul {
	left: auto;
	right: 0;
}

#navigation-main li.sfHover ul {
	display: block;
}

#navigation-main li li {
    border: none;
    float: none;
    height: auto;
    padding: 3px 5px;
}

#navigation-main li li a,
#navigation-main li.last li a {
    font-size: 11px;
    height: auto;
    line-height: 16px;
    text-align: left;
}

#navigation-main li li a:hover {
    text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation ===footer */

#footer { clear: both; border-top: 1px solid #CED3DC; margin: 5px 0 15px 0; padding-top: 5px; zoom: 1; }

#footer #navigation-various { width: 49%; float: left; }
#footer #navigation-various ul {}
#footer #navigation-various li { float: left; margin-right: 10px; }
#footer #navigation-various a { color: #4d4d4d; font-size: 11px; height: 22px; line-height: 22px; font-weight: normal; text-decoration: none; }

#footer #pagetools { width: 49%; float: right; }
#footer #pagetools ul {}
#footer #pagetools li { float: right; margin-left: 10px; }
#footer #pagetools a {}
#footer #pagetools img { margin: 0 !important; }



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==breadcrumb */
  
#breadcrumb {
    height: 30px;
    width: 100%;
}

#breadcrumb p {
    color: #155092;
    float: left;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
}

#breadcrumb ul {
    margin-left: 110px;
}

#breadcrumb ul li {
    background: url(../images/breadcrumb-divider.png) no-repeat left center;
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    height: 30px;
}

#breadcrumb ul li,
#breadcrumb ul li a {
    color: #2E2D2F;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px;
}

#breadcrumb ul li.last {
    font-weight: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==sitemap */
  
/* Allgemein */
#sitemap {}
#sitemap ul { margin: 0 0 5px 0; list-style-type: none; }
#sitemap ul li {}
#sitemap ul li a { color: #155092; background: transparent url(../images/link.png) left top no-repeat; padding-left: 20px; }

/* Ebene 1 */
#sitemap ul.level_1 {}
#sitemap ul.level_1 li { margin-bottom: 15px; font-weight: bold; font-size: 12px; }
	
/* Ebene 2 */
#sitemap ul.level_2 { margin-left: 20px; }
#sitemap ul.level_2 li { margin-bottom: 10px; }
#sitemap ul.level_2 li a {}

/* Ebene 3 */
#sitemap ul.level_3 { margin-left: 20px; }
#sitemap ul.level_3 li { margin: 2px 0; }
#sitemap ul.level_3 li a { font-weight: normal; }

/* Ebene 4 */
#sitemap ul.level_4 { margin-left: 20px; }
#sitemap ul.level_4 li { margin: 2px 0; }
#sitemap ul.level_4 li a { font-weight: normal; }
