/* CSS stylesheet www.chatarusava.cz */
*, html, img {
margin: 0;
padding: 0;
border: 0;
}

a {
text-decoration: none;
}
#content a {
color: #fff;
}
#content a:hover {
text-decoration: underline;
}
#aktuality {
  width: 100%;
}
#aktuality_span {
  color:#fff;
  font-weight:bold;
}
/* \*/  * html #aktuality { height: 1px; }  /* */

.credits a {
text-decoration: underline;
color: #657a2e;
}c
.credits a:hover {
color: #fff;
}

h1, h2, h3, h4, h5 {
color: #cdec7e;
padding: 20px 0 20px 0;
}

h1, h2 {  
  color: #fff;
  font-size: 22px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: normal; 
}
h4 {
  font-size: 16px;  
}

body {
background: #97b54b url('images/bgr.jpg') no-repeat top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
width: 100%;
margin: 0 auto;
text-align: center;
}

#sizer {
width: 600px;
margin: 0 auto;
text-align: center;
}

#header {
background: url('images/nadpis.jpg') no-repeat top;
width: 600px;
height: 210px;
text-align: left;
}
#menu {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	height: 65px;
	list-style: none;
	list-style-image: none;
}

#menu li {
	display: inline;
	padding: 0 0 0 5px;
	border: 0;
	list-style: none;
	list-style-image: none;
}

#content {
  	margin: 0;
  	padding: 100px 0 30px 0;
  	color: #2d3713;
  }

#bgr_content {
  	background: #97b54b url('images/bgr_content.gif') no-repeat top;
  	padding: 0 30px;
    font-size: .8em;
}

#content p {
  padding: 0 0 10px 0;
  line-height: 1.5em;
  text-align: left;
}

#content table {
  padding: 0;
  text-align: left;
  font-size: 0.9em;
}
#content th {
  vertical-align: top;
  padding-right: 10px;
  line-height: 1.6em;
  text-align: right;
}
#content td {
  line-height: 1.6em;
  padding-bottom: 5px;
}
#galerie {
  margin: 0 auto;
}
#galerie td {
  padding: 3px; 
}

.credits {
  font-size: .7em;
  padding: 5px 0 10px 0;
  text-align: center;
  color: #657a2e;
}
.recomeds {
  text-align:left;
  margin: 0 60px;
  padding:10px 0;
  list-style:disc;
}
.recomeds li {
  line-height:1.6em;
  padding: 0 0 5px 0;
}

