/*++++++++++++++++NAV CONTAINER+++++++++++++++++++++++++++++++++++ */
#navi_container {
	width: 160px;
	background: #225487;
	font-style:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5;
	}
	
/* +++++++++++++++++++ Allgemein für Liste UL ++++++++++++++++++++++++++++++++++++++++++ */
#navi_container ul {
	overflow:hidden; /* FF: Der übergroße Inhalt wird abgeschnitten und nicht angezeigt.*/
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	}
	
/* +++++++++++++++++++ EBENE 1 ++++++++++++++++++++++++++++++++++++++++++ */	
/*    entspricht ul li*/	
.ebene1 {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  padding: 0;	
}

.ebene1  a{
	background: #d7dfe8;
	color:#000; text-decoration:none;  /*Schrifformatierung */
	display: block; /* Link über die ganze Breite*/
	width: 185px; /* Link über die ganze Breite: IE; or use height (tricks IE into letting you click anywhere on the block, not just the text */
	padding: 0px 0px 0px 15px; /* Abstand: Text links ; IE und FF */
	background-image: url(images/nav.gif);
	background-repeat:no-repeat;
	height:20px;
	border-bottom: 1px #4e575d solid;
}

.ebene1  a:visited{
color:#000;
}

.ebene1  a:hover{
	color:#9f5331; text-decoration:none;  /*Schrifformatierung */
	display: block; /* Link über die ganze Breite*/
	width: 185px; /* Link über die ganze Breite: IE; or use height (tricks IE into letting you click anywhere on the block, not just the text */
	padding: 0px 0px 0px 15px; /* Abstand: Text links ; IE und FF */
	background: #fff;	
	background-image: url(images/nav_aktiv.gif);
	background-repeat:no-repeat;
	/*background-position:173px;*/	
	border-bottom: 1px #4e575d solid;	
}

.ebene1_aktiv {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  padding: 0;	
}

.ebene1_aktiv  a{
	background: #fff;
	color:#9f5331; text-decoration:none;  /*Schrifformatierung       9f5331*/	
	display: block; /* Link über die ganze Breite*/
	width: 185px; /* Link über die ganze Breite: IE; or use height (tricks IE into letting you click anywhere on the block, not just the text */
	padding: 0px 0px 0px 15px; /* Abstand: Text links ; IE und FF */
	/* Hintergrundbild */
	background-image: url(images/nav_aktiv.gif);
	background-repeat:no-repeat;
	/*background-position:173px;		
	border-top: 1px #4e575d solid;*/
	height:20px;
	border-bottom: 1px #4e575d solid;
}

.ebene1_aktiv  a:hover{
text-decoration:none;
}

/* +++++++++++++++++++ EBENE 2 ++++++++++++++++++++++++++++++++++++++++++ */	
/*    entspricht ul ul li*/	
.ebene2 {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  padding: 0;	
}

.ebene2  a{
	background: #d7dfe8;
	color:#000; text-decoration:none;  /*Schrifformatierung */
	display: block; /* Link über die ganze Breite*/
	width: 185px; /* Link über die ganze Breite: IE; or use height (tricks IE into letting you click anywhere on the block, not just the text */
	padding: 0px 0px 0px 25px; /* Abstand: Text links ; IE und FF */
	background-image: url(images/nav2.gif);
	background-repeat:no-repeat;
	height:20px;
	border-bottom: 1px #4e575d solid;
}

.ebene2  a:visited{
color:#000;
}

.ebene2  a:hover{
	color:#9f5331; text-decoration:none;  /*Schrifformatierung */
	display: block; /* Link über die ganze Breite*/
	width: 185px; /* Link über die ganze Breite: IE; or use height (tricks IE into letting you click anywhere on the block, not just the text */
	padding: 0px 0px 0px 25px; /* Abstand: Text links ; IE und FF */
	background: #fff;	
	background-image: url(images/nav2_aktiv.gif);
	background-repeat:no-repeat;
	/*background-position:173px;*/	
	border-bottom: 1px #4e575d solid;	
}

.ebene2_aktiv {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  padding: 0;	
}

.ebene2_aktiv  a{
	background: #fff;
	color:#9f5331; text-decoration:none;  /*Schrifformatierung       9f5331*/	
	display: block; /* Link über die ganze Breite*/
	width: 185px; /* Link über die ganze Breite: IE; or use height (tricks IE into letting you click anywhere on the block, not just the text */
	padding: 0px 0px 0px 25px; /* Abstand: Text links ; IE und FF */
	/* Hintergrundbild */
	background-image: url(images/nav2_aktiv.gif);
	background-repeat:no-repeat;
	/*background-position:173px;		
	border-top: 1px #4e575d solid;*/
	height:20px;
	border-bottom: 1px #4e575d solid;
}

.ebene2_aktiv  a:hover{
text-decoration:none;
}





