/* meni sa horna cast s logom */
#logo-1 {
	width: 108px;
	height: 56px;
	background-color: #7f7f83;
	background-image: url("../i/logo_sede.jpg");
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}
/*#logo-2 {
	width: 230px;
	height: 56px;
	background-image: url("../i/logo_kellys_1.gif");
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}
#logo-3 {
	width: 340px;
	height: 56px;
	background-image: url("../i/logo_kellys_2.gif");
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}*/

/* meni sa fotografia pre kazdu podkategoriu bikov */
#kategoria-foto-1 {
	width: 108px;
	height: 157px;
	float: left;
	background-image: url("../i/bikes_mtb_2.jpg");
	background-position: left;
	background-repeat: no-repeat;
}
#kategoria-foto-2 {
	width: 232px;
	height: 157px;
	float: left;
	background-image: url("../i/bikes_mtb_3.jpg");
	background-position: left;
	background-repeat: no-repeat;
}

/* meni sa farba v lavom stlpci v casti menu - 1 a 2 uroven */
div.menu-farba {
	background-color: #ff7f00;
	width: 108px;
/* zmena */	/*padding: 7px 0 6px 0;*/
	text-align: center;
	font-weight: bold;
	float: left;
/* zmena */	line-height: 26px; /* zmena */
}
div.menu-farba A {
	text-decoration: none;
	color: #ffffff;
	/*padding: 7px 0 6px 0;*/
	line-height: 26px;
}
div.menu-farba A:hover {
	text-decoration: none;
	color: #ff0000;
	/*padding: 7px 0 6px 0;*/
	line-height: 26px;
}

/* meni sa farba vybarnej kategorie v menu 2 urovne */
#mtb A {
	background-color: #ff7f00;
	color: #ffffff;
}

/* meni sa farba v lavom stlpci v casti menu - produkty - tabulka */
td.menu-produkty {
	background-color: #ff7f00;
	width: 108px;
	height: 300px;
	vertical-align: top;
	color: #ffffff;
}

div.produkt {
	/*display: block;*/
	width: 108px;
	text-align: right;
	/*padding: 4px;*/
}
div.produkt A {
	display: block;
	width: 103px;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 2px 0;
}
div.produkt A:hover {
	display: block;
	width: 103px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	padding: 2px 5px 2px 0;
}
div.produkth A {
	display: block;
	width: 103px;
	text-align: right;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	padding: 2px 5px 2px 0;
}

/* meni sa farba v lavom stlpci pre duel */
div.duel {
	width: 108px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
div.duel A {
	display: block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	background-color: #e04e0b;
	padding: 3px 0 3px 0;
}

/* nastavenie background image pri technical data */
#technical-data-menu {
	background-image: url("../i/techdata_bg_mtb.gif");
	background-position: top right;
	background-repeat: no-repeat;
}