html {
        border: 0px none;
        margin: 0px;
        padding: 0px;
}

body {
	position: relative;
	font-family: Arial CE, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background-color: #8D8C7B;
	background-image: URL('obrazky/pozadi.png');
}

#ram {
	position: relative;
	width: 980px;
	text-align: left;
	background-color: #E7E7CE;
	margin: 0px auto;
	background-image: URL('obrazky/pozadi-ram.png');
}

#zahlavi {
	position: relative;
	width: 980px;
	height: 180px;
	background-color: #E7E7CE;
	margin: 0px auto;
	background-image: URL('obrazky/zahlavi.png');
}

#levy-sloupek {
	position: relative;
	float: left;
	left: 0px;
	width: 190px;
	text-align: left;
	margin: 0px auto;
	background-color: #E7E7CE;
}

#pravy-sloupek {
	position: relative;
	float: right;
	right: 0px;
	width: 190px;
	text-align: left;
	margin: 0px auto;
	background-color: #E7E7CE;
}

#telo {
	position: relative;
	float: left;
	width: 598px;
	text-align: left;
	background-color: white;
	margin: 0px auto;
	border-top: solid 1px #707070;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}

.blok {
	position: relative;
	margin-bottom: 5px;	
	left: 3px;
	width: 182px;
	text-align: center;
	background-color: #CBC0AA;
	border: solid 1px #707070;
	background-image: URL('obrazky/pozadi-blok.png');
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	margin-bottom: 5px;	
	left: 3px;
	width: 182px;
	text-align: left;
	background-color: #CBC0AA;
	border: solid 1px #707070;
}

.text {
	left: 10px;
	position: relative;
	width: 160px;
	text-align: left;
}

#zapati {
	position: relative;
	width: 980px;
	height: 50px;
	font-size: 11px;
	text-align: left;
	color: #404040;
	clear:both;
	margin: 0px auto;
	background-color: #E7E7CE;
	background-image: URL('obrazky/zapati.png');
}

.menu-pozice {
	position: relative;
	text-align: left;
	top: 5px;
	margin: 0px 0px 10px 10px;
}

.menu-podpozice {
	position: relative;
	text-align: left;
	margin: 5px 0px 5px 40px;
}

.menu-pozice a, .menu-pozice a:visited {
	text-decoration: none;
	color: black;
}

.menu-pozice a:hover {
	text-decoration: underline;
	color: #5D7E1F;
}

.menu-podpozice a, .menu-podpozice a:visited {
	text-decoration: none;
	color: black;
}

.menu-podpozice a:hover {
	text-decoration: underline;
	color: #5D7E1F;
}

p {
	font-weight: normal;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-decoration: underline;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 3px;
}

h6 {
	font-size: 10px;
	font-style: italic;
	color: #808080;
	margin-top: 2px;
	margin-bottom: 2px;
}

a {
	text-decoration: underline;
	color: #1C418D;
}

a:visited {
	color: #1C418D;
}

a:hover {
	color: #000000;
}

table {
	text-align: left;
}

td {
	border: solid 0px;
}

ul {
	text-align: left;
}