﻿.MenuItem A {
	background-image:url("/bilder/exchange/button.jpg");
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	color: Black;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: -1px;
	width: 100%;
}

.MenuItem A:active, .MenuItem A:hover, .MenuItemSelected A {
	background-image:url("/bilder/exchange/button_aktiv.jpg");
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	color: White;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: -1px;
	width: 100%;
}

.MenuItemText {
	margin-left: 5px;
}

.BestellButton A {
	background-image:url("/bilder/exchange/bestellbutton.jpg");
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	color: Black;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: -1px;
	width: 100%;
}

.BestellButton A:active, .BestellButton A:hover {
	background-image:url("/bilder/exchange/bestellbutton_aktiv.jpg");
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	color: White;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: -1px;
	width: 100%;
}