/* @override http://www.absorberykysliku.cz/style/global.css */

/* @group xhtml */

html {
	padding: 0;
	background: url(img/html.gif) #e1e6fd 50% 0 no-repeat;
}

/* @group wysiwyg-xhtml */

body, div, form, fieldset, table, tr, td, p, ul, ol, li, em, q, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	color: #16214f;
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 180%;
	clear: both;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 80%;
}

p, ul, ol {
	line-height: 120%;
}

p {
	margin: 10px 0;
}

ul {
	list-style: disc;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 20px;
}

ol {
	list-style: decimal;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 25px;
}

img {
	margin: 0 8px 8px 8px;
	border: none;
}

table {
	margin: 10px 0;
	border: none;
	border-collapse: collapse;
}

table tr td {
	padding: 2px 5px;
	border: 1px solid #16214f;
}

table thead tr td {
	padding: 5px;
	color: #fff;
	background: #16214f;
}

table tr td img {
	margin: 0;
}

hr {
	display: none;
}

/* @end */

a {
	color: #16214f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: none;
}

input {
	padding: 2px;
}

select {
	margin: 2px 0;
	background: #e1e6fd;
	color: #5d5d5e;
}

/* @end */

/* @group classes */

/* @group wysiwyg-classes */

span.plovouci-vlevo {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

span.plovouci-vpravo {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
}

span.plovouci-vlevo img, span.plovouci-vpravo img {
	display: block;
	margin: 0;
}

.zarovnat-vpravo {
	text-align: right;
}

.zarovnat-na-stred {
	text-align: center;
}

.zarovnat-do-bloku {
	text-align: justify;
}

.zarovnat-automaticky {
	margin: auto;
}

.tucne {
	font-weight: 900;
}

.kurziva {
	font-style: italic;
}

.podtrzeni {
	text-decoration: underline;
}

.vsechna-velka {
	text-transform: uppercase;
}

.vsechna-mala {
	text-transform: lowercase;
}

.prvni-velke {
	text-transform: capitalize;
}

.kapitalky {
	font-variant: small-caps;
}

.text-mensi {
	font-size: 90%;
}

.text-velky {
	font-size: 120%;
}

.horni-index {
	vertical-align: super;
}

.dolni-index {
	vertical-align: sub;
}

.bez-odsazeni {
	margin: 0;
}

.bez-ohraniceni, table.bez-ohraniceni tr td {
	border: none;
}

/* @end */

/* @group margin */

.margin {
	height: 200px;
	min-height: 200px;
}

div [class] .margin {
	height: auto;
}

/* @end */

/* @group elements */

.article .article {
	margin: 20px 0 0 0;
}

.chapter {
	margin: 20px 0 0 0;
}

.link {
	margin: 10px 0;
}

.abstract, .content, .appendix, .navig {
	clear: both;
}

h1.head, h2.head, h3.head {
	margin: 0 0 10px 0;
}

/* @end */

/* @group wysiwyg */

.align-justify {
	text-align: justify;
}

img.float-left {
	float: left;
	margin: 0 8px 8px 0;
}

img.float-right {
	float: right;
	margin: 0 0 8px 8px;
}

/* @end */

/* @group i-text */

.i-text {
	width: 150px;
	border: solid 1px #6375b5;
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
}

textarea.i-text {
	overflow: auto;
}

.i-text:focus, .i-text:hover {
	border: solid 1px #16214f;
}

/* @end */

/* @group button */

input.button {
	padding: 1px 0 0 0;
	cursor: pointer;
}

/* understood by all major browsers except ie-6 */

div[class] input.button {
	padding: 2px 5px;
}

/* understood by all major browsers except opera and ie-6 */

div[class |="dc-page"] input.button {
	padding: 1px 5px;
}

/* understood only by ie-7 */

*:first-child+html input.button {
	padding: 1px 0 0 0;
}

a.button {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	white-space: pre;
}

input.button, a.button {
	float: left;
	margin: 0 2px 0 0;
	color: #fff;
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
	font-size: 13px;
	border: none;
	background: #8f9ccd;
}

input.button:hover, a.button:hover {
	background: #16214f;
}

/* @end */

/* @group buttons */

div.buttons {
	float: right;
	clear: both;
	padding: 10px 0 0 0;
}

div.buttons:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

/* @end */

/* @group general */

.hdn {
	display: none;
}

span.search-result {
	color: #fff;
	background: #a60000;
}

.smart-clear {
	clear: both;
	float: none;
	height: 0;
	font-size: 0;
	width: 100%;
}

body.search div.error {
	display: none;
}

/* @end */

/* @end */

/* @group dc-page */

#dc-page {
	margin: auto;
	width: 970px;
}

.dc-atco-bg {
	height: 0;
	min-height: 0;
	padding: 0 0 68px 0;
	background: url(img/atco.gif) transparent 64px 100% no-repeat;
}

div[class] .dc-atco-bg {
	height: auto;
}

.dc-page-bg {
	background: url(img/dc-page.gif) transparent 0 0 repeat-y;
}

.dc-page-bg .dc-left-end {
	padding: 0 0 20px 0;
	background: url(img/panel-bottom-rounded-corners.gif) transparent 0 100% no-repeat;
}

/* @end */

/* @group dc-head-logo */

