@charset "utf-8";

#menu {
	
	
	background: url(../img/menu/menu_bg.jpg) no-repeat;
	
}

#menu li a span {

display: none;

}

#menu li {
	
	/*width: 150px;      breite der verwendeten bilder (für alle gleich)*/
	list-style-type: none;
	
	float: left;
}
 
#menu li a {
	
	height: 30px;    /* höhe der verwendeten bilder */
	background: none;
	display: block;
}

#menu span {
	
	height: 30px;    /* höhe der verwendeten bilder */
	display: block;
}

#link1
{
	/* hintergrundbild des links 1 */
	background: url(../img/menu/menu_double_01.jpg) no-repeat;
	background-position: top;
	width: 133px;
}
 
#link1:hover
{
	/* hintergrundbild des links 1 beim mouse over*/
	background-position: bottom;
}
 
#link2 {
	/* hintergrundbild des links 2 */
	background: url(../img/menu/menu_double_02.jpg) no-repeat;
	width: 98px;
		background-position: top;
}
 
#link2:hover
{
	background-position: bottom;
}
 
#link3 {
	/* hintergrundbild des links 3 */
	background: url(../img/menu/menu_double_03.jpg) no-repeat;
	width: 79px;
		background-position: top;
}
 
#link3:hover {
	background-position: bottom;
}

#link4 {
	/* hintergrundbild des links 4 */
	background: url(../img/menu/menu_double_04.jpg) no-repeat;
	width: 93px;
	background-position: top;
}
 
#link4:hover {
		background-position: bottom;
}

#link5 {
	/* hintergrundbild des links 5 */
	background: url(../img/menu/menu_double_05.jpg) no-repeat;
	width: 309px;
		background-position: top;
}
 
#link5:hover {
	/*background-position: bottom;*/
}


#link6 {
	/* hintergrundbild des links 5 */
	background: url(../img/menu/menu_double_06.jpg) no-repeat;
	width: 86px;
		background-position: top;
}
 
#link6:hover {
	background-position: bottom;
}