/* @override http://www.kvs-brno.cz/css/global.css */

/* @group xhtml */

html {
	background: #fff;
}

body {
	padding: 0 0 20px 0;
	background: #fff;
}

fieldset {
	border: none;
}

label, input, select {
	vertical-align: middle;
}

label {
	line-height: 20px;
}

input, textarea {
	vertical-align: middle;
}

select {
	width: 166px;
	margin: 2px 0;
}

table tr td {
	padding: 0;
}

/* @end */

/* @group classes */

/* @group general */

.smart-clear, clr {
	display: block;
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

h3.legend {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.max-width {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

table.no-tfoot tfoot tr td {
	display: none;
}

table tr.stripe-two td {
	background: #e1e1e1;
}

.hdn {
	display: none;
}

.search-highlight {
	padding: 2px;
	color: #fff;
	text-decoration: inherit;
	font-style: inherit;
	background: #ff8b00;
}

/* @end */

/* @group wysiwyg */

span.plovouci-blok-vlevo {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

span.plovouci-blok-vpravo {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
}

span.plovouci-blok-vlevo img, span.plovouci-blok-vpravo img {
	display: block;
	margin: 0;
}

table.tabulka-format tr td {
	padding: 2px 5px;
	border: solid 1px #c6c6c6;
}

table.tabulka-format thead tr td {
	padding: 5px;
	color: #fff;
	background: #aad010;
}

table.tabulka-vyplne tr td {
	padding: 0 10px 0 0;
}

/* @end */

/* @group margin */

.margin {
	height: 200px;
	min-height: 200px;
}

div[class] .margin {
	height: auto;
}

/* @end */

/* @group general-form */

.general-form br {
	display: none;
}

.general-form fieldset label {
	display: block;
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

div[class] .general-form fieldset label {
	height: auto;
}

.general-form fieldset label span {
	display: block;
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.general-form fieldset label .i-text {
	width: 92%;
	margin: 0;
}

.general-form fieldset label.textarea span.left {
	line-height: 100%;
}

.general-form fieldset label span.left {
	float: left;
	margin: 0;
	text-align: left;
}

.general-form fieldset .buttons {
	clear: left;
	float: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* @end */

/* @group rows */

.rows br {
	display: none;
}

.rows .br-used br {
	display: block;
}

.row, .row .left, .row .right {
	display: block;
}

.row {
	height: 20px;
	min-height: 20px;
	margin: 2px 0;
	clear: left;
	text-align: right;
}

div[class] .row {
	height: auto;
}

.row .left {
	float: left;
	line-height: 20px;
	text-align: left;
}

.row .right {
	float: none;
	margin: 0 0 0 6em;
	line-height: 20px;
}

.row .i-text {
	width: 92%;
	margin: 0;
}

.row.textarea .left {
	line-height: 100%;
}

/* @end */

/* @group file-mail */

.file-mail {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.file-mail h3 {
	float: left;
	clear: left;
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	background: #e1e1e1;
}

.file-mail fieldset {
	clear: left;
	margin: 0;
	padding: 10px;
	background: #e1e1e1;
}

.file-mail fieldset fieldset {
	padding: 0;
	border: none;
}

.file-mail fieldset em {
	display: block;
	margin: 0 0 10px 0;
}

/* @end */

/* @group report */

.report {
	height: 50px;
	min-height: 50px;
	margin: 0 0 10px 0;
	padding: 5px 60px 5px 5px;
	color: #000;
	border: solid 2px #f00;
	background-position: 100% 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(img/report/report.png);
}

div[class] .report {
	height: auto;
}

.report.informative {
	border: 2px solid #ff8b00;
	background-image: url(img/report/report-informative.png);
}

.report.allowing {
	border: 2px solid #82c00c;
	background-image: url(img/report/report-allowing.png);
}

.report h3 {
	margin: 0 0 10px 0;
}

.report a {
	color: #000;
}

.report p {
	margin: 10px 0 0 0;
}

/* @end */

/* @group i-text */

.i-text {
	width: 160px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0;
	padding: 2px;
	cursor: text;
	border: 1px solid #aad010;
	background: #f0f0f0;
}

.i-text:focus, .i-text:hover {
	outline: none;
	border: 1px solid #93b512;
}

textarea.i-text {
	width: 400px;
	height: 200px;
	overflow: auto;
}

.i-text.fill-error {
	border: solid 2px #f00;
}

.i-text.fill-error:hover, .i-text.fill-error:focus {
	border: solid 2px #f00;
}

.fill .i-text {
	background: #fff;
}

/* @end */

/* @group buttons */

.buttons {
	height: 0;
	min-height: 0;
	clear: both;
	float: none;
	text-align: right;
}

div[class] .buttons {
	height: auto;
}

/* @end */

/* @group button */

.button {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 5px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	border: none;
	background: #aad010;
}

input.button {
	display: inline;
}

.button:hover {
	background: #93b512;
}

/* @end */

/* @group item-short */

.item-short-place .smart-clear {
	height: 0;
}

.item-short {
	width: 180px;
	height: 0;
	min-height: 0;
	float: left;
	margin: 0 20px 20px 0;
	background: #e1e1e1;
}

div[class] .item-short {
	height: auto;
}

.item-short.last-in-row {
	margin: 0 0 20px 0;
}

.item-short .img {
	height: 0;
	min-height: 0;
	position: relative;
	z-index: 100;
}

div[class] .item-short .img {
	height: auto;
}

.item-short .img a {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .item-short .img a {
	height: auto;
}

.item-short .img a.zoom {
	width: 20px;
	height: 20px;
	min-height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 105;
	background: url(img/icons/zoom.gif) #fff 50% 50% no-repeat;
}

.item-short .img a.zoom span {
	display: none;
}

.item-short .img img {
	display: block;
	margin: 0;
}

.item-short .img .label {
	height: 0;
	min-height: 0;
	padding: 2px 10px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 105;
	color: #fff;
	font-size: 11px;
	background: #ff8b00;
}

div[class] .item-short .img .label {
	height: auto;
}

.item-short .basic-info {
	height: 50px;
	min-height: 50px;
	padding: 5px;
}

div[class] .item-short .basic-info {
	height: auto;
}

.item-short .link-detail {
	padding: 5px;
	text-align: right;
}

/* @end */

/* @group elements */

.article, chapter {
	margin: 20px 0 0 0;
}

.link {
	margin: 10px 0;
}

.abstract, .content, .appendix, .navig {
	clear: both;
}

h2.head, h3.head {
	margin: 0 0 10px 0;
	color: #fff;
}

.dc-right h2.head, .dc-right h3.head {
	color: #000;
}

.article-full h2, .article-full h3, .article-full h4, .article-full h5, .article-full h6 {
	clear: both;
}

.link-more {
	margin: 10px 0;
	text-align: right;
}

/* @end */

/* @group pager */

.pager {
	clear: both;
	height: 0;
	min-height: 0;
	margin: 10px 0;
	padding: 5px 1px 3px 1px;
	text-align: right;
}

div[class] .pager {
	height: auto;
}

.pager .left-arrow, .pager .page, .pager .right-arrow, .pager .dots {
	display: block;
	height: 0;
	min-height: 0;
	float: left;
	padding: 1px 5px;
	text-decoration: none;
	color: #fff;
}

div[class] .pager .left-arrow, div[class] .pager .page, div[class] .pager .right-arrow, div[class] .pager .dots {
	height: auto;
}

.pager .left-arrow, .pager .page {
	border-right: 1px solid #fff;
}

.pager .right-arrow {
	border-left: 1px solid #fff;
}

.pager .left-arrow, .pager .right-arrow {
	color: #fff;
}

.pager .dots {
	padding: 1px 2px;
	letter-spacing: 1px;
}

.pager .first, .pager .last {
	border: none;
}

.pager strong.page {
	color: #000;
}

.pager .left-arrow:hover, .pager .page:hover, .pager .right-arrow:hover {
	color: #000;
	background: #fff;
}

.pager strong.page:hover {
	background: transparent;
}

/* @end */

/* @end */

/* @group common-properties */

#dc-head-logo, .dc-languages, .search-fulltext-panel, #dc-menu, #dc-menu-popup, .dc-navigation, .dc-path, #dc-content, #dc-left, #dc-right, #dc-footer {
	height: 0;
	min-height: 0;
}

div[id] #dc-head-logo, div[class] .dc-languages, div[class] .search-fulltext-panel, div[id] #dc-menu, div[id] #dc-menu-popup, div[class] .dc-navigation, div[class] .dc-path, div[id] #dc-content, div[id] #dc-left, div[id] #dc-right, div[id] #dc-footer {
	height: auto;
}

/* @end */

/* @group dc-content print-out */

/* @group search-fulltext */

div.search-fulltext h1 em {
	color: #000;
}

/* @end */

/* @group dc-site-map */

.content-map, .e-shop-map {
	float: left;
	margin: 0 20px 0 0;
}

.content-map h3, .e-shop-map h3 {
	margin: 0 0 15px 0;
}

body.site-map .dc-content ul {
	font-weight: 900;
	text-transform: uppercase;
}

body.site-map .dc-content ul li {
	margin: 0 0 15px 0;
}

body.site-map .dc-content ul li ul {
	font-weight: normal;
	text-transform: none;
}

body.site-map .dc-content ul li ul li {
	margin: 0;
}

/* @end */

/* @end */

/* @group dc-panel print-out */

/* @group catalog-menu-tree */

.catalog-menu-tree ul {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

div[id] .catalog-menu-tree ul {
	height: auto;
}

.catalog-menu-tree ul li {
	display: block;
	height: 0;
	min-height: 0;
	margin: 1px 0;
}

div[id] .catalog-menu-tree ul li {
	height: auto;
}

.catalog-menu-tree ul li a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 5px 10px;
	text-decoration: none;
}

div[id] .catalog-menu-tree ul li a {
	height: auto;
}

.catalog-menu-tree ul li a:hover {
	color: #fff;
	background: #475f7f;
}

.catalog-menu-tree ul li a.active {
	color: #fff;
	background: #5a79a2;
}

.catalog-menu-tree ul li ul {
	padding: 0 0 0 10px;
}

/* @end */

/* @group dc-menu-tree */

#dc-menu-tree ul {
	display: block;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

div[id] #dc-menu-tree ul {
	height: auto;
}

#dc-menu-tree ul li {
	display: block;
	height: 0;
	min-height: 0;
	margin: 1px 0;
}

div[id] #dc-menu-tree ul li {
	height: auto;
}

#dc-menu-tree ul li a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 5px 10px;
	text-decoration: none;
}

div[id] #dc-menu-tree ul li a {
	height: auto;
}

#dc-menu-tree ul li a:hover {
	color: #fff;
	background: #475f7f;
}

#dc-menu-tree ul li a.active {
	color: #fff;
	background: #5a79a2;
}

