* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.5em;
	background: #5E5E5E url(back.gif) repeat;
	color: white;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
.error {
	color: red;
	background-color: transparent;
}
.cistic {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.back {
	background-image: url(back_gradient.gif);
	background-repeat: repeat-x;
	min-height: 840px;
	padding: 80px 0;
}
.body {
	width: 700px;
	margin: 0 auto;
	padding-top: 23px;
	text-align: left;
	background-color: white;
	color: #444;
}

#foot {
	color: #B1B1B4;
	background: #43437A url(foot.gif) repeat-x;
	height: 28px;
	text-align: right;
	padding: 20px 15px;
}
#foot a {
	color: #B1B1B4;
	background-color: transparent;	
}

#menu {
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 3px;
}
#menu a {
	display: block;
	color: white;
	background-color: transparent;
	height: 45px;
	overflow: hidden;
	width: 80px;
	float: left;
	margin-right: 3px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
}
#menu a.home {
	width: 196px;
}
#menu a:hover {
	color: #B1B1B4;
	background-color: transparent;
}
#logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 157px;
}
#line {
	background-image: url(line.gif);
	background-repeat: repeat-x;
	height: 10px;
	border-top: 1px solid white;
}

#body {
	margin: 15px 10px;
}
#body.title {
	background-image: url(title.gif);
	background-repeat: repeat-y;
}
#body div.text {
	float: left;
	width: 472px;
}
#body div.novinky {
	float: left;
	width: 187px;
	margin-left: 20px;
}
#body div.novinky p {
	text-align: left;
	margin: 0;
}
#body h1, #body h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#body h3 {
	font-size: 12px;
	color: #616191;
	background-color: transparent;
	margin: 10px 0 0 0;
}
#body a {
	color: #5E5E5E;
	color: #43437A;
	background-color: transparent;
}
#body p {
	margin: 10px 0;
	text-align: justify;
}
#body p.info {
	color: #43437A;
	background-color: transparent;
	font-weight: bold;
}
#body table.kat {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
#body table.kat thead th {
	border: 1px solid white;
}

#body table.kat tbody th {
	border: 1px solid white;
	background-color: #686868;
	color: white;
	text-align: left;
	vertical-align: middle;
	padding: 2px 5px;
	white-space: nowrap;
	width: 130px;
}
#body table.kat tbody td {
	border: 1px solid white;
	background-color: #DEDEDE;
	color: black;
	text-align: left;
	vertical-align: middle;
	padding: 2px 5px;
}
#body table.kat tbody td.img {
	padding: 0;
	width: 164px;
	vertical-align: top;
}
#body table.kat tbody td img {
	margin-bottom: 1px;
	border: none;
}
#body table.kat tbody td img.img3 {
	margin: 0 1px 1px 1px;
}

#body .vitejte {
	width: 172px;
	height: 23px;
	position: relative;
}
#body .vitejte span {
	background: url(h1-vitejte.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
} 
#body .novinky {
	width: 140px;
	height: 23px;
	position: relative;
}
#body .novinky span {
	background: url(h1-novinky.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
}
#body table.admin {
	border-collapse: collapse;
	width: 100%;
}
#body table.admin td {
	border: 1px solid #B1B1B4;	
	padding: 2px;
}
#body table.admin td.img {
	width: 164px;
	padding: 0;
}
#body table.admin td.txt {
	vertical-align: top;
}
#body table.admin thead td {
	border: 1px solid #B1B1B4;	
	background-color: #B1B1B4;
	font-weight: bold;
	color: white;
	padding: 2px;
	
}
#body table.kat th.nazev, #body table.admin th.nazev {
	text-align: right;
	font-weight: bold;
	background-color: #43437A;
	color: white;
	padding: 2px 5px;
}

#body table.kat th.nazev span, #body table.admin th.nazev span {
	float: left;
}
#body table.admin th.prodano {
	background-color: #619161;
	color: white;	
}

#body form select option {
	margin-right: 5px;
}

#body p.stranky {
	text-align: center;
	font-size: 11px;
	font-weight: bold;	
}
#body p.stranky a {
	text-decoration: none;
	font-weight: normal;
}

#odkazy { background: #646493; padding: 5px 0; text-align: center; color: #B1B1B4; }
#odkazy a { color: #B1B1B4; }
