head, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 15px;
	background: white;
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#web {
	height: 900px;
	margin: auto;
}

#head {
	height: 85px;
	background: white;
	font-style: italic;
	color: #1E450C;
}

#head p {
	float: right;
	width: 310px;
	text-align: center;
}

#head span {
	display: block;
	font-size: 135%;
	padding: 55px 0 0 145px;
}

#head > div {
	margin: auto;
	/*width: 990px;*/
	width: 1071px;
	height: 85px;
	background: url(/i/logo.png) no-repeat;
}

#menu {
	height: 45px;
	background: #1E450C;
	border-bottom: 6px solid #BDCFB9;
}

#menu > div {
	padding: 13px 0 0;
	/*width: 990px;*/
	width: 1071px;
	margin: auto;
}

.menu > a {
	float: left;
}

.menu > a:not(:first-child):before {
	padding: 0 12px;
	margin: -1px 0 0;
	content: "|";
	display: block;
	float: left;
}

#foot {
	height: 137px;
	background: #1E450C;
}

#foot .menu {
	padding: 28px 0 0 280px;
}

#obsah {
	border-top: 6px solid #1E450C;
}

#obsah > div {
	min-width: 1071px;
	height: 621px;
	background: url(/i/back.jpg) no-repeat center 0;
	margin: auto;
}

#obsah.o2 > div {
	background-image: url(/i/back_ciste.jpg);
}

#obsah > div > div {
	/*width: 990px;*/
	width: 1071px;
	margin: auto;
	font-size: 14px;
}

#obsah.o2 > div > div > div {
	width: 1071px;
	margin: auto;
}

#obsah.o2 > div > div {
	background: url(/i/vrstva.png);
	width: auto;
}

#foot > div {
	position: relative;
	margin: auto;
	/*width: 990px;*/
	width: 1071px;
	height: 137px;
	background: url(/i/logo_neg.png) no-repeat;
}

#foot ul {
	margin: 8px 0 18px 353px;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}

#foot p {
	position: absolute;
	font-size: 12px;
	right: 0;
	top: 95px;
	color: #728A66;
}

#foot p a {
	color: #728A66;
}

.pravy {
	float: right;
	margin: 0 34px 0 0;
}

.znacka {
	width: 191px;
	height: 480px;
	background: url(/i/vrstva2.png);
	float: left;
	margin: 0 29px 0 0;
	text-align: center;
}

.znacka > div > img:nth-child(2) {
	margin-top: 8px;
}

.znacka > div {
	padding: 0 8px;
	font-size: 13px;
	height: 440px;
	overflow: hidden;
}

.znacka > a {
	display: block;
	background: #1F450D;
	padding: 12px 0;
	font-weight: bold;
	font-size: 13px;
}

.znacka p {
	margin: 0;
	padding: 0;
}

.znaka img {
	display: block;
}

.znacka:nth-child(5) {
	margin: 0;
}

#kontakt {
	position: absolute;
	font-size: 11px;
	top: 80px;
}