.dc-head-logo p {
	height: 100%;
	margin: 0;
}

.dc-head-logo a {
	display: block;
	width: 316px;
	height: 58px;
	position: relative;
	left: 48px;
	top: 29px;
	background: url(img/dc-head-a.jpg) transparent 0 0 no-repeat;
}

.dc-head-logo a span {
	display: none;
}

#dc-head-logo {
	height: 117px;
	position: relative;
	left: 0;
	top: 31px;
}

/* @end */

/* @group dc-menu */

.dc-menu div, .dc-menu-one div {
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

div[class] .dc-menu div, div[class] .dc-menu-one div {
	height: auto;
}

.dc-menu div {
	margin: 0 0 0 10px;
	background: #bcc4e6;
}

.dc-menu-one div {
	margin: 0 10px 0 0;
	background: #6f86e6;
}

.dc-menu a, .dc-menu-one a {
	font-size: 110%;
	text-decoration: none;
}

.dc-menu-one a {
	color: #fff;
}

.dc-menu a:hover, .dc-menu-one a:hover {
	text-decoration: underline;
}

.dc-menu a.active, .dc-menu-one a.active {
	font-weight: bold;
}

.dc-menu span, .dc-menu-one span {
	padding: 0 2px;
}

.dc-menu, .dc-menu-one {
	height: 30px;
	min-height: 30px;
	position: relative;
	top: -117px;
}

div[id] .dc-menu, div[id] .dc-menu-one {
	height: auto;
}

#dc-menu {
	float: left;
	width: 704px;
	left: 0;
	background: url(img/dc-menu-left-corner.gif) transparent 0 100% no-repeat;
}

.dc-menu-one {
	float: right;
	width: 265px;
	right: 0;
	color: #fff;
	text-align: center;
	background: url(img/dc-menu-right-corner.gif) transparent 100% 100% no-repeat;
}

/* @end */

/* @group horizontal-navigation */

.dc-horizontal-navigation {
	height: 0;
	min-height: 0;
	font-size: 100%;
	margin: 0 0 20px 0;
	padding: 0 10px 3px 10px;
	border-bottom: dotted 1px #16214f;
}

div[class] .dc-horizontal-navigation {
	height: auto;
}

.dc-horizontal-navigation em {
	display: block;
	padding: 0;
	font-style: normal;
}

/* @end */

/* @group dc-content */

.dc-content .border thead {
	background: #6f86e6;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
}

.dc-content .margin {
	padding: 0 0 0 22px;
}

.dc-content .margin p {
	line-height: 110%;
}

.site-map .tree {
	float: left;
	width: 45%;
	padding: 0 25px 0 0;
}

.site-map .tree h3 {
	margin: 15px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #16214f;
}

.site-map .dc-content ul {
	font-weight: bold;
	text-transform: uppercase;
}

.site-map .dc-content ul li {
	margin-bottom: 15px;
}

.site-map .dc-content ul li ul {
	font-weight: normal;
	text-transform: none;
}

.site-map .dc-content ul li ul li {
	margin-bottom: 0;
}

#dc-content {
	float: right;
	width: 754px;
}

/* @end */

/* @group dc-left */

.dc-left h3 {
	margin: 0;
	padding: 8px 15px;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	background: url(img/left-panel-head.gif) #27304e 0 0 no-repeat;
}

.dc-left h3.absorbery {
	background: url(img/left-panel-head-catalog.gif) #27304e 0 0 no-repeat;
}

.dc-left ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.dc-left ul li a {
	display: block;
	height: 0;
	min-height: 0;
	padding: 8px 15px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 90%;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(img/submenu-blue.gif);
	background-color: #6375b5;
}

div[class] .dc-left ul li a {
	height: auto;
}

.dc-left ul li a:hover, .dc-left ul li a.active {
	background-image: none;
	background-color: #40478f;
}

#dc-left {
	float: left;
	width: 216px;
}

/* @group dc-search */

.dc-search .i-text {
	width: 160px;
	margin: 10px 0 10px 15px;
}

.dc-search form input.button {
	float: right;
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	background: url(img/rounded-left-bottom-corner.gif) #8f9ccd 0 100% no-repeat;
}

.dc-search form input.button:hover {
	background: url(img/rounded-left-bottom-corner.gif) #27304e 0 17px no-repeat;
}

/* @end */

/* @end */

/* @group dc-footer */

.dc-footer p {
	float: left;
	width: 684px;
	height: 33px;
	min-height: 33px;
	margin: 0;
	padding: 0 10px;
	background: url(img/dc-footer-left-corner.gif) #bcc4e6 0 0 no-repeat;
}

div[class] .dc-footer p {
	height: auto;
}

.dc-footer p span {
	float: right;
	display: block;
	line-height: 33px;
}

.dc-footer p span.left {
	float: left;
}

.dc-footer .dc-menu-one {
	height: 33px;
	min-height: 33px;
	position: static;
	margin: 0;
	background: url(img/dc-footer-right-corner.gif) #6f86e6 100% 0 no-repeat;
}

div[class] .dc-footer .dc-menu-one {
	height: auto;
}

#dc-footer {
	clear: both;
	font-size: 100%;
	margin: 11px 0 -2px 0;
}

div[id] #dc-footer {
	margin: 11px 0 0 0;
}

/* @end */
