@charset "utf-8";
/* CSS Document */

#navi { width: 200px; } 

 	
	/* erste Navi-ebene*/
	#navi-ks {
      font-family: arial, helvetica, sans-serif;
      list-style-type: none;
      margin: 0;   padding: 0;
      text-transform: uppercase;
      font-size: 10px;
	  letter-spacing: 1px; }   
	
	#navi-ks a {
      color: #000; /*Schriftfarbe */
	  font-weight: bold;
      text-decoration: none; } 
	  
	#navi-ks li a {
	  background-color: #bfbfbf;
      border-bottom: 1px solid #fff;
      color: #000;
      font-weight: bold;
	  display: block;
      width: 100%;
      padding: 3px 5px;
      text-decoration: none; } 
	  
	#navi-ks li a:hover {
      background-color: #DDDDDD;
      color: #2a2a2a;
	  font-size: 12px;
	  line-height: 12px; }
	  
	  #navi-ks li a.active {
      background-color: #CCCCCC;
      color: #2a2a2a;
	  font-size: 12px;
	  line-height: 12px; }
	  
	  /* für Markierung erste Navi-ebene bei markierter zweiten Ebene - größere fette Schrift mit gleicher Zeilenhöhe*/
	  #navi-ks li a.activeebene1 {
      background-color: #bfbfbf;
      color: #2a2a2a;
	  font-size: 12px;
	  line-height: 12px; }
	
	/*zweite Navi-ebene*/
	#navi-ks ul {
      font-family: arial, helvetica, sans-serif;
      list-style-type: none;
      margin: 0;
      padding: 0px 0px 0px 15px;
	  text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px; }   
	  
	#navi-ks ul li{
      font-family: arial, helvetica, sans-serif;
      list-style-type: none;
	
      /*margin-left: 10px;   padding: 0;*/
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px; }   
	  
	
	#navi-ks ul li a {
      
	  background-color: #bfbfbf;
      border-bottom: 1px solid #fff;
      color: #000;
      display: block;
      width: 100%;
      padding: 3px 5px;
      text-decoration: none; } 
	  
	#navi-ks ul li a:hover {
      background-color: #DDDDDD;
      color: #2a2a2a;
	  font-size: 10px; }   
	  
	#navi-ks ul li a.active {
      background-color: #CCCCCC;
      color: #2a2a2a;
	  font-size: 10px; }   
	    
	  
	#startseite li {border-color:#FF0000; }  
	
	#bauwerke li {border-color:#AA6600; } 
	
	/* Aktiver Menuepunkt erste Ebene als Link bei Anwahl zweite Ebene
******************************************************************/
/*#navi-ks li a.activeparent {
   font-size: 12px;
font-weight: bold;
   margin: 0;
   padding: 3px 5px 3px 5px;
   background-color: #bfbfbf;
   color: #2a2a2a;
} */


/* Angewaehlter Menuepunkt erste Ebene - Hintergrund funktioniert nicht, deshalb class=active genutzt
******************************************************************/
#navi-ks li h6 {
   font-size: 12px;
   margin: 0;
   padding: 0px 0px 0px 0px;
   /*text-decoration:underline;*/
   border-bottom: 0px solid #00CC66;
   background-color: #DDDDDD;
   color: #2a2a2a;
	line-height: 12px;
}

/* Angewaehlter Untermenue-Punkt zweite Ebene
******************************************************************/
#navi-ks ul li h6 {
   font-size:10px;
   margin: 0;
   padding: 0px 0px 0px 0px;
   /*color: #fff;*/
   background-color: #DDDDDD;  
  /*text-decoration:underline;*/
  font-weight: normal;
}

/*#currentpage	  {
font-family: arial, helvetica, sans-serif;
      list-style-type: none;
      margin: 0;   padding: 0;
      text-transform: uppercase;
      font-size: 10px;
	  letter-spacing: 1px; } */
	 

