* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	background: #fff url("../img/body.gif") repeat-y;
	color: #000;
	font-size: x-small;
	line-height: 1.4;
}
html>body {
	font-size: small;
}
hr {
	display: none;
}
span.end {
	clear: both;
	height: 1px;
	display: block;
	font-size: 1px;
	line-height: 1px;
}
/* layout */
#min {
	min-width: 990px;
}
#max {
	max-width: 1240px;
	min-height: 100%;
	background:  url("../img/main.jpg") repeat-y right top;
}
#main {
	background:  url("../img/right.jpg") no-repeat right bottom;
	min-height: 700px;
	text-align: left;
}
#head {
	height: 123px;
	background:  url("../img/head.jpg") repeat-x;
	position: relative;
}
#back {
	height: 123px;
	position: absolute;
	width: 300px;
	left: 0;
	background:  url("../img/back.gif") repeat-y center top;
	z-index: 0;
}
#content {
	padding: 25px 170px 35px 320px;
}
/* layout */
/* headers */
h2, h3 {
	text-transform: uppercase;
	font-weight: normal
}
h4 {
	font-weight: normal
}
h1 {
	width: 503px;
	height: 123px;
	font-size: 130%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	text-align: right;
	background:  url("../img/h1.jpg") no-repeat;
}
h1 span {
	position: absolute;
	width: 503px;
	display: block;
	z-index: 2;
	right: 20px;
	bottom: 0;
	color: #7a7e8c;
}
h2 {
	font-size: 150%;
	padding: 3px 0 25px 0;
	color: #da6610;
	text-transform: uppercase
}
h3 {
	font-size: 120%;
	padding: 3px 0;
	margin: 0 0 8px 0;
	color: #da6610;
	text-transform: uppercase
}
h3.nahled, h3.cil, h3.cas, h3.klic, h3.zadani, h3.pruvodce, h3.test, h3.zdroje {
	background: url("../img/lupa.gif") no-repeat left center;
	padding: 10px 0 10px 52px;
	margin-bottom: 15px;
	color: #49a4dd;
}
h3.cil {
	background: url("../img/cil.gif") no-repeat left center;
}
h3.cas {
	background: url("../img/cas.gif") no-repeat left center;
}
h3.klic {
	background: url("../img/klic.gif") no-repeat left center;
}
h3.zadani {
	background: url("../img/zadani.gif") no-repeat left center;
}
h3.pruvodce {
	background: url("../img/pruvodce.gif") no-repeat left center;
}
h3.zdroje {
	background: url("../img/zdroje.gif") no-repeat left center;
}
h3.test {
	background: url("../img/test.gif") no-repeat left center;
}
h4 {
	font-size: 110%;
	color: #800000;
	padding-bottom: 10px;
	font-weight: normal;
}
/* headers */
/* dtreee function */
#floatLayer {
	width: 243px;
	position: absolute;
	top: 5px;
	left: 25px;
	padding: 15px 0 15px 7px;
	background: #fef0e6;
	border: 5px solid #fff;
	z-index: 5;
}
#floatLayer strong {
	font-weight: normal;
}
.dtree {
	font-size: 11px;
	color: #000;
}
.dtree img {
	border: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 0px 2px 0px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #c00000;
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
}
/* dtreee function */
/* par */
p {
	padding: 0 0 15px 0;
}
p.up {
	padding: 100px 0 5px 0;
	text-align: right;
}
p.img {
	margin: 5px 0 15px 0;
	background: #f2f2f2;
	text-align: center;
	padding: 10px 10px 0 10px;
}
p.img span {
	display: block;
	margin-top: 5px;
	color: #333;
	padding-bottom: 10px;
}
p.img span strong {
	color: #da6610;
}
p.big {
	font-size: 130%;
}
p.img img {
	border: 3px double #cecece;
	margin: 0 5px 10px 0;
}
p.img a:hover img {
	border: 3px double #a1c7ff;
}
p.center {
	text-align: center
}
/* par */
/* lists */
.box ul, .box ol {
	padding: 0 0 20px 35px;
}
.box ul li ul, .box ol li ol {
	padding: 5px 0 5px 35px;
}
.box ul li ul li {
	list-style: circle
}
li {
	list-style: square;
}
li.nadpis {
	margin-left: -25px;
	margin-bottom: 5px;
}
.box ol {
	padding-left: 52px;
}
.box ol.lit li {
	margin-bottom: 5px;
}
.box ol.letter li {
	list-style: lower-alpha;
}
.box ol.decimal li {
	list-style: decimal;
}
ul li ol, ol li ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
ol.letter ul li {
	list-style: square;
}
strong.header {
	color: #ee812f;
	padding-left: 3px;
	font-size: 12px;
}
strong.blok {
	display: block;
	text-align: center;
	padding: 10px 0;
}
/* lists */
/* table */
.table {
	width: 100%;
	padding: 15px 0;
}
table {
	width: 100%;
	font-size: 100%;
	color: #000;
	border-collapse: collapse;
}
td {
	text-align: center;
	border: 1px solid #000;
	padding: 2px 5px;
}
table.width td {
	width: 10%;
}
caption {
	font-weight: bold;
	padding: 0 0 10px 0;
}
/* table */
/* links */
a.print {
	background:  url("../img/print.gif") no-repeat left center;
	padding-left: 20px;
}
a.top {
	background:  url("../img/top.gif") no-repeat left center;
	padding-left: 20px;
}
#content a:link,  #content a:visited {
	color: #336699;
}
#content a:hover {
	color: #cc0000;
}
/* links */
#foot {
	width: 100%;
	text-align: left;
}
#foot p {
	font-size: 90%;
	font-style: italic;
	background: url("../img/esf.gif") no-repeat left center;
	min-height: 120px;
	margin: 0 0 0 310px;
	padding: 0 0 0 140px;
}
p.author {
	text-align: right;
	font-style: italic
}
li.nadpis {
	list-style: none;
	font-weight: bold;
}
.box a {
	white-space: nowrap
}
#zdroje {
	padding: 15px 0 15px 35px;
}

