@charset "utf-8";

/* Navigation Button */
#button01 {
	background: url(../../images/button/bt_produktuebersicht.png) 0px 0px no-repeat;
	width: 171px;
	height: 21px;
	position: absolute;
	top: 10px;
	left: 5px;
}

#button02 {
	background: url(../../images/button/bt_kl_produkte.png) 0px 0px no-repeat;
	width: 164px;
	height: 15px;
	position: absolute;
	top: 30px;
	left: 10px;
}

#button03 {
	background: url(../../images/button/bt_merchandising.png) 0px 0px no-repeat;
	width: 129px;
	height: 15px;
	position: absolute;
	top: 45px;
	left: 10px;
}

#button04 {
	background: url(../../images/button/bt_cds_lamu_kuenstler.png) 0px 0px no-repeat;
	width: 182px;
	height: 15px;
	position: absolute;
	top: 60px;
	left: 10px;
}

#button05 {
	background: url(../../images/button/bt_hoerbuecher.png) 0px 0px no-repeat;
	width: 97px;
	height: 15px;
	position: absolute;
	top: 75px;
	left: 10px;
}

#button06 {
	background: url(../../images/button/bt_warenkorb.png) 0px 0px no-repeat;
	width: 109px;
	height: 21px;
	position: absolute;
	top: 95px;
	left: 5px;
}

#button07 {
	background: url(../../images/button/bt_versandkosten.png) 0px 0px no-repeat;
	width: 117px;
	height: 15px;
	position: absolute;
	top: 135px;
	left: 5px;
}

#button08 {
	background: url(../../images/button/bt_kontakt.png) 0px 0px no-repeat;
	width: 69px;
	height: 15px;
	position: absolute;
	top: 155px;
	left: 5px;
}

#button09 {
	background: url(../../images/button/bt_impressum.png) 0px 0px no-repeat;
	width: 81px;
	height: 15px;
	position: absolute;
	top: 175px;
	left: 5px;
}

#button10 {
	background: url(../../images/button/bt_home.png) 0px 0px no-repeat;
	width: 46px;
	height: 15px;
	position: absolute;
	top: 195px;
	left: 5px;
}

#button01:hover, #button06:hover {
	background-position: 0 -21px;
}

#button02:hover, #button03:hover, #button04:hover, #button05:hover, #button07:hover, #button08:hover, #button09:hover, #button10:hover {
	background-position: 0 -15px;
}
/* END Navigation Button */