/* (c) 2009 Michal Pospiech */

body {
	background: #202930 url("../obrazky/body-pozadi.jpg") repeat-x left top;
	padding: 0 0 40px 0;
	margin: 0;
	text-align: center;
}

 /* nastaveni */
div, p, h1, h2, h3, h4, ul, li {
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	letter-spacing: 0.15em;
}

img {
	border: 0px;
}

hr.velka {
	visibility: hidden;
	padding: 0.3em 0;
}

a {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* univerzalni tridy */
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.tucne, .povinne {
	font-weight: bold;
}

.kurziva {
	font-style: italic;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.displayNone {
	display: none;
}

.odkaz-upravit {
	text-align: right;
	padding-bottom: 10px;
}

.cela-sirka {
	width: 99%;
}

#obsah .odsad {
	padding: 15px 0 10px 0;
}

/* layout */
#web {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#hlavicka {
	background: #2C4456 url("../obrazky/hlavicka-pozadi.jpg") repeat-x left bottom;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 22px;
	width: 259px;
	background: #FF4301 url("../obrazky/logo-pozadi.jpg") repeat-x left top;
	text-align: center;
	padding: 20px 0 21px 0;
}

#logo #hlavni {
	text-transform: uppercase;
}

#logo #popis {
	padding: 10px 18px 0 18px;
}

#obsah {
	background: #FAFAFA url(../obrazky/obsah-pozadi.jpg) no-repeat right top;
	border-left: 1px solid #8A8F94;
	border-right: 1px solid #8A8F94;
	width: 864px;
	padding: 0px 12px 20px 22px;
}

#obsah p {
	padding: 0 0 15px;
}

#obsah #obsah-nadpis {
	background: url("../obrazky/zidle-nadpis.jpg") no-repeat 0 35px;
	height: 392px;
	padding: 10px 25px 0 0;
	text-align: right;
}

#obsah #obsah-nadpis p {
	position: absolute;
	top: 215px;
	right: 248px;
}

#obsah #obsah-nadpis span {
	display: block;
}

#obsah .obrazek-top {
	position: absolute;
	top: 110px;
	right: 12px;
}

#obsah #levy {
	float: left;
	width: 407px;
	border-right: 1px solid #D6D6D6;
	padding: 0 20px 10px 0;
}

#obsah #pravy {
	float: left;
	width: 396px;
	border-left: 1px solid #D6D6D6;
	margin: 0 0 0 -1px;
	padding: 0 10px 10px 20px;
}

#obsah #levy2 {
	float: left;
	width: 407px;
	border-right: 1px solid #D6D6D6;
	padding: 30px 20px 10px 0;
}

#obsah #pravy2 {
	float: left;
	width: 396px;
	border-left: 1px solid #D6D6D6;
	margin: 0 0 0 -1px;
	padding: 30px 10px 10px 20px;
}
#paticka {
	background: #10161A;
	padding: 21px 22px;
}

#paticka #copyright {
	float: left;
}

#paticka #menu-spodni {
	float: right;
}

#paticka #menu-spodni li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid white;
	padding: 0 7px 0 3px;
}

#paticka #menu-spodni li.posledni {
	border: none;
}