/** {
  margin: 0;
  padding: 0;
}*/

ul, table, p, hr, body, input
{
  margin: 0;
  padding: 0;
}

body {
  background: #ddd5b6 url('../images/bodybg.jpg') repeat-x;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: #635f4e;
}
#page {
  width: 975px;
  margin: 0 auto;
  background: url('../images/contentbg.jpg') 200px 0 repeat-y;
}
#logo {
  width: 970px;
  height: 201px;
  text-align: left;
  background: url('../images/logo.jpg') no-repeat;
}
#logo h1, #logo h2, #logo h3 {
    display: none;
}
#page_top {
  background: url('../images/pagetopbg.jpg') 0 238px no-repeat;
  text-align: left;
}
#main_top {
  padding: 17px 0 0 0;
  height: 20px;
  background: #672300 url('../images/pagetopbg.gif') 199px 17px no-repeat;
}
#left {
  width: 226px;
  float: left;
}
#left .menu {
  width: 160px;
  margin: 32px 0 0 25px;
  height: 240px;
}
#left .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left .menu ul li a {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  background: url('../images/li.gif') 0 4px no-repeat;
  text-decoration: none;
  padding: 0px 0 0 14px;
  margin: 0 0 10px 0;
  display: block;
}
#left .menu ul li a:hover {
  text-decoration: underline;
}
#left .info {
  margin: 0;
  padding: 0 0 0 4px;
}
#left .info h3 {
  color: #672300;
  font-family: trebuchet ms;
  font-size: 14px;
  font-weight: bold;
  background: url('../images/h3_info.jpg') no-repeat;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}
#left .info h4 {
  color: #635f4e;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 1px 1px;
}
#left .info p {
  margin: 0 0 18px 0;
  color: #635f4e;
  line-height: 1.3;
}
#left .info p a, a, a:visited {
  color: #b63c09;
  text-decoration: underline;
}
#left .info p a:hover, a:hover {
  text-decoration: none;
}
#main {
  padding: 30px 0 10px 0;
  width: 450px;
  float: left;
  text-align:justify;
}
		
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  font-size: 18px;
  color: #b63c09;
  font-family: trebuchet ms;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0;
}
#main h3 {
  color: #635f4e;
  font-size: 16px;
}
#main h4, #main h5, #main h6 {
  color: #b63c09;
  font-size: 12px;
  font-family: arial;
}
#main h5, #main h6 {
  color: #635f4e;
}
#main h6 {
  font-size: 11px;
}
#main p {
  color: #635f4e;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
#main p.bold {
  font-weight: bold;
  margin: 0 0 25px 0;
}
#main ul {
  list-style: none;
  padding: 0 0 50px 20px;
}
#main ul li {
  color: #635f4e;
  font-size: 12px;
  margin: 0 0 4px 0;
  background: url('../images/li.gif') 0 4px no-repeat;
  padding: 0 0 0 13px;
}
#main table {
/*  border: #ddd5b6 1px solid;
  border-collapse: collapse;
  */
  font-size: 11px;
  color: #515151;
  width: 100%;
  margin: 10px 0 20px 0;
}
/*#main table td, #main table th {
  padding: 0;
  
}*/
#main table th {
  font-weight: normal;
  background: #f5f0de;
}
#main table th.bold {
  font-weight: bold;
}
#main table tr.prvni {
  background: #fffcf0;
}
#main table.form {
  border: 0;
  background: none;
  color: #757575;
  font-size: 12px;
  width: auto;
}
#main table.form td {
  padding: 0 9px 9px 0;
  border: 0;
}
#main table.form tr.btns td {
  padding: 11px 0 0 0;
}
#main input.txt_inp {
  background: url('../images/txt_inp.gif') no-repeat;
  border: 0;
  padding: 3px 3px;
  width: 193px;
  height: 14px;
  font-size: 11px;
  color: #515151;
}
#main input.btn_inp {
  margin: 0 7px 0 0;
}

#right {
  margin: 0 0 0 727px;
  padding: 40px 0 0 0;
}
#right h3 {
  color: #b63c09;
  font-size: 14px;
  font-family: trebuchet ms;
  font-weight: bold;
  padding: 0 0 7px 2px;
  border-bottom: #dcd5be 1px solid;
  margin: 0 0 10px 0;
  width: 206px;
}
#right ul {
  list-style: none;
  padding: 0 0 0 2px;
  width: 206px;
  margin:0px;
}
#right ul li {
  margin: 0 0 10px 0;
}
#right .links ul, #right .info ul {
  padding: 0 0 35px 2px;
}
#right .links a {
	font-weight:bold;
}
#right .info ul li {
  color: #635f4e;
  font-weight: bold;
  background: url('../images/rightli.gif') 0 6px no-repeat;
  padding: 0 0 0 15px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
#page_bottom {
  background: url('../images/pagebottombg.gif') 199px 0 no-repeat;
  width: 975px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: left;
}
#page_bottom p {
  color: #8c8157;
  font-size: 9px;
  padding: 35px 0 0 216px;
  margin: 0 0 0 0;
  font-family: verdana;
}
#page_bottom p span {
  padding: 0 2px;
}
.cl {
  clear: both;
  height: 1px;
}
hr {
  display: none;
}
td {font-size:12px}

/* IE 6 HACKS */
#left .menu ul li a {
  _height: 13px;
}

#album img {
    float: left;
    border: 0;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 25px;
    margin-bottom: 10px;
}


