/**
 * ---------------------------------------
 * CSS blue horse	
 * --------------------------------------- 
 * 
 * info@l-vogel.de
 * erstellt: 2008-02-26
 * 
 *
 */
.navcontainers {
    margin: 0;
}
/* 1. Ebene */
.navcontainers ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	
}
/*
.navcontainers ul li {
	background-color: silver;
}
*/
.navcontainers ul li {
	margin: 0;
    padding: 0;
	/* Wichtig: Border fuer alle li definieren, sonst zeigt IE nicht die korrekte hoehe an */
	border-bottom: 1px solid #dce8f1;
}
.navfirst a {
    display: block;
	margin: 0;
    padding: 3px 0 0 8px;
	height:19px;
	width: 170px;
	margin:0;
    color: #666;
	font-weight: normal;
    text-decoration: none;
	font-size: 12px;
	background-image:url(../images/bg_navi.gif);
	background-repeat:no-repeat;
}
.navfirst a:hover {
    display: block;
	margin: 0;
    padding: 3px 0 0 8px;
	height:19px;
	width: 170px;
	margin:0;
    color: #002042;
	font-weight: bold;
    text-decoration: none;
	font-size: 11px;
	background-image:url(../images/bg_navi.gif);
	background-repeat:no-repeat;
}

.navfirst_open a, .navfirst_open a:hover  {
  	display: block;
	margin: 0;
    padding: 3px 0 0 8px;
	height:19px;
	width: 170px;
	margin:0;
    color: #002042;
	font-weight: bold;
    text-decoration: none;
	font-size: 11px;
	background-image:url(../images/bg_navi.gif);
	background-repeat:no-repeat;
}

#current a {
	display: block;
	margin: 0;
    padding: 3px 0 0 8px;
	height:19px;
	width: 170px;
	margin:0;
    color: #002042;
	font-weight: bold;
    text-decoration: none;
	font-size: 11px;
	background-image:url(../images/bg_navi.gif);
	background-repeat:no-repeat;
}
#current a:hover {
	display: block;
	margin: 0;
    padding: 3px 0 0 8px;
	height:19px;
	width: 170px;
	margin:0;
    color: #002042;
	font-weight: bold;
    text-decoration: none;
	font-size: 11px;
	background-image:url(../images/bg_navi.gif);
	background-repeat:no-repeat;
}



/* 2. Ebene */
#subnav {
	position: absolute;
	z-index:auto;
	top: 281px;
	left: 270px;
}

#subnav li {
	margin: 0;
    padding: 0;
}
.sub a {
    display: block;
    padding: 1px 4px 0 15px;
	height:20px;
	margin-bottom: 18px;
    color: #fff;
	font-weight: normal !important;
    text-decoration: none;
	background-color: #999;
	font-size: 10px !important;
}

#subcurrent a {
    display: block;
    padding: 1px 4px 0 15px;
	height:20px;
	margin-bottom: 18px;
    color: #ffaa00;
	font-weight: normal !important;
    text-decoration: none;
	background-color: #999;
	font-size: 10px !important;
}

.sub a:hover, #subcurrent a:hover {
    display: block;
    padding: 1px 4px 0 15px;
	height:20px;
	margin-bottom: 18px;
    color: #ffaa00;
	font-weight: normal !important;
    text-decoration: none;
	background-color: #999;
	font-size: 10px !important;
}

/* 3. Ebene */
/*
#subsubnav li {
	margin: 0;
    padding: 0;
	background-color: #D3DFE9 !important;
}

#subsubnav a {
    display: block;
    padding: 1px 4px 1px 24px !important;
    color: #222  !important;
	font-size: 85% !important;
    background-color: #DBE9D2 !important;
	text-decoration: none;
	
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
#subsubcurrent a {
    display: block;
    padding: 1px 4px 1px 24px !important;
    color: #222  !important;
	font-size: 85% !important;
	text-decoration: none;
    background-color: #DBE9D2 !important;
	background-image: url(../images/arrow_nav.gif) !important;
	background-repeat: no-repeat;
	background-position: 13px 3px !important;
}
#subsubnav a:hover, #subsubcurrent a:hover {
	background-color: #DBE9D2 !important;
	text-decoration: none;
	padding: 1px 4px 1px 24px !important;
	background-image: url(../images/arrow_nav.gif);
	background-repeat: no-repeat;
	background-position: 13px 3px !important;
}
*/
/* 4. Ebene */
/*
#subsubsubnav li {
	margin: 0;
    padding: 0;
	background-color: #D3DFE9 !important;
}

#subsubsubnav a {
    display: block;
    padding: 1px 4px 1px 34px !important;
    color: #666  !important;
	font-size: 74% !important;
    background-color: #DFE8EF !important;
	text-decoration: none;

	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}

#subsubsubcurrent a {
    display: block;
    padding: 1px 4px 1px 34px !important;
    color: #666  !important;
	font-size: 74% !important;
	text-decoration: none;
    background-color: #DFE8EF !important;
	background-image: url(../images/arrow_nav.gif) !important;
	background-repeat: no-repeat;
	background-position: 23px 3px !important;
}

#subsubsubnav a:hover, #subsubsubcurrent a:hover {
	background-color: #EAF1F7 !important;
	text-decoration: none;
	padding: 1px 4px 1px 34px !important;
	background-image: url(../images/arrow_nav.gif);
	background-repeat: no-repeat;
	background-position: 23px 3px !important;
}
*/

