/* CSS Document */
body {
  background: #933F00 url('images/back.gif') repeat-x top;
  margin: 28px 0px;
}
#page {
  width:800px;
}
#left {
  float:left;
  width: 225px;
}
#right {
  float: right;
  width: 575px;
  overflow: hidden;
}

#menu {
  width: 575px;
  height: 59px;
  background: url('images/menu.gif');
}
table.menuTable {
  position: relative;
  top: -4px;
}
a.menu {
  color: white;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}
a.menu:hover {
  color: #FBE389;
}

#main2 {
  background-image: url('images/main_back2.gif');
}
#main {
  background: url('images/main_back.gif') no-repeat;
  padding-left: 37px;
  padding-right: 46px;
}

#mainObsah {
  margin: 0px;
  padding: 1px 0px;
}
#mainTiraz {
  margin: 0px;
  padding: 6px 25px 1px 20px;
}
#mainSloupek {
  background: url('images/sloupek_back.gif');
  text-align: left;
  padding: 8px 30px;
}

#obr,#obrBezPopisu {
  background: url('images/sloupek_back.gif');
  margin: 0px;
  padding: 10px 21px 10px 18px;
  text-align: left;
  font-size: 8pt;
  overflow: hidden;
}

#obr img {
  margin-bottom: 10px;
  width: 453px;
}


h2 {
  font-family: Georgia, serif;
  font-size: 19pt;
  font-weight: normal;
  color: #B63D18;
  text-align: center;
  margin: 0px;
  padding: 6px 0px;
  background: url('images/nadpis_back.gif') repeat-x center bottom;
}
h3 {
  font-family: Georgia, serif;
  font-size: 10pt;
  font-weight: bold;
  color: #0F0F10;
  text-align: center;  
  margin: 0px;
  padding: 6px 0px;
}

#mainObsah a {
  color: #CC3E12;
  text-decoration: none;
}
#mainObsah a:hover {
  background-color: #CC3E12;
  color: white;
}
#mainTiraz a {
  color: #CC3E12;
  text-decoration: none;
}
#mainTiraz a:hover {
  background-color: #CC3E12;
  color: white;
}
#mainSloupek a {
  color: #CC3E12;
  text-decoration: none;
}
#mainSloupek a:hover {
  background-color: #CC3E12;
  color: white;
}

#obr a:hover {
  background: #FCF9F2;
  color: #0F0F10;
}

td,p {
  color: #0F0F10;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 150%;
}

#mainObsah td {
  color: #0F0F10;
  font-size: 9pt;
}

#mainObsah p {
  color: #0F0F10;
  font-size: 9pt;
  text-align: justify;
}

#mainSloupek p {
  color: #0F0F10;
  font-size: 9pt;
  text-align: left;
}

#mainTiraz td,p {
  color: #4F4F50;
  font-size: 8pt;
  text-align: justify;
}

input, textarea, select {
  background: #FCF9F2;
  color: #0F0F10;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  border: 1px solid #DEC5AE;
  padding: 2px;
}

.w300 {
  width: 400px;
}

.w200 {
  width: 240px;
}

.w100 {
  width: 70px;
  color: #CC3E12;
  font-weight: bold;
}
