/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Comic Sans MS', 'Arial', sans-serif;
  font-size: 12pt;
  color: black;
  text-align: center;
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}

div#top {
  width: 100%;
  height: 467px;
  background-image: url(../images/bgtop.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

div#in {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  min-height: 200px;
}

* html div#in {
  height: 200px;
}

div.left {
  width: 220px;
  float: left;
}

div.right {
  width: 780px;
  float: left;
  padding-bottom: 15px;
}

div.left ul {
  list-style-type: none;
  padding: 0 0 0 30px;
  margin: 0;
}

* html div.left ul li {
  height: 50px;
}

div.left ul li a {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 14pt;
  font-weight: bold;
  padding: 14px 0 14px 50px;
  background-image: url(../images/butter.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}

div.left ul li a:hover {
  color: #188a39;
}

table {
  font-size: 12pt;
  /*border: 1px solid black;*/
}

/*table td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}*/

a {
  color: #e64020;
  text-decoration: underline;
}

a:hover {
  text-decoration: none; 
}

div.right div.posun {
  margin-top: -30px;
}

div.right p strong {
  color: #AE154D;
  font-size: 13pt;
} 

div.right ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}

div.right ul li {
  background-image: url(../images/li.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 4px 24px;
}

div.clear {
  clear: both; height: 0; line-height: 0; font-size: 0; padding: 0; margin: 0;
}

/*table.hry {
  border-color: #AE154D;
}*/

table.hry td {
/*  border-color: #AE154D;*/
}

table.hry td.big {
  color: #ce2029;
  font-weight: bold;
}

div.galer {
  display: block;
  text-align: center;
  width: 102px;
  height: 82px;
  background-color: #99cc66;
  float: left;
  margin: 0 8px 8px 0;
}

div.galer a {
  text-decoration: none;
  display: block;
  font-size: 8pt;
  font-family: 'Verdana', sans-serif;
  text-align: center;
}

div.galer a:hover {
  text-decoration: underline;
  color: black;
}

div.galer img {
  border: 1px solid #993300;
  margin: 0 auto;
  display: block;
}

div#bot {
  width: 100%;
  background-image: url(../images/bgbot.jpg);
  height: 176px;
  background-position: center top;
  background-repeat: no-repeat;
}
div#creat {
  width: 1000px;
  text-align: right;
  font-size: 8pt;
  margin: 0 auto;
  min-height: 20px;
  }

