body {
  background-image: url(../pozadia/winter.jpg); 
}


a:link, a:visited {
  color: #D29DF7;
}

a:selected {
  color: #D29DF7;
}

a:hover {
  color: #C40FFF;
  }



h1, h2, h3 {
  color: #C1CEFF;

}


.cervena {
  color: #C40FFF;
}

.zelena {
  color: #9EB1F6;
}


table.menu, table.novinky, table.kalendar,
table.aktuality, table.anketa{
       border-color: #6F0FFF;
}


table.fx, table.formaty{
         border-color: #C1CEFF;
}
th {
  color: #C1CEFF;
}

/* listing tabulka - vysledkovka */
div.listing table {
  width: 100%;  
}

div.listing table tr td {
  padding-top: 7px;
  padding-bottom: 3px;
}

div.listing table tr.parity0 {
  color: #9999ff;
}
div.listing table tr.parity1 {
  color: #dddd99;
}
