html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('/images/new/background.png');
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
}

h1 {
	display: none;
}

h2 {
	margin-bottom: 16px;
	border-bottom: 2px #b0251d solid;
	color: #b0251d;
}

a {
	text-decoration: underline;
	color: #c00;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

#container {
	width: 919px;
	margin: auto;
	text-align: left;
}

#header {
	display: block;
	height: 376px;
	background: url('/images/new/header.jpg') no-repeat;
	position: relative;
}

#header a.home {
	position: absolute;
	left: 0px;
	top: 30px;
}

#header a.home img {
	border: 0px;
	width: 230px;
	height: 80px;
}

#header ul#menu {
	clear: right;
	float: right;
	max-width: 680px;
	margin: 10px 16px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#header ul#menu li {
	background: #b0251d;
	float: left;
}

#header ul#menu li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 15px;
	text-transform: uppercase;
}

#header ul#menu a:hover {
	color: #ff0;
}

#header #vlajky {
	float: right;
	margin: 12px 16px 0px 0px;
}

#content {
	margin-bottom: 56px;
}

#content .box {
	width: 199px;
	height: 180px;
	padding: 4px;
	background: url('/images/new/box.png') no-repeat;
	position: relative;
	margin: 24px 0px 0px 10px;
	float: left;
}

#content .box-margin {
	margin-left: 24px;
}

#content .box a img {
	border: none;
	width: 199px;
	height: 180px;
}

#content .box .box-title {
	position: absolute;
	left: 4px;
	bottom: 4px;
	z-index: 10;
	white-space: nowrap;
	overflow: hidden;
}

#content .box .box-title-content {
	float: left;
	background: url('/images/new/box-title-bg.png') repeat-x;
}

#content .box .box-title-content a {
	display: block;
	text-decoration: underline;
	color: #b0251d;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 4px 12px 21px;
}

#content .box .box-title-right {
	float: left;
	width: 16px;
	height: 40px;
	background: url('/images/new/box-title-right.png') no-repeat;
}

#inner-content {
	margin: 14px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content .vyrobek-kategorie {
	float: left;
	margin: 0px 0px 16px 16px;
	width: 284px;
}

#content .vyrobek-kategorie-nomargin {
	margin-left: 0px;
	clear: both;
}

#content .vyrobek-kategorie .nadpis {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

#content .vyrobek-kategorie .nadpis a {
	color: #b0251d;
	text-decoration: none;
}


#content .vyrobek-kategorie .foto img {
	border: 1px #000 solid;
	width: 284px;
}

#content #vyrobky-kategorieobr {
	text-align: center;
	margin-bottom: 40px;
}

#content #vyrobky-kategorieobr img {
	width: 100%;
}

#content table.vyrobek {
	margin-bottom: 8px;
	margin-right: 12px;
	width: 100%;
}

#content table.vyrobek .nadpis {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px #b0251d solid;
	color: #b0251d;
	margin-bottom: 12px;
}

#content table.vyrobek .foto {
	vertical-align: top;
	width: 300px;
}

#content table.vyrobek .foto img {
	border: 0px;
	width: 300px;
}

#content table.vyrobek .popis {
	vertical-align: top;
	padding-left: 12px;
	white-space: clear;
}

#content table.fotogalerie {
	margin-bottom: 8px;
	border-spacing: 8px;
	margin: auto;
}

#content table.fotogalerie td {
	width: 45%;
	text-align: center;
	vertical-align: top;
}

#content table.fotogalerie .foto {
	display: inline-block;
}

#content table.fotogalerie .foto img {
	border: 0px;
	width: 350px;
}

#content table.fotogalerie .popis {
	text-align: left;
	border-bottom: 1px #b0251d solid;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

#content table.fotogalerie .popis a {
	color: #b0251d;
	text-decoration: none;
}

#content .aktualita-velkyobrazek {
	margin-bottom: 12px;
	border: 0px;
}

#content .aktualita-obrazek {
	float: left;
	margin-bottom: 12px;
}

#content .aktualita-obrazek img {
	width: 60px;
}

#content div.aktualita {
	display: block;
	margin-bottom: 16px;
	margin-left: 72px;
}

#content div.aktualita .publikovano {
	color: #666;
	font-size: 10px;
	margin-top: 2px;
}

#content div.aktualita .perex {
	margin-top: 2px;
}

#content div.galeriealbum {
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px #999 solid;
	float: left;
	width: 212px;
}

#content div.galeriealbum a img {
	border: 0px;
	width: 100%;
}

#footer {
	border-top: 1px #b0251d solid;
	padding: 12px 6px;
	color: #b0251d;
}

