﻿
  ul#Navigation {
	width: 190px;
	margin: 0;
	padding: 5px;
	border: 0;
	text-decoration: none;

}
  ul#Navigation li {
	list-style: none url('../../images/pfeil_5x8_rechts.gif');
	margin: 0px;
	padding: 0;
	text-decoration: none;
}

  ul#Navigation li ul {
    margin: 0 0 0 4px; 
    padding: 0;
    text-decoration: none;    	
  }
  ul#Navigation li ul li {
    margin: 1px 0;
    text-decoration: none;
    list-style: none;
  }

  ul#Navigation a {
	display: block;
	padding: 0.1em;
	border: 0;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; /* background-color: #CCCCCC; */;

}


/* Erweiterung zur dynamischen Ein-/Ausblendung */
/* -------------------------------------------- */

  ul#Navigation li>ul {
	 display: none;
	top: 5px;
}
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
   display: block; 
}


  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
   padding-bottom: 5px;
  }
  
  
/* -------------------------------------------- */


/* ---------- Links ---------- */
.NaviLink, .NaviLink:visited, .NaviLink:link,
.NaviLinkS, .NaviLinkS:visited, .NaviLinkS:link{
	height: 22px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; /* background-color: #CCCCCC; */;
	text-align: left;
	color: #0B3739;
	text-decoration: none;
	margin: 1px 0px 0px 0px;
/* background-image: url("../../images/SCHEIBEN_DESIGN/button_leer.png"); */	background-repeat: no-repeat;
	line-height: 22px;
	font-weight: bold;
}

.NaviLinkS, .NaviLinkS:visited, .NaviLinkS:link{
	 /* background-image:url("../../images/SCHEIBEN_DESIGN/button_leer.png"); */
}



.NaviLink2, .NaviLink2:visited, .NaviLink2:link 
{
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	width: 180px;
	text-indent: 6px;
}



.NaviLink:hover, .NaviLink:active, .NaviLink:focus,
.NaviLinkS:hover, .NaviLinkS:active, .NaviLinkS:focus {
	text-decoration: none;
	color: #000000;
	/* background-image:url("../../images/SCHEIBEN_DESIGN/button_leer2.png");  */
}

.NaviLinkS:hover, .NaviLinkS:active, .NaviLinkS:focus {
	background-color: #D8CCA7;
}


.NaviLink2:hover, .NaviLink2:active, .NaviLink2:focus  {

	text-decoration: none;
	color: #9F0808;
	text-indent: 6px;
	background-color: #D8CCA7;
	font-size: 11px;
}



/* ---------- Links Ende---------- */


  