/*Navigation*/
#navigation
{
	position: absolute;
	top: 62px;
	right: 12px;
}
#navigation UL
{
	list-style: none;
}
#navigation LI
{
	float: left;
}
#remo_abt
{
	display: block;
	width: 63px;
	height: 22px;
	background: url(gfx/menu_remo_abt.png) no-repeat 0px 0px;
}
#remo_abt:hover
{
	display: block;
	background-position: 0px -22px;
}
#personal_training
{
	display: block;
	width: 77px;
	height: 22px;
	background: url(gfx/menu_personal_training.png) no-repeat 0px 0px;
}
#personal_training:hover
{
	display: block;
	background-position: 0px -22px;
}
#aktuelles
{
	display: block;
	width: 66px;
	height: 22px;
	background: url(gfx/menu_aktuelles.png) no-repeat 0px 0px;
}
#aktuelles:hover
{
	display: block;
	background-position: 0px -22px;
}
#galerie
{
	display: block;
	width: 54px;
	height: 22px;
	background: url(gfx/menu_galerie.png) no-repeat 0px 0px;
}
#galerie:hover
{
	display: block;
	background-position: 0px -22px;
}
#kontakt
{
	display: block;
	width: 61px;
	height: 22px;
	background: url(gfx/menu_kontakt.png) no-repeat 0px 0px;
}
#kontakt:hover
{
	display: block;
	background-position: 0px -22px;
}
#language
{
	display: block;
	width: 64px;
	height: 22px;
	background: url(gfx/menu_language.png) no-repeat 0px 0px;
}
#language:hover
{
	display: block;
	background-position: 0px -22px;
}
/*Impressum*/
#impressum
{
	position: absolute;
	bottom: -15px;
	right: 16px;
}
#impressum A
{
	display: block;
	width: 50px;
	height: 7px;
	background: url(gfx/menu_impressum.png) no-repeat left top;
	text-indent: -9000%;
}
#impressum A:hover
{
	background: url(gfx/menu_impressum.png) no-repeat left -7px;
}

