
/**********************************************************/
/*********************** MENU ABOVE ***********************/
/**********************************************************/
#menuAbove {
	width: 670px;
	height: 50px;
	position: relative;
	left: 5px;
	top: 30px;
}

#home {
	width: 86px;
	height: 50px;
	position: relative;
	left: 13px;
	top: -1px;
	background-image: url(../menu/menuAbove/homeOff.png);
}

#karte {
	width: 85px;
	height: 50px;
	position: relative;
	left: 153px;
	top: -53px;
	background-image: url(../menu/menuAbove/karteOff.png);		
}

#fotos {
	width: 78px;
	height: 50px;
	position: relative;
	left: 294px;
	top: -105px;
	background-image: url(../menu/menuAbove/fotosOff.png);		
}

#zeiten {
	width: 235px;
	height: 50px;
	position: relative;
	left: 421px;
	top: -157px;
	background-image: url(../menu/menuAbove/zeitenOff.png);	
}

/**********************************************************/
/*********************** MENU BELOW ***********************/
/**********************************************************/

#menuBelow {
	width: 530px;
	height: 31px;
	position: relative;
	left: 4px;
	top: 48px;
}

#plan {
	width: 73px;
	height: 31px;
	position: relative;
	left: 26px;
	top: 1px;
	background-image: url(../menu/menuBelow/planOff.png);
}

#kontakt {
	width: 123px;
	height: 31px;
	position: relative;
	left: 151px;
	top: -30px;
	background-image: url(../menu/menuBelow/kontaktOff.png);
}

#kommentare {
	width: 191px;
	height: 31px;
	position: relative;
	left: 315px;
	top: -61px;
	background-image: url(../menu/menuBelow/kommentareOff.png);
}