
#button1 {
	position: absolute;
	background: url(../images/buttons/deprite.jpg) no-repeat;
	width: 107px;
	height: 47px;
	margin-left: 550px;
	margin-top: -55px;
	overflow: hidden;
	

}


#button1:hover {
	position: absolute;
	background: url(../images/buttons/deprite_ho.jpg) no-repeat;	

}


#button2 {
	position: absolute;
	background: url(../images/buttons/gallery.jpg) no-repeat;
	width: 113px;
	height: 47px;
	margin-left: 656px;
	margin-top: -55px;
	overflow: hidden;
	

}


#button2:hover {
	position: absolute;
	background: url(../images/buttons/gallery_ho.jpg) no-repeat;
	

}

#button3 {
	position: absolute;
	background: url(../images/buttons/hobby.jpg) no-repeat;
	width: 113px;
	height: 47px;
	margin-left: 768px;
	margin-top: -55px;
	overflow: hidden;
	

}


#button3:hover {
	position: absolute;
	background: url(../images/buttons/hobby_ho.jpg) no-repeat;


}

#button4 {
	position: absolute;
	background: url(../images/buttons/contact.jpg) no-repeat;
	width: 113px;
	height: 47px;
	margin-left: 865px;
	margin-top: -55px;
	overflow: hidden;
	

}


#button4:hover {
	position: absolute;
	background: url(../images/buttons/contact_ho.jpg) no-repeat;

}



#sub {
	position: absolute;
	font-weight: bold;
	font-size: 13px;
	list-style: none;

	}

	#sub ul {
		margin-left: -30px;
		margin-top: 45px;
	
	
	}

#sub li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 6px;
	background: url(../images/buttons/menuzeile.jpg) no-repeat;
	background-position: -3px -9px;
	height: 20px;
}

#sub li a {
	background: none;
}

#sub li:hover {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 6px;
	background: url(../images/buttons/menuzeile_ho.jpg) no-repeat;
	background-position: -3px 16px;
	height: 20px;
}

#sub li:hover a {
	color: #00A0FF;
	background: none;
}

#siteimp li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 18px;
	background: url(../images/buttons/menuzeile_imp.jpg) no-repeat;
	background-position: 0px 5px;

}

#siteimp li:hover {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 18px;
	background: url(../images/buttons/menuzeile_imp_ho.jpg) no-repeat;
	background-position: 0px 5px;

}

#siteimp li a {
	background: none;
	margin-left: 110px;

}

#siteimp li:hover a {
	color: #00A0FF;
	background: none;

}






