/* 
	Navigation
	(www.pro-bild.de)

	Autor: Martin Use (mu@metalab.de)
	Datum: 02/2006
	letzte Änderung: 12.02.2006 (mu)

*/

/* ###### Allgemeines ###### */
#navigation {
	position:absolute;
	top:9em;
	left:0em;
	margin-left:22px;
	padding-top: 4em;
	background: url(bg_leftcol_top.png) left top no-repeat;
}

.nav {
	padding-left: 20px;
	width: 10em;
	padding-bottom: 1em;
}

.nav ul {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.nav ul li ul {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
}

/* ###### Items ###### */

.nav li {
	display: inline;
	margin: 0.1em 0;
}

/* IE ignores this */
html[xmlns] .nav li {
	display: block;	
}

.nav ul ul li {
	width: 9em;
}

.nav ul ul a {
	padding-left: 35px;
	font-size: 0.9em;
	width: 8em;
}

.nav a {
	display: block;
	color: #173181;
	text-decoration: none;
	padding: 0.1em 0.5em;
	padding-left:27px;
	line-height: 1.6em;
	margin: 0.3em 0;
	margin-left: -20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 9em;
}

.nav a:visited {
	color: #558;
}

.nav li.selected a{
	background: url(nav_selected.png) left center no-repeat;
	font-weight: bold;	
}

.nav li a{
	background: url(nav_inactive.png) left center repeat-y;	
}

.nav li.selected {
	background: #FFECA1 url(bg_nav_selected.png) right bottom no-repeat;
}

.nav li.subselected {
	background: #E0E5F3 url(bg_nav_active.png) right bottom no-repeat;
	
}

.nav li.subselected a {
	font-weight: bold;
}

.nav a:hover {
	background: url(nav_active.png) left center no-repeat;
	text-decoration: underline;
}