#dc-menu-tree ul li ul {
	padding: 0 0 0 10px;
}

/* @end */

/* @group login-form */

.login-form {
	clear: both;
	height: 0;
	min-height: 0;
}

div[class] .login-form {
	height: auto;
}

.login-form fieldset {
	padding: 0 0 10px 0;
}

.login-form h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.login-form h4 em {
	color: #ff8b00;
}

.login-form h4 em br {
	display: block;
}

.login-form .row .right {
	margin: 0 0 0 3.6em;
}

.login-form p {
	margin: 0;
}

/* @end */

/* @group basket-info */

.basket-info p {
	margin: 0;
}

.basket-info strong {
	color: #ff8b00;
}

/* @end */

/* @group panel-full */

.panel-full p {
	margin: 0 0 10px 0;
}

.panel-full .panel {
	margin: 0 0 15px 0;
}

.panel-full .article, .panel-full .chapter, .panel-full .link {
	margin: 0 0 15px 0;
}

.panel-full h2.head {
	margin: 0;
	font-size: 16px;
	color: #000;
}

.panel-full .panel h3.head {
	font-size: 14px;
}

/* @end */

/* @end */

/* @group dc-page */

#dc-page {
	width: 742px;
	background: url(img/dc-page.gif) transparent 100% 0 repeat-y;
}

