#nav_home a {
    width: 65px;
	background-image: URL(images/de/home.png);
}
#nav_products a {
    width: 110px;
	background-image: URL(images/de/products.png);
}
#nav_order a {
    width: 110px;
	background-image: URL(images/de/order.png);
}
#nav_about a {
    width: 75px;
	background-image: URL(images/de/about.png);
}
#nav_contact a {
    width: 95px;
	background-image: URL(images/de/contact.png);
}

a.details_button{
	display: block;
	width: 76px;
	height: 28px;
	text-decoration: none;
	background: URL(images/de/details_button.jpg) no-repeat center top;
	margin: 0 auto;
}
a.details_button:hover{
	background-position: center bottom;
}
a.order_button{
	display: block;
	width: 126px;
	height: 40px;
	text-decoration: none;
	background: URL(images/de/order_button.jpg) no-repeat center top;
	margin: 0 auto;
}
a.order_button:hover{
	background-position: center bottom;
}
a.order_button_sm {
	display: block;
	width: 95px;
	height: 28px;
	text-decoration: none;
	background: URL(images/de/order_button_sm.jpg) no-repeat center top;
	margin: 0 auto;
}
a.order_button_sm:hover{
	background-position: center bottom;
}
a.proceed_button{
	display: block;
	width: 112px;
	height: 40px;
	text-decoration: none;
	background: URL(images/de/procced.jpg) no-repeat center top;
	margin: 0 auto;
}
a.proceed_button:hover{
	background-position: center bottom;
}
a.back_button{
	display: block;
	width: 112px;
	height: 40px;
	text-decoration: none;
	background: URL(images/de/go_back.jpg) no-repeat center top;
	margin: 0 auto;
}
a.back_button:hover{
	background-position: center bottom;
}
a.paypal_button{
	display: block;
	width: 222px;
	height: 40px;
	text-decoration: none;
	background: URL(images/de/bt_order_paypal.jpg) no-repeat center top;
	margin: 0 auto;
}
a.paypal_button:hover{
	background-position: center bottom;
}
a.prepay_button{
	display: block;
	width: 202px;
	height: 40px;
	text-decoration: none;
	background: URL(images/de/bt_order_prepay.jpg) no-repeat center top;
	margin: 0 auto;
}
a.prepay_button:hover{
	background-position: center bottom;
}
a.send_button{
	display: block;
	width: 120px;
	height: 40px;
	text-decoration: none;
	background: URL(images/de/send.jpg) no-repeat center top;
	margin: 0 auto;
}
a.send_button:hover{
	background-position: center bottom;
}
