.menue table {
	margin:0px;
	padding:0px;
	height:30px;
	text-align: center;
}

.menue td{
	
	width:115px;
	height:30px;
	font-size: 10px;
	color: #336F96;

}


.menue .Start{
	background-image: url(textmenu_03_FILES/start.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 76px;
}
.menue .Allgemeines{
	background-image: url(textmenu_03_FILES/allgemeines.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 159px;
}
.menue .Historie{
	background-image: url(textmenu_03_FILES/historie.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
}
.menue .Fuhrpark{
	background-image: url(textmenu_03_FILES/fuhrpark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 129px;
}
.menue .Ausflugsprogramm{
	background-image: url(textmenu_03_FILES/ausflug.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 230px;
}
.menue .Kontakt{
	background-image: url(textmenu_03_FILES/kontakt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 110px;
}

.menue .StartACT{
	background-image: url(textmenu_03_FILES/start_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 76px;
}

.menue .AllgemeinesACT{
	background-image: url(textmenu_03_FILES/allgemeines_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 159px;
}

.menue .HistorieACT{
	background-image: url(textmenu_03_FILES/historie_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	}
.menue .FuhrparkACT{
	background-image: url(textmenu_03_FILES/fuhrpark_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 129px;
	}
.menue .AusflugsprogrammACT{
	background-image: url(textmenu_03_FILES/ausflug_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 230px;
	}
.menue .KontaktACT{
	background-image: url(textmenu_03_FILES/kontakt_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 110px;
	}




.menue td a{
	text-decoration: none;
	display:block;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	font-size: 0px;
	text-indent: -999px;
}


.menue td a:hover{
	color: #FFFFFF;
}

.item {
	font-size: 13px;
	line-height: 110%;
	text-align: left;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	min-width:103px;
	color: #076C63;
	}
	
.item a{
	color: #076C63;
	text-decoration: none;
	padding-left: 15px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;

	padding-right: 40px;
}

.item a:hover{
	color: #990000;
}
