#mainmenu
{
	/*border: 1px dotted green;*/
	color: #ffffff;
	width: 566px;
	height: 160px;
	margin-left: 60px;
}
#mainmenu ul {  padding: 0; margin: 0; list-style: none; width: 570px;  }
#mainmenu li { display: inline; float: left; margin-right: 2px; }
#mainmenu a
{
	display: block;
	width: 140px;
	height: 148px;
}
#mainmenu a.cafebistro
{
	background: #ffffff url( ../images/buttons/cafe_bistro_d.jpg ) 0px 8px no-repeat;
}
#mainmenu a.cafebistro:hover
{
	background: #ffffff url( ../images/buttons/cafe_bistro_h.jpg ) no-repeat;
}
#mainmenu a.naturbad
{
	background: #ffffff url( ../images/buttons/naturbad_d.jpg ) 0px 8px no-repeat;;
}
#mainmenu a.naturbad:hover
{
	background: #ffffff url( ../images/buttons/naturbad_h.jpg ) no-repeat;
}
#mainmenu a.sport
{
	background: #ffffff url( ../images/buttons/sport_d.jpg ) 0px 8px no-repeat;;
}
#mainmenu a.sport:hover
{
	background: #ffffff url( ../images/buttons/sport_h.jpg ) no-repeat;
}
#mainmenu a.ferienwohnungen
{
	background: #ffffff url( ../images/buttons/ferienw_d.jpg ) 0px 8px no-repeat;;
}
#mainmenu a.ferienwohnungen:hover
{
	background: #ffffff url( ../images/buttons/ferienw_h.jpg ) no-repeat;
}

