/* violet css verzia */

#menu { background: #88c152 url(imgs/yellow/menu.gif) repeat-x; }

#menu #hover { background:url(imgs/yellow/hover.jpg) no-repeat; }
#menu #selected { padding:0 18px 0 17px; background:url(imgs/yellow/selected.jpg) no-repeat; }

#banner { height:5px; background: #fec10f url(imgs/yellow/banner-bg.gif) repeat-x; }

#content div.main { border-top:1px solid #fec10f; border-bottom: 1px solid #fec10f; }

#produkty div.main {}

input.search-button { background:url(imgs/yellow/input-search.jpg) no-repeat; }
input.search-button:hover {	background:url(imgs/yellow/input-searchh.jpg) no-repeat; }

input.login-button { background:url(imgs/yellow/login-button.jpg) no-repeat; }
input.login-button:hover { background:url(imgs/yellow/login-buttonh.jpg) no-repeat; }

/* banner */
#banner div.image { height:5px; background:url(imgs/yellow/banner.jpg) no-repeat center; }

/* produkt */
div.produkt a, div.produkt a:link, div.produkt a:visited { color:#fec10f; }
div.produkt span.cena { color:#fec10f; }

/* menu */

#header { background:#fff url(imgs/bg-header.gif) repeat-x; }

#menu a, #menu a:link, #menu a:visited {
	color:#000;
	text-decoration:none;
	display:inline;
	float:left;
	padding:0 20px 0 20px;
}
#menu a:hover { text-decoration:underline; }