#button0 {
	position: absolute;
	background: url(../images/buttons/aktionen.jpg) no-repeat;
	width: 139px;
	height: 64px;
	margin-left: 383px;
	margin-top: 33px;
	z-index: 40;
	overflow: hidden;
}

#button0:hover {
	position: absolute;
	background: url(../images/buttons/aktionen_ho.jpg) no-repeat;
	overflow: hidden;
	z-index: 40;
}
#button1 {
	position: absolute;
	background: url(../images/buttons/bereiche.jpg) no-repeat;
	width: 139px;
	height: 65px;
	margin-left: 520px;
	margin-top: 15px;
	z-index: 40;
	overflow: hidden;
}

#button1:hover {
	position: absolute;
	background: url(../images/buttons/bereiche_ho.jpg) no-repeat;
	overflow: hidden;
	z-index: 40;
}



#button2 {
	position: absolute;
	background: url(../images/buttons/unter.jpg) no-repeat;
	width: 140px;
	height: 65px;
		margin-left: 660px;
	margin-top: 15px;
	overflow: hidden;
	z-index: 40;
}

#button2:hover {
	position: absolute;
	background: url(../images/buttons/unter_ho.jpg) no-repeat;
	overflow: hidden;
	z-index: 40;
}



#button3 {
	position: absolute;
	background: url(../images/buttons/kontakt.jpg) no-repeat;
	width: 139px;
	height: 65px;
	margin-left: 799px;
	margin-top: 15px;
	overflow: hidden;
	z-index: 40;
}

#button3:hover {
	position: absolute;
	background: url(../images/buttons/kontakt_ho.jpg) no-repeat;
	overflow: hidden;
	z-index: 40;
}

#sub a {
	color: #333;

}


#sub li {
	list-style: url(../images/list.gif);
	padding-top: 2px;
	padding-bottom: 3px;

}




#sub li:hover {
	
	list-style: url(../images/list_ho.gif);
	padding-top: 2px;
	padding-bottom: 3px;

}

#sub li a:hover {
	color: #bd0926;

}

#sub li li a {
	color: #333;

}




#sub li li {
	margin-left: -30px;
	font-size: 10px;


}

#sub li li a:hover {
	color: #bd0926;


}


