/*
	Contenido based navigation
	(c) 2008 Online-Info Service GmbH
	
	Navigation.css = Navigation
*/

/*----------------------------------------------------------- Navigation  - allgemeine Einstellungen */
#navigation
{
	padding: 0px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	width: 135px;
	/* IE < 5 */
	width: 140px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 135px;
}
/* Opera & Co */
html>body #navigation 
{
   width: 135px;
}

#navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
/*----------------------------------------------------------- Level 1 (Hauptpunke) */
#navigation ul li.level_1_inaktiv
{
	border-bottom: 2px solid white;	
	margin: 0px;	
}

/* ----------------------------------- Hauptpunke Inaktiv */
#navigation ul li.level_1_inaktiv a
{
	display: block;
	width: 100%;
	background-color: #E6DCD2;
	padding: 3px;
	text-decoration: none;
	color: #AF0102;
	font-weight: bold;
}
/* ----------------------------------- Hauptpunke Inaktiv MouseOver*/
#navigation ul li.level_1_inaktiv a:hover
{
	display: block;
	width: 100%;
	background-color: #AF0102;
	padding: 3px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
/* ----------------------------------- Hauptpunke Aktiv */
#navigation ul li.level_1_aktiv
{
	border-bottom: 2px solid white;	
	margin: 0px;	
}
#navigation ul li.level_1_aktiv a
{
	display: block;
	width: 100%;
	background-color: #AF0102;
	padding: 3px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
/*----------------------------------------------------------- Level 2 (Unterpunkte) */
#navigation ul li.level_2_inaktiv
{
	border-bottom: 2px solid white;	
	margin: 0px;	
}

/* ----------------------------------- Hauptpunke Inaktiv */
#navigation ul li.level_2_inaktiv a
{
	display: block;
	width: 100%;
	background-color: #FBF7F4;
	padding: 3px;
	text-decoration: none;
	color: #80716E;
	font-weight: bold;
}
/* ----------------------------------- Hauptpunke Inaktiv MouseOver*/
#navigation ul li.level_2_inaktiv a:hover
{
	display: block;
	width: 100%;
	background-color: #80716E;
	padding: 3px;
	text-decoration: none;
	color: #FBF7F4;
	font-weight: bold;
}
/* ----------------------------------- Hauptpunke Aktiv */
#navigation ul li.level_2_aktiv
{
	border-bottom: 2px solid white;	
	margin: 0px;	
}
#navigation ul li.level_2_aktiv a
{
	display: block;
	width: 100%;
	background-color: #80716E;
	padding: 3px;
	text-decoration: none;
	color: #FBF7F4;
	font-weight: bold;
}

/*----------------------------------------------------------- Aktueller Menüpunkt */
#menuepunkt
{
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	margin: 0px;
}
#menuepunkt a
{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#menuepunkt a:hover
{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #AF0102;
}
