.subnav {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	width: 220px;
}

/* default style for ul elements */
.subnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}  
.subnav ul li {
	margin-right: 0px;
}

/* override a tags inside span with selected class */
.subnav a.selected {
	font-style: normal ! important;
	text-decoration: none ! important;
	color: #000000;
}

/* style default a tags */ 
.subnav a {
	padding: 2px 20px 2px 0px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	color: #1F577C;
}
/* style default a tags 2nd level */
.subnav ul ul li a {
	padding: 2px 35px 2px 0px;
}
/* style default a tags 3rd level */
.subnav ul ul ul li a {
	padding: 2px 50px 2px 0px;
}
.subnav span.selected a, .subnav a.selected, .subnav a.selected:hover, .subnav a.selected:active {
	margin: 0px;
	font-weight: bold;
	color: #1F577C;
	background-color: #FFFFFF;
	background-image:url(../../images/site/tree_sub_bullet.gif);
	background-repeat:no-repeat;
	background-position: 205px 7px;
}
.subnav ul ul li span.selected a, .subnav ul ul li a.selected, .subnav ul ul li a.selected:hover, .subnav ul ul li a.selected:active {
	background-position: 190px 7px;
}
.subnav ul ul ul li span.selected a, .subnav ul ul ul li a.selected, .subnav ul ul ul li a.selected:hover, .subnav ul ul ul li a.selected:active {
	background-position: 175px 7px;
}
.subnav a.breadcrumb {
	font-weight: bold;
	background-image:url(../../images/site/tree_sub_bullet.gif);
	background-repeat:no-repeat;
	background-position: 205px 7px;
}
.subnav a:hover {
	background-image:url(../../images/site/tree_sub_bullet.gif);
	background-repeat:no-repeat;
	background-position: 205px 7px;
}
/* style default hover tags 2nd level */
.subnav ul ul li a:hover {
	background-position: 190px 7px;
}
/* style default hover tags 3rd level */
.subnav ul ul ul li a:hover {
	background-position: 175px 7px;
}

/* --- Farbnavigation ---- */
.blau_body .subnav a:hover {
	background-color: #E5F1F7;
}
.gruen_body .subnav a:hover {
	background-color: #EBF8F2;
}
.orange_body .subnav a:hover {
	background-color: #FCF3E7;
}
.violett_body .subnav a:hover {
	background-color: #F5E5EA;
}


/* --- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.subnav img {
	border: 0px;
}
.subnav li.image, .subnav li.moimage {
	margin: 0px;
	padding: 0px;
}
.subnav li.image a, .subnav li.image a:active, .subnav li.moimage a, .subnav li.moimage a:active {
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}
.subnav li.image a:hover, .subnav li.moimage a:hover {
	background-color: transparent !important;
	background-image: none !important;
}