/* @end */

/* @group dc-head-logo */

.dc-head-logo p.head-domain {
	margin: 0;
}

.dc-head-logo p.head-domain a {
	display: block;
	width: 141px;
	height: 72px;
	position: absolute;
	left: 29px;
	top: 27px;
	z-index: 20;
}

.dc-head-logo p.head-domain a span {
	display: none;
}

#dc-head-logo {
	height: 140px;
	min-height: 140px;
	margin: 0 0 -35px 0;
	position: relative;
	z-index: 10;
	background: url(img/dc-head-logo.gif) transparent 100% 100% no-repeat;
}

/* @end */

/* @group search-fulltext-panel */

.search-fulltext-panel {
	clear: both;
	padding: 14px 30px 0 0;
	text-align: right;
}

.search-fulltext-panel .i-text {
	width: 162px;
	height: 16px;
	margin: 0;
	padding: 4px 12px;
	border: none;
	background: url(img/search-fulltext-bg.gif) #fff 50% 50% no-repeat;
}

.search-fulltext-panel .button {
	padding: 0;
	margin: 0 0 0 5px;
	color: #999999;
	background: transparent;
}

/* @end */

/* @group dc-menu */

.dc-menu a {
	margin: 0 10px 0 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
}

.dc-menu a:hover {
	text-decoration: underline;
}

.dc-menu a.active {
	color: #a1c71f;
}

.dc-menu a strong {
	font-weight: 400;
}

.dc-menu span {
	display: none;
}

.dc-menu .smart-clear {
	height: auto;
}

#dc-menu {
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	margin: 0 16px 0 275px;
	padding: 0 4px 0 0;
	text-align: right;
	position: relative;
	z-index: 20;
	background: #fff;
}

div[id] #dc-menu {
	height: auto;
}

/* @end */

.graphic-rest {
	padding: 40px 0 210px 0;
	background: url(img/dc-footer.gif) transparent 100% 100% no-repeat;
}

/* @group dc-content */

#dc-content {
	width: 390px;
	float: left;
	position: relative;
	left: 42px;
}

/* @end */

/* @group dc-right */

#dc-right {
	width: 240px;
	float: right;
	position: relative;
	right: 50px;
	text-align: right;
}

/* @end */

/* @group dc-footer */

.dc-footer p {
	height: 0;
	min-height: 0;
	margin: 0;
}

div[class] .dc-footer p {
	height: auto;
}

.dc-footer span {
	float: right;
}

.dc-footer span.left {
	float: left;
}

.dc-footer span.smart-clear, .dc-footer span span {
	float: none;
}

#dc-footer {
	clear: both;
	padding: 0 30px;
	font-size: 11px;
	background: #fff;
}

/* @end */

.alink-automat {
	padding: 20px 30px;
	background: #fff;
}