/*Styles fuer die Navigationen Christoph Motal, 04.03.2006*/

/*Hauptnvaigation*/
div#ContHauptnavigation
{
	background-color: #EDE1D8;
	width: 580px;
	height: 22px;
	text-align: right;
	margin-left: 20px;
	background-image: url(../images/bg_nav_verlauf.gif);
	background-position: left bottom;
	background-repeat: repeat-x;

}

div.stdHautpnavigationPunkt

{
	height: 18px;
	margin-left: 20px;
	font-family: Times New Roman, Serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #474747;
	float:left;
	font-weight: bold;
	background-image: url(../images/bg_navigation_off.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #A59990;
	border-bottom: 1px solid #A59990;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	

}

div.stdHautpnavigationPunkt a span.Markiert
{
	background-image: url(../images/bg_navigation_over.gif); 
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #AF0B18;
}

div.stdHautpnavigationPunkt a:link, div.stdHautpnavigationPunkt a:active, div.stdHautpnavigationPunkt a:visited
{
	background-image: url(../images/bg_navigation_off.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration:none;
	font-weight: bold;
	color: #474747;
	padding-left: 3px;
	padding-right: 3px;
	
}


div.stdHautpnavigationPunkt a:hover
{
	background-image: url(../images/bg_navigation_over.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #AF0B18;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;

	

}

/*FooterNavigation*/

div.stdFooterNavigationPunkte
{
	margin-left: 8px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px; 
	bottom: 0px;
	color: #000000;
	margin-top: 2px;
}

div.stdFooterNavigationPunkte a:link, div.stdFooterNavigationPunkte a:active, div.stdFooterNavigationPunkte a:visited
{
	text-decoration:underline;
}

div.stdFooterNavigationPunkte a:hover
{
	text-decoration:none;
}

/*RechteNavigation*/
div#ContSchnellsuche
{
	width: 100%;
}

div.sdtRechteNavigationHead
{
	font-family: Times New Roman, Sans-Serif;
	font-size: 15px;
	font-weight: bold;	
	letter-spacing: 1px;
	text-align: right;
	height: 18px;
	border-bottom: 2px solid #FFFFFF;
	background-color: #DFC9B9;
	color: #000000;
	padding-right: 3px;
	background-image: url(../images/bg_navigation_rechts.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.stdRechteNavigationContent
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FAF0E9;
	border-bottom: 2px solid #CFAE95;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/*Standard Link Liste Rechtenavigation*/
ul.stdRechteNavigationListe
{
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

ul.stdRechteNavigationListe li
{
	padding-bottom: 8px;
	padding-left: 16px;
	background-image:url(../images/linkpfeil11px.gif);
	background-position: left top;
	background-repeat:no-repeat;
}

ul.IconRechteNavigationListe
{
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

ul.IconRechteNavigationListe li
{
	padding-bottom: 8px;
	padding-left: 16px;
	background-position: left top;
	background-repeat:no-repeat;
}




