body {
  margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #38230E;
	background: #F6F1DE url(../images/drevo.jpg);
}

#header {
	height: 120px;
	border-top: 0px solid #2E78BF;
  background: #EBDAA6 url(../images/header.jpg);
}

#header_shadow {
  background-image: url(../images/header_shadow.jpg);
  background-repeat: repeat-x;
  height: 8px;
}

#content_null {
  background: #F6F1DE url(../images/drevo.jpg);
}

#content {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  height: 40em; /* pro IE */
  min-height: 40em; /* pro Firefox */
  clear:both;
}

div[id] #content { /* hack - pro Firefox vrátí height na auto */
  height: auto;
}

.left_column {
  width: 206px;
  float: left;
  margin-top: 15px;
  clear: both;
}

.navigation {
  width: 194px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  background-image: url(../images/nav_side.jpg);
}

.navigation_bottom {
  width: 206px;
  background-image: url(../images/nav_btm.jpg);
  background-repeat: no-repeat;
  height: 8px;
  margin-top: -5px;
}

.left_menu {
  width: 190px;
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  background: url(../images/drevosvetle.jpg) ;
}

.left_menu li span {
  background: url(../images/arrowblack.gif) no-repeat 2px center;
  background-position: 10px ;
  font-weight: bold;
  color: #555;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
  text-decoration: none;
  border-bottom: 3px solid #EDDFAE;
  list-style-type: none;
  list-style: none;
}

.left_menu span:first-letter {
  font-size: large;
  min-height: 1%; 
}

.left_menu li a {
  background: url(../images/arrow.gif) no-repeat 2px center;
  background-position: 10px;
  font-weight: bold;
  color: #2E78BF;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
  text-decoration: none;
  border-bottom: 3px solid #EDDFAE;
  list-style-type: none;
  list-style: none;
}

.left_menu a:first-letter {
  color: #22A26B;
  font-size: large;
  min-height: 1%; 
}

.left_menu li a:visited, .left_menu li a:active {
  color: #00014e;
  color: #2E78BF;
}

.left_menu li a:hover {
 color: #80621A;
}

.right_column {
	width:675px;
	float:right;
	margin-top: 15px;
	margin-bottom: 20px;
	border-left: solid 2px #CFB383;
	padding-left: 20px;
}

.footer_null {
  background: #EBDAA6 url(../images/drevotmave.jpg);
  padding-top: 10px;
  padding-bottom: 2px;
  clear: both;
}

.footer {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.footer-div {
  width: 150px;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

#footer-table {
  border: 0px solid #f00;
  width: 100%;
  text-align: center;
}

#footer-text {
  border-top: 1px solid #A17149;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;
  clear: both;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #2E78BF;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}

h2 {
	margin: 0;
	color: #22A26B;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 25px;
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h3 {
	margin: 0 0 8px 0;
	color: #777;
	font-size: 1.2em;
	font-weight: bold;
}	

h4 {
	margin: 0;
	color: #2E78BF;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #CFB383;
	border-bottom:1px solid #CFB383;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr {
	width: 100%;
	height: 7px;
	background-image:url(../images/hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position:center;
}

a:link, a:visited {
	color: #2179B1;
  text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

.right_column p {
  text-indent: 30px;    /* odstavcova  zarazka */
  text-align: justify;  /* zarovnani do bloku */
 	font-size: medium;
	line-height: 1.3em;
}

.right_column .normal {
  text-indent: 0px;
  text-align: left;  /* zarovnani do bloku */
 	font-size: medium;
	line-height: 1.3em;
}

.right_column ul li {
  margin-left: 20px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: medium;
  line-height: 1.3em;
  list-style-type: square;
}
