body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	text-align: center;
	background: url('img/bg.png') repeat-x left top #fff;
}

p {
	font-size: 13px;
}

div.cleaner {
	clear: both;
}

#page {
	position: relative;
	margin: auto;
	width: 980px;
	text-align: left;
}

#page h1 {
	font-size: 24px;
	font-weight: bolder;
}

#page em {
	font-style: italic;
}

#page h2 {
	font-size: 18px;
	font-weight: bolder;
	margin: 10px 0;
	background: url('img/heading_2.png') no-repeat left center;
}

#page h2 span {
	margin-left: 15px;
	background: #fff;
	padding: 0 10px;
	font-size: 20px;
	color: #1f4e94;
}

#page h3 {
	font-size: 12px;
	font-weight: bolder;
	margin: 10px 0;
	background: url('img/heading_3.png') no-repeat left center;
}

#page h3 span {
	margin-left: 15px;
	background: #fff;
	padding: 0 10px;
	font-size: 20px;
	color: #e88e00;
}

#head {
	padding: 20px 10px;
	height: 170px;
	background: url('img/head.png') no-repeat left top;
}

#head h1 a {
	position: absolute;
	top: 50px;
	left: 110px;
	display: block;
	width: 215px;
	height: 90px;
}

#head h1 span {
	display: none;
}

#head em {
	display: none;
}

#head #logo {
	float: left;
	width: 658px;
}

#head #search {
	position: absolute;
	top: 8px;
	right: 10px;
}

#head #search table tr {
	float: left;
	display: inline;
}

#head #search label {
	display: none;
}

#head #search input[type="text"] {
	border: 1px solid #a0a0a0;
	padding: 3px 5px;
	font-style: italic;
}

#head #search input[type="submit"] {
	width: 87px;
	height: 24px;
	padding-left: 15px;
	font-weight: bolder;
	color: #561000;
	border: none;
	background: url('img/search_button.png') no-repeat left top;
}

#head #motto {
	position: absolute;
	right: 10px;
	top: 183px;
	font-size: 20px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bolder;
	color: #1f4e94;
}

#menu {
	position: absolute;
	top: 145px;
	right: 10px;
	font-weight: bolder;
	font-size: 14px;
}

#menu li {
	display: inline;
	padding: 0 13px;
}

#menu li a {
	text-decoration: none;
	color: #fff;
}

#menu li a.zadost {
	color: #561000;
	margin-left: 5px;
}

#menu li a:hover {
	text-decoration: underline;
}

#content {
	padding: 20px 10px;
}

#content a {
	color: #a50000;
}

#content a:hover {
	color: #ff0000;
}

#content p {
	margin: 10px 0;
	text-align: justify;
}

#content ul, ol {
	margin-bottom: 10px;
}

#content ul li {
	margin-left: 40px;
	list-style: disc;
}

#content ul li li {
	list-style: circle;
}

#content ul ol {
	margin-left: 40px;
	/*list-style: číííííslo */
}

#content fieldset {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin: 10px 0;
}

#content fieldset legend {
    font-weight: bolder;
    padding: 0 5px;
    margin-left: 10px;
}

#content strong {
	font-weight: bolder;
}

#foot {
	font-size: 12px;
	padding: 15px 10px;
	background: url('img/foot.png') no-repeat center top;
	color: #fff;
	font-weight: bolder;
}

#foot a {
	text-decoration: none;
	color: #919baa;
}

#foot a:hover {
	text-decoration: underline;
}

#copyright {
	width: 460px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

#ozEnter {
	width: 460px;
	text-align: right;
	padding-top: 5px;
	font-weight: normal;
}

#footPanels {
	width: 480px;
	float: left;
}

#footPanel1 {
	float: left;
	width: 220px;
}

#footPanel2 {
	float: left;
	text-align: right;
	padding-right: 20px;
	width: 240px;
}

/* DEFAULT */
div#clanky
{
	float: left;
	width: 650px;
}

