﻿#kategorie th {
	border: 1px solid #000000;
	background-image: url('images/div/button.png');
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	font-size: large;
	font-family: Arial, Helvetica, Sans-Serif;
}
#produkte colgroup {
	vertical-align: top;
	margin-top: 0px;
}
#kategorie th:hover {
	border: 1px solid #000000;
	text-align: center;
	background-image: url('images/div/button-hover.png');
	color: #FFFFFF;
}
#kategorie th a {
	margin: auto;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
#produkte {
	margin: auto;
	border: 1px solid #000000;
	text-align: center;
}
#hersteller {
	border: 1px solid #000000;
	text-align: center;
	background-image: url('images/div/button-sub.png');
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
}
#sonderangebote {
	color: #FFFFFF;
	background-image: url('images/div/button-animation.gif');
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	font-size: large;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;

}
#sonderangebote th a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sonderangebote th:hover {
	background-image: url('images/div/button-hover.png');
}
#sonderangebote:hover {
	background-image: url('images/div/button-hover.png');
}

