body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #715748 url("images/bg02.jpg") repeat-y center top;
}

#main {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background: #F4E2D6 url("images/bg01.jpg") no-repeat left top;
}

#top {
	height: 138px;
}

a.homepage {
	display: block;
	height: 138px;
}

a.homepage span {
	display: none;
}

#left-bar {
	float: left;
	width: 595px;
}

#right-bar {
	float: right;
	width: 335px;
	padding-top: 30px;
}

#left-bar #content {
	padding: 25px 0 25px 25px;
}

#footer {
	clear: both;
	line-height: 20px;
	padding: 10px 20px;
	background-color: #F1D7C2;
}

#menu {
	height: 30px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	color: #444;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-right: 1px solid #E1C2A5;
}

#menu ul li.selected a {
	background: #fff;
}
#menu ul li a:hover {
	color: #000;
	background: #fff;
	text-decoration: underline;
}

#menu ul li ul {
	display: none;
}

#aktuality {
	background: #f5f5f5;
	padding: 10px;
}

.more {
	display: block;
	text-align: right;
}

/* --------------------------------------------------- */

.box {
    float: left;
    width: 320px;
    height: 187px;
    background:  url('images/box01.gif') no-repeat top left;
    margin: 0 17px 17px 0;
}
.box .box-content {
    padding: 10px;
}
.box .nadpis {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 130%;
    color: #511f00;
}
.box .nadpis:hover {
	color: #ce5328;
}
.box .image {
	float: left;
	height: 120px;
	width: 120px;
	overflow: hidden;
	text-align: center;
}
.box .info {
	float: right;	
	width: 160px;
	height: 110px;
	padding-top: 10px;
	font-size: 90%;
}
.box .bottom {
	height: 24px;
	line-height: 23px;
	clear: both;	
}
.box .bottom img {
	position: relative;
	top: 4px;
}
.cena {
	color: #f36713;
	font-size: 160%;
}
.cena_doporucena {
	text-decoration: line-through;
}
.sleva {
	font-size: 160%;
}
.kosik {
	display: block;
	float: right;
	width: 72px;
	height: 22px;
    background:  url('images/kosik.png') no-repeat top left;
}
.kosik:hover {
    background:  url('images/kosik2.png') no-repeat top left;
}
.kosik span {
    display: none;
}

.photo-gallery img {
	border: 1px solid #cec4bd;
	margin: 0 12px 12px 0;
}