/* kat1 */

a.catalog_button:visited,
a.catalog_button {
	display:block;
	float: left;
	margin-left:34px;
	margin-bottom:16px;
	border: 1px solid #b5b5b5;
	padding:1px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow: 0px 0px 1px #000000;*/
	font-weight: bold;
	background: repeat-x left top url(../images/design/button-catalog.png);
}


a.catalog_button:hover {
    text-decoration: underline;
}

a.catalog_button span {
	display: table-cell;
    border: 1px solid #fcc500;
	text-align: center;
	vertical-align: middle;
	height:69px;
	width:165px;
	padding-left:10px;
	padding-right:10px;
}

table.kat {
	width: 100%;
}
table.kat td {
	text-align: center;
	color: #000;
	font-size: 14px;
}

table.kat td a,
table.kat td a:visited {
	color: #000;
	text-decoration: none
}
table.kat td a span {
	border-bottom: 1px solid #000;
	padding-left:1px;
	padding-right:1px;
}
table.kat td a:hover span {
	border-bottom: 0;
}
table.kat td img {
	border: 0;
}
