html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background: #f5f5f5 url(bg_body.gif) repeat-y center top;
  font: 14px Arial;
}


#page {
  position: relative;
  width: 950px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}

body>#page {
  height: auto;
}


#bar {
  position: relative;
  width: 948px;
  height: 30px;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #a88534 url(bg_bar.gif) top left repeat-x;
}

#bar h1 {
  padding: 5px 0 0 7px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}

#bar p {
  padding: 0 5px 0 0;
  margin: -17px 0 0;
  text-align: right;
}

#bar img {
  border: none;
}

#bar a {
  text-decoration: none;
  color: #000;
}


#header {
  position: relative;
  width: 948px;
  height: 208px;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff url(bg_header.jpg) no-repeat;
}

#header a {
  display: block;
  width: 100%;
  height: 100%;
}


#strike {
  position: relative;
  width: 950px;
  height: 6px;
  margin: 0;
  background: #fff url(bg_strike.gif) no-repeat;
  font-size: 2px;
}


#sidebar {
  position: relative;
  float: left;
  width: 220px;
  margin: 0;
}

#sidebar h4 {
  padding: 6px 5px 5px;
  margin: 0 1px;
  background: #a88534 url(bg_pattern-orange.gif) repeat-y left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

#sidebar p {
  padding: 5px;
  margin: 0 1px;
  background: #87090a url(bg_pattern-red.gif) repeat-y left;
  color: #fff;
  font-size: 12px;
}

#sidebar a {
  color: #fff;
}

#sidebar a:hover {
  text-decoration: none;
}

#sidebar ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 1px;
}

#sidebar ul li {
  list-style: none outside;
  display: block;
  padding: 0;
  margin: 0;
}

#sidebar ul li a {
  display: block;
  width: 208px;
  height: 16px;
  padding: 6px 5px 5px;
  background: #87090a url(bg_pattern-red.gif) repeat-y left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#sidebar ul li a:hover, #sidebar ul li .active {
  background: #a88534 url(bg_pattern-orange.gif) repeat-y left;
}

#sidebar ul li .active {
  color: #000;
}

#sidebar #space {
  position: relative;
  width: 220px;
  height: 5px;
  margin: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  font-size: 2px;
}


#content {
  position: relative;
  float: right;
  width: 723px;
  margin: 0 1px 0;
}

#content a {
  color: #fcb50d;
  color: #a18030; /* chciwww.cz */
}

#content a:hover {
  text-decoration: none;
  color: #000;
}

#content h2 {
  width: 713px;
  padding: 6px 5px 5px;
  margin: 0;
  _margin: 0 0 0 4px;
  background: #e5e5e5 url(bg_pattern-grey.gif) repeat-y left;
  font-size: 14px;
  text-transform: uppercase;
}

#content h3 {
  clear: both;
  padding: 10px 0 0 10px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}

#content p {
  padding: 10px;
  margin: 0;
  text-align: justify;
  font-size: 13px;
  text-indent: 0;
  line-height: 150%;
}

#content blockquote {
  padding: 0;
  margin: 0 40px;
  color: #1d85a2;
  font-style: italic;
}

#content p.left {
  text-align: left;
  text-indent: 0;
}

#content p.center {
  text-align: center;
  text-indent: 0;
}

#content p.right {
  text-align: right;
  text-indent: 0;
}

#content .img-shadow {
  float: left;
  margin: 10px 0 20px 16px !important;
  margin: 10px 0 20px 11px;
  /* margin: 5px 0 20px 5px !important; */
  background: url(bg_shadow.png) no-repeat bottom right !important;
  background: url(bg_shadow.gif) no-repeat bottom right;
}

#content .img-shadow img {
  position: relative;
  display: block;
  padding: 0;
  margin: -6px 6px 6px -6px;
  border: 1px solid #fff;
  background: #fff;
}

#content #news {
  position: relative;
  clear: both;
  width: 720px;
  margin: 20px 1px 0;
  border-bottom: 10px solid #fff;
  background: url(bg_news.gif) center repeat-y;
  overflow: hidden;
}

#content #news h3 {
  width: 100%;
  padding: 6px 5px 5px;
  margin: 0;
  _margin: 0 0 0 4px;
  border-bottom: 10px solid #fff;
  background: #e5e5e5 url(bg_pattern-grey.gif) repeat-y left;
  font-size: 14px;
  text-transform: uppercase;
}

#content .news-col {
  position: relative;
  float: left;
  width: 340px;
  _width: 330px;
  _padding: 0 15px;
  margin: 0 10px;
  _margin: 0;
}

#content .news-col p {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-indent: 0;
  font-size: 12px;
  line-height: 150%;
}

#content p#listing {
  padding: 5px;
  margin: 20px 10px;
  background: #fcb50d;
  background: #a18030; /* chciwww.cz */
  text-indent: 0;
  line-height: 100%;
  font-size: 12px;
}

#content p#listing a {
  text-decoration: none;
  color: #fff;
}

#content #add {
  width: 270px;
  margin: 20px 0 15px 210px;
  border: 1px solid #ccc;
  color: #000;
  font: 12px 'Georgia';
}

#content #add p {
  text-indent: 0;
}

#content #add .input {
  width: 250px;
  margin: 2px 0 0 0;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

#content #add textarea {
  width: 250px;
  height: 75px;
  margin: 2px 0 0 0;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

#content #add .submit {
  margin: 2px 0 0 90px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-family: 'Georgia';
}

#content #add p.formating {
  text-indent: 0;
  font-size: 15px;
}

#content #add p.formating img {
  cursor: pointer;
  margin: 0 0 -4px 0;
  border: none;
}

#content #add p.formating a {
  cursor: pointer;
  text-decoration: none;
}

#content .comment {
  padding: 10px;
  margin: 0;
}

#content .comment p.meta {
  padding: 5px;
  margin: 0 0 5px 0;
  border-bottom: 2px solid #000;	
  background: #fcb50d;
  background: #a18030; /* chciwww.cz */
  text-indent: 0;
  line-height: 100%;
  font-size: 12px;
}

#content .comment p.meta a { /* chciwww.cz */
color: #a18030;
}

#content .comment p {
  padding: 0;
  margin: 5px 10px 0;
  text-align: justify;
  text-indent: 0;
  line-height: 100%;
}


#content #delokno {
  position: absolute;
  display: none;
  padding: 20px;
  margin: 20px 0 0 20px;
  border: 1px solid #000;
  background: #fff;
}

#content table#rez tr td {
  width: 300px;
  border: none;
}

#content table#rez .input, #content table#rez select {
  width: 310px;
}

#content table#rez textarea {
  width: 665px;
  height: 100px
}

#content .gall {
  position: relative;
  clear: both;
  width: 720px;
  margin: -20px 0 10px 0;
  overflow: hidden;
}

#content .gall2 {
  position: relative;
  clear: both;
  width: 720px;
  margin: 10px 0 10px 0;
  overflow: hidden;
}

#content table {
  margin: 10px;
  text-align: center;
  background: #fff;
}

#content table tr td {
  padding: 5px;
  border: 1px solid #ccc;
}


#footer {
  clear: both;
  position: relative;
  width: 950px;
  height: 31px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  background: #a88534 url(bg_footer.gif) repeat-x;
}

#footer p {
  padding: 12px 0 0 7px;
  margin: 0;
  font-size: 12px;
}

#footer a {
  color: #000;
}

#footer a:hover {
  text-decoration: none;
}


#underfooter p {
  padding: 10px;
  margin: 0;
  font-size: 12px;
  background: #fff;
  color: #aaa;
  text-align: center;
}

#underfooter a {
  color: #aaa;
}

