ul#Navigation {
	float: left;
	width: 158px;
	margin: 0 0 0em;
	padding: 0px;
}
  
  
ul#Navigation li {
	list-style: none;	
}

* html ul#Navigation li {  /* Korrektur fuer IE 5.x */
	width: 158px;
	float: left;
}

ul#Navigation a {
	display: block;
	background-image: url(/images/bg/bt_bg.gif);
	color: #FFFFFF;
	text-align: left;
	font-family: rial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	padding-top: 4px;	
	
}

* html ul#Navigation a {  /* Korrektur fuer IE 5.x */
	height: 22px;  /* Version 5.x */
	hei\ght: 18px; /* Version 6 */
}


ul#Navigation a:link {
	color: #FFFFFF;
	
	text-decoration: none;
}
ul#Navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul#Navigation a:hover {
	color: #FFFFFF;
	background-image: url(/images/bg/bt_bg_f2.gif);
	text-decoration: none;		
}
ul#Navigation a:active {
	color: #FFFFFF;
	
	text-decoration: none;		
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    background-image: url(/images/bg/bt_bg_f2.gif);
    color: #FFFFFF;
} 

ul#Gallery {
	float: left;
	width: 158px;
	margin: 0 0 0em;
	padding: 0px;
}
  
  
ul#Gallery li {
	list-style: none;	
}

* html ul#Gallery li {  /* Korrektur fuer IE 5.x */
	width: 158px;
	float: left;
}

ul#Gallery a {
	display: block;
	background-image: url(/images/bg/bt_bg_3.gif);
	color: #FFFFFF;
	text-align: left;
	font-family: rial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	padding-top: 4px;	
	
}

* html ul#Gallery a {  /* Korrektur fuer IE 5.x */
	height: 42px;  /* Version 5.x */
	hei\ght: 18px; /* Version 6 */
}


ul#Gallery a:link {
	color: #FFFFFF;
	
	text-decoration: none;
}
ul#Gallery a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul#Gallery a:hover {
	color: #FFFFFF;
	background-image: url(/images/bg/bt_bg_f2_3.gif);
	text-decoration: none;		
}
ul#Gallery a:active {
	color: #FFFFFF;
	
	text-decoration: none;		
}

