﻿/*Styles fuer die Haupt-, Seiten-, und Footernavigation*/
div.Hauptnavigation
{
background-color:#C1BDAC;
	
}

div.ContNavPunktErster
{
	background-color:#C1BDAC;
	float:left;
	letter-spacing: 1px;
	font-weight: bold;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	text-transform:uppercase;
	width: 179px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6D6C66;
	text-align:center;
	border-right: 1px solid #FFFFFF;
}

div.Hauptnavigation div.ContNavPunkt
{
	background-color:#C1BDAC;
	border-right: 1px solid #FFFFFF;
	float:left;
	letter-spacing: 1px;
	font-weight: bold;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	text-transform:uppercase;
	width: 179px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6D6C66;
	text-align:center;

}





div.Hauptnavigation div.ContNavPunktLetzter
{
	background-color:#C1BDAC;
	float:left;
	font-weight: bold;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	text-transform:uppercase;
	width: 179px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6D6C66;
	text-align:center;
}

div.Hauptnavigation a:link {color: #6D6C66; text-decoration: none;}
div.Hauptnavigation a:hover {color: #6D6C66; text-decoration: none;}
div.Hauptnavigation a:active {color: #6D6C66; text-decoration: none;}
div.Hauptnavigation a:visited {color: #6D6C66; text-decoration: none;}

/*Ausklappbare Unternavigation*/
/*Ausklappbare Unternavigation*/
#ctl01_CtlHauptnaviagtion1_Menue1000Content
{
	background-color: #E7EEF5;
	border-left: 1px solid #7B7973;
	border-right: 1px solid #7B7973;
	border-bottom: 1px solid #7B7973;
	
}

#ctl01_CtlHauptnaviagtion1_Menue2000Content
{
	background-color: #F7ECE4;
	border-left: 1px solid #7B7973;
	border-right: 1px solid #7B7973;
	border-bottom: 1px solid #7B7973;
}

#ctl01_CtlHauptnaviagtion1_Menue3000Content
{
	background-color: #ECF0E5;
	border-left: 1px solid #7B7973;
	border-right: 1px solid #7B7973;
	border-bottom: 1px solid #7B7973;
}

#ctl01_CtlHauptnaviagtion1_Menue4000Content
{
	background-color: #F2F3F4;
	border-left: 1px solid #7B7973;
	border-right: 1px solid #7B7973;
	border-bottom: 1px solid #7B7973;
	
}

#ctl01_CtlHauptnaviagtion1_Menue5000Content
{
	background-color: #FDF9EC;
	border-left: 1px solid #7B7973;
	border-right: 1px solid #7B7973;
	border-bottom: 1px solid #7B7973;
	
}


.MenueContent {
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	text-align:left;
	position:absolute;

}

.Container
{
}

span.UNEB1Normal
{
}

span.UNEB1Markiert
{
	font-weight: bold;
}

span.UNEB2Normal
{
}

span.UNEB2Markiert
{
	font-weight: bold;
}


/*Hauptnavigation*/
ul.HauptUnterNav
{
	list-style-type:none;
	font-size: 12px;
	margin-left: 13px;
	font-size: 12px;
	margin-top: 10px;
	font-weight: normal;
	text-transform:none;
	letter-spacing: 0px;
}

ul.HauptUnterNav li{
	background-image: url(../../../images/Punkt_HN_Std_Moz.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-bottom: 3px;
}

* html ul.HauptUnterNav li
{
	background-image: url(../../../images/Punkt_HN_Std_IE.gif);
}







/*Links Unternav Hauptnav*/
ul.HauptUnterNav a:link
{
	color:#6D6C66;
	text-decoration: none;
}

ul.HauptUnterNav a:hover
{
	color:#6D6C66;
	text-decoration: underline;
}

ul.HauptUnterNav a:active
{
	color:#6D6C66;
	text-decoration: none;
}

ul.HauptUnterNav a:visited
{
	color:#6D6C66;
	text-decoration: none;
}


