html, body{
  background-color: #000;
  padding: 0px;
  margin: 0px;
  color: #c93;
  font-family: tahoma, Arial, Times;
  
  scrollbar-base-color:#000000;
  scrollbar-arrow-color:#FFFFFF;
  Scrollbar-Track-Color:#000000;
  Scrollbar-Highlight-Color:#FFFFFF;
}


img {
  border: 0px;
}

h1{
  font-size: 20px;
  font-weight: bold;
}

h2{
  font-size: 18px;
  font-weight: bold;
}

h3{
  font-size: 15px;
}

h4{
  font-size: 14px;
}

.right {
  text-align: right;
  padding: 5px 3px 5px 0px;
}

.left {
  text-align: left;
  padding: 5px 3px 5px 0px;
}

.center {
  text-align: center;
  padding: 5px 3px 5px 0px;
}

.line {
  border-bottom: 1px solid #000;
}

.dashed {
  border-bottom: 1px dashed #000;
}

.no-margin{
  padding: 0px;
  margin: 0px;
}

table#hlavni {
   height:99%;
   width: 780px;
}

#in{
  vertical-align: center;
  width: 100%;
}

a:link,
a:visited{
  font-family: tahoma;
  color: #900;
  text-decoration: none;
}

a:hover{
  color: #fff;
}

.podpis {
  text-align: right;
  font-style: italic;
}

.dulezite{
  color: #d00;
  font-size: 18px;
  font-weight: normal;
}

/* ------------------------------------------ MENU  */
#menu {
  margin-bottom: 5px;
  font-family: "Tahoma";
  text-align: inherit;
  color: #c93;
  font-size:20px;
}

#menu a:link,
#menu a:visited{
  font-family: tahoma;
  font-size: 21px;
  color: #b00;
  text-decoration: none;
  margin-right: 8px;
}

#menu a:hover{
  color: #fff;
}

#menu a.polozka:link,
#menu a.polozka:visited{
  color: #c93;
}
/* ------------------------------------------ PATKA */
#patka {
  padding-top: 0px;
  font-family: "Tahoma";
  width: 100%;
  color: #777;
  font-size:15px;
}

#patka a:link,
#patka a:visited{
  font-family: tahoma;
  font-size: 15px;
  color: #b00;
  text-decoration: none;
}

#patka a:hover{
  color: #fff;
}

#patka #links{
  text-align: right;
}

#patka #links a:link,
#patka #links a:visited{
  font-family: tahoma;
  font-size: 15px;
  color: #b00;
  text-decoration: none;
  margin-left: 8px;
}

#patka #links a:hover{
  color: #fff;
}
/* ------------------------------------------ HLAVNI */
#text {
  width: 100%;
  height: 500px;
  border: 0px solid #c93;
  text-align: left;
  background-color: #c93;
  color: #000;
  font-size: 14px;
}

#text a:link,
#text a:visited{
  font-family: tahoma;
  font-size: 14px;
  color: #900;
  text-decoration: none;
}

#text a:hover{
  color: #fff;
}

#inner {
  height: 500px;
  padding-left: 1em;
  padding-right: .7em;
  margin: 0px;
  overflow: auto;
  font-size: 14px;
}

.uvod{
  background: url('../img/uvod.gif') no-repeat left #c93;
}

.ocojde{
  background: url('../img/ocojde.gif') no-repeat left #c93;
}

.pravidla{
  background: url('../img/pravidla.gif') no-repeat left #c93;
}

.registrace{
  background: url('../img/registrace.gif') no-repeat right #c93;
}

.odkazy{
  background: url('../img/odkazy.gif') no-repeat left #c93;
}

.kontakty{
  background: url('../img/kontakt.gif') no-repeat left #c93;
}

/* ------------------------------------------ KATEGORIE */
/* ------------------------------ UVOD */

#uvod{
  color: #000;
  width: 100%;
}

.static {
  border-bottom: 0px solid #000;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 10px; 
  text-align: center;
}

#news table {
  width: 100%;
  color: #000;
  font-size: 14px;
  border: 0px solid #333;
  margin-bottom: 10px;
}

#news table tr.titulek td {
  border-bottom: 1px dashed #000;
  color: #000;
  padding: 3px 5px;
  height: 5px;
  vertical-align: bottom;
  /*background-color: #c60;*/
}

#news table td.cas {
  font-size: 12px;
}

#news table td.tit {
  border-left: 1px dashed #000;
}

#news table tr.paticka td {

}

#news table tr td {
  padding: 2px;
  padding-left: 5px;
}

#text .pris a:hover{
  color: #000;
}

/* ------------------------------ O CO JDE */

#ocojde{
  color: #000;
  width: 100%;
}

/* ------------------------------ PRAVIDLA */

#pravidla{
  color: #000;
  width: 100%;
  
}

/* ------------------------------ REGISTRACE */

#registrace{
  color: #000;
  width: 440px;
  padding-left: 5px;
}

/* ------------------------------ ODKAZY */

#odkazy{
  color: #000;
  width: 100%;
  
}

#odkazy h3 {
  font-size: 14px;
}

/* ------------------------------ KONTAKTY */

#kontakty{
  color: #000;
  width: 100%;
  font-size: 16px;
  text-align: left;
}

#kontakty a:link {
  font-size: 20px;
}

