/* HauptNavigation */
#Hauptnavigation {
	font-size: 0.77em;
	font-weight: bold;
	background-color: #F96D09;
	float: left;
	width: 795px;
	height: 22px;	
	margin: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Hauptnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-weight: bold;
}
#Hauptnavigation li {
	display: inline;
}
#Hauptnavigation p {
	margin: 0px;
	float: left;
	padding: 0px;
}
#GesamtRahmen #Hauptnavigation img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#GesamtRahmen #Hauptnavigation #Service  /*Symbole für Schriftgröße */
{
	float: right;
	width: 40px;
	margin: 0px;
	padding: 0px;
}

#GesamtRahmen #Hauptnavigation a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
#GesamtRahmen #Hauptnavigation a:link {
	font-weight: normal;
}
#GesamtRahmen #Hauptnavigation a:active{
	font-weight: normal;
	color: #000000;
}
#GesamtRahmen #Hauptnavigation a:visited {
	font-weight: normal;
}
#GesamtRahmen #Hauptnavigation a:hover {
	font-weight: normal;
	color: #000000;
}
#GesamtRahmen #Hauptnavigation .trenner /* Symbol als Trennzeichen der Navigationspunkte */
{
	padding-left: 13px;
	background-image: url(trenner.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#GesamtRahmen #Hauptnavigation form 
{
	margin: 0px;
	padding: 0px;
}

.inaktiv
{

	font-weight: bold;

}
.aktiv
{
	color: #000000;
	font-weight: bold;

}
/* Ende HauptNavigation */



/* Unternavigation */
#Navispalte {
	width: 180px;
	float: left;
	font-size: 1.2em;
	background-color: #DADADC;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 0px 0px;
}
*html div#Navispalte
{
	margin: 25px 0px 0px 0px;}

#Navispalte ul
{	
	font-size: 0.6em;
	font-weight: bold; 
	line-height: 2.0em;
}

#Navispalte ul ul
{	
	font-size: 1.0em;
	font-weight: bold; 
	line-height: 2.0em;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px -8px;

}
*html div#Navispalte ul ul 
{

	margin: 0px 0px 0px -1px;
}
*:first-child+html div#Navispalte ul ul /* Darstellung IE 7*/
{

	margin: 0px 0px 0px -1px;
}

#Navispalte li 
{
	border-bottom: solid 2px #DADADC;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px -15px;
	background-color: #F96D09;
	list-style-type: none;
	width: 170px;
}
#Navispalte a {
	color: #ffffff;	
	text-decoration: none;	
}

#Navispalte a:hover {
	color: #000000;
	text-decoration: none;
}

#Navispalte ul li.active {

	background-color: #ffffff;
}

#Navispalte ul li.active a,
#Navispalte ul li.active a:link,
#Navispalte ul li.active a:hover,
#Navispaltet ul li.active a:active { background: transparent; color: #000; text-decoration: none; }
/* Ende Unternavigation */