div.clanek {
	padding: 10px;
	border-bottom: 1px solid #d5edfa;
	background: url('img/article_bg.png') repeat-x left bottom;
}

div.clanek p {
	margin: 0 0 5px 0!important;
}

div.clanek div.nadpis strong {
	color: #1f4e94;
	font-size: 16px;
}

div#novinky
{
	float: right;
	width: 250px;
	margin-left: 20px;
}

div.novinka
{
	margin: 10px 0;
	padding: 10px;
	background: url('img/novinka.png') repeat-x left bottom;
	border-bottom: 2px solid #BF5500;
	color: #561000;
	text-align: justify;
}

div.novinka strong {
	color: #1f4e94;
}

/* PRODUKTY - PREHLED */
div.productCategories {
	margin-top: 20px;
	float: left;
	width: 150px;
	margin-right: 10px;
}

div.productCategories ul li {
	list-style: none !important;
	margin-left: 0 !important;
}

div.productCategories a {
	display: block;
	padding: 3px 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #1f4e94 !important;
	font-weight: bolder;
}

div.productCategories a.selected, div.productCategories a.selected:hover {
	background: url('img/products_cat_selected.png') no-repeat left top;
	color: #fff !important;
	font-weight: bolder;
	text-decoration: none;
}

div.productCategories a:hover {
	background: url('img/products_cat_hover.png') no-repeat left top;
	text-decoration: underline;
}

div.productList {
	float: right;
	width: 750px;
	margin-top: 20px;
}

div.productList div.info {
	padding: 10px;
	background: url('img/product_bg.png') repeat-x left bottom;
	border: 1px solid #d5edfa; /*#1f4e94;*/
	margin-bottom: 10px;
}

div.productList div.info h3 {
	margin-top: 0 !important;
	background: none !important;
	font-size: 18px !important;
}

div.productList div.info h3 a {
	color: #1f4e94 !important;
	text-decoration: none;
}

div.productList div.info h3 a:hover {
	color: #d50000;
	text-decoration: underline;
}

div.productList div.info img {
	float: left;
	clear: right;
	margin: 0 10px 5px 0;
}

/* PRODUKTY - DETAIL */
div.priklady_splatek table {
	margin-top: 10px;
	/*border: 1px solid #1f4e94;*/
}

div.priklady_splatek table th {
	padding: 3px 5px;
	font-weight: bolder;
	color: #fff;
	background: #1f4e94;
}
div.priklady_splatek table td {
	padding: 3px 5px;
	border: 1px solid #dcdcdc;
}

/* ON-LINE ZADOST */
/** formulare **/
input[type="submit"] {
	border: 1px solid #cfcfcf;
	background: #f5f5f5;
	margin-left: 2px;
	padding: 2px 5px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #cfcfcf;
	margin-bottom: 1px;
	margin-left: 2px;
	padding: 2px 5px;
}

input[type="text"].required {
	background: #FFF3BF;
}

input[type="text"].datepicker {
	background: url('icons/calendar.png') no-repeat right 1px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

select {
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 2px 5px;
	margin-left: 2px;
	margin-bottom: 1px;
	margin-top: 0;
}

input[type="submit"].OK {
	background: url('icons/tick.png') no-repeat 2px center #F3FFDF;
	border-color: #588F00;
	font-weight: bolder;
	padding-left: 20px;
}

input[type="submit"].save {
	background: url('icons/disk.png') no-repeat 2px center #f5f5f5;
	padding-left: 20px;
}

input[type="submit"].cancel {
	background: url('icons/cross.png') no-repeat 2px center #f5f5f5;
	padding-left: 20px;
}

fieldset table th {
	vertical-align: top;
	padding-right: 10px;
}

#frm-grp-captcha th, #frm-grp-captcha td {
	display: inline !important;
}

#frmzadost-captcha {
	display: block;
}

#frm-grp-captcha input, #frm-grp-captcha img {
	display: block;
}

#contactForm fieldset {
	border: 1px solid #dbdbdb;
	padding: 10px;
}

