
#menulocation{
position: relative;
top:-110px;
left:-152px;

	
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width:425px;
	
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .actuelles {
	width: 83px;
	height: 35px;
	background: url(images/actuelles.png) no-repeat;
	left: 96px;
	top: 73px;
}
#menu .act-active{
width: 83px;
	height: 35px;
	background: url(images/actuelles_A.png) no-repeat;
	left: 96px;
	top: 73px;
}

#menu .philopsohie {
	width: 83px;
	height: 35px;
	background: url(images/philosophie.png) no-repeat;
	left: 179px;
	top: 73px;
}
#menu .phi-active {
	width: 83px;
	height: 35px;
	background: url(images/phi_A.png) no-repeat;
	left: 179px;
	top: 73px;
}

#menu .mitarbeiter {
	width: 83px;
	height: 35px;
	background: url(images/mitarbeiter.png) no-repeat;
	left: 262px;
	top: 73px;
}
#menu .mit-active{
width: 83px;
	height: 35px;
	background: url(images/miterbeiter_A.png) no-repeat;
	left: 262px;
	top: 73px;
}

#menu .adressen {
	width: 83px;
	height: 35px;
	background: url(images/adressen.png) no-repeat;
	left:345px;
	top: 73px;
}
#menu .adressen-active {
	width: 83px;
	height: 35px;
	background: url(images/adressen_A.png) no-repeat;
	left:345px;
	top: 73px;
}
#menu .impressum {
	width: 83px;
	height: 35px;
	background: url(images/impressum.png) no-repeat;
	left:428px;
	top: 73px;
}
#menu .impressum-active {
	width: 83px;
	height: 35px;
	background: url(images/impressum_A.png) no-repeat;
	left:428px;
	top: 73px;
}
#menu .infocenter {
	width: 83px;
	height: 35px;
	background: url(images/infocenter.png) no-repeat;
	left:511px;
	top: 73px;
}
#menu .infocenter-active {
	width: 83px;
	height: 35px;
	background: url(images/infocenter_A.png) no-repeat;
	left:511px;
	top: 73px;
}
#kick{
position:relative;
top:20px;
left:-15px;
height: auto;
}


