* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
	background: #fff;
	color: #000;
	font-size: x-small;
	text-align: center;
	min-width: 770px;
	padding-bottom: 15px;
}
html>body {
	font-size: 90%;
}
p.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px;
}

/* layout */
#main {
	background: #fff url("../images/hlavni.jpg") repeat-y;
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
ul#top {
	height: 25px;
	overflow: hidden;
	padding: 0 115px 0 161px;
	background: url("../images/ul.jpg") no-repeat;
	text-align: right;
}
p#foot {
	height: 55px;
	clear: both;
	background: url("../images/foot.jpg") no-repeat;
}
/* layout */
/* toop menu */
ul#top li {
	list-style: none;
	display: inline;
	line-height: 25px;
	color: #663300;
	font-weight: bold;
}
#top a:link, #top a:visited {
	color: #630;
	text-decoration: none;
}
#top a:hover {
	color: #f00;
}
/* top menu */
/* left menu */
ul#left {
	width: 165px;
	float: left;
	padding: 10px 0;
	background: url("../images/levy.jpg") no-repeat;
	/*border: 1px solid red;*/
}
ul#left li {
	list-style: none;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 86%;
}
#left a {
	display: block;
	border: 1px solid #663300;
	background: url("../images/li.jpg") repeat-x left center;
	width: 165px;
	padding: 3px 5px;
	border-left: 8px solid #663300;
	text-decoration: none;
}
#left a.aktualni {
	border-left: 8px solid #c39;
}
#left a:link, #left a:visited, #foot a:link, #foot a:visited {
	color: #630;
}
/*#left a.aktualni:link {
	color: #c39;
	border-left: 8px solid #c39;
}*/
#left a:hover {
	color: #f00;
	border-left: 8px solid #f00;
}
#foot a:hover {
	color: #f00;
}
#left li> a {
	width: 152px;
}

/* left menu */
/* headers */
h1, h1 span {
	width: 770px;
	height: 157px;
	font-size: 110%;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
	cursor: hand;
	text-align: right;
}
h1 span {
	display: block;
	background:  url("../images/head.jpg") no-repeat;
	z-index: 1;
	position: absolute;
}
h2, h3, h4, h5 {color: #630;}
h2 {
  padding: 5px ;
	/*margin: 0 10px;*/
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
	background: #c9e6e6;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
}
h3 {
	font-size: 100%;
	padding: 5px 0;
}
h4 {
	font-size: 80%;
	padding: 3px 0;
}
h5 {
	font-size: 70%;
	padding: 2px 0;
}
/* headers */
/* par */
p {
	padding: 5px 0 5px 0;
	margin: 0 25px 0 185px;
	line-height: 1.5;
	/*color: #626262;*/
}
p.vpravo {
		text-align: right;
}
p#foot {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#foot a {
	width: 72px;
	position: absolute;
	top: 0;
	left: 100px;
	font-weight: bold;
	text-decoration: none;
	font-size: 86%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
p#copy {
	margin: 0;
	padding: 5px;
	text-align: right;
	font-size: 80%;
	color: #707070;
	background: #fff;
}
img {
	float: right;
	border: 1px solid #9c6;
	margin: 0 25px 10px 10px;
}
img.levy {
	float: left;
	border: 1px solid #9c6;
	margin: 5px 10px 0px 5px;
}
/* par */
/* moje */
#hlavni {
	width: 600px;
	float: right;
	text-align: left;
}
#hlavniin {
	margin: 10px 15px 0 10px;
}
#hlavni p{
	margin: 0 ;
}
.sloupec1 {
	width: 130px;
	float: left;
}
#hlavni p.sloupec2{
	margin: 0 ;
	padding: 5px 0 5px 135px;
}
.podlozene {background: #c9e6e6;}
.tucne {font-weight: bold;}
.kurziva {font-style: italic;}
.mensi {font-weight: normal;	font-size: 80%;}
.cervene {color: red;}
.zelene {color: #080;}
.vpravo {text-align: right;}
#hlavni a {text-decoration: underline;}
#hlavni a:link {color: blue;}
#hlavni a:visited {color: blue;}
#hlavni a:active { color: maroon;}
#hlavni a:hover {color: red;}
#hlavni ul{
	list-style: none;
	/*float: left;*/
	padding: 10px;
}
#hlavni ul li {
	margin: 0 0 5px 10px;
	/*font-weight: bold;*/
	font-size: 100%;
}
#hlavni ol li {
	margin: 0 0 5px 25px;
	/*font-weight: bold;*/
	font-size: 100%;
}

#hlavni ul.odrazka {
	list-style: disc;
}
#hlavni ul ul {
	list-style: circle;
}
#hlavni ul.ctverec {
	list-style: url("../images/ctverec.gif");
}
/*styly pro tabulku*/
table {
	/*font: small/1.2 Verdana, sans-serif;*/
	border-collapse: collapse;
	border: 2px solid black;
	}

th, td {
	padding: 0.2em 1em;
	border: 1px solid #666;
	text-align: left;
	}

th {
	font-weight: bold;
	}

td {
	text-align: left;
	}

.prvniradek {
	background: #ff9;
	}
.prvniradek th {
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid black;
	}

.prvnisloupec {
	background: #fc0;
	border-right: 2px solid black;
	}
.poslednisloupec {
	background: #ffc;
	border-left: 2px solid black;
	}
	/*hr {
	display: none;
}
.cleaner {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	content: ' ';
}*/
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}
hr.green {
      height:2px;
      color: #339933;
      background-color: #339933; 
      border: 0px solid #339933;
}
hr {background-color: blue;
    border-width: 0px;
    height: 5px;
    color: blue}
