
body {
  margin: 15px;
  margin-top: 20px;
  font-family: "Verdana CE", Verdana, sans-serif;
  font-size: 12px;
  background-color: #FEECD2;
}

a:link,
a:visited {
  color: #7E0014;
}

a:hover {
  color: white;
  background-color: #7E0014;
}

h2 {
 /* background-image: url('./images/nadpis_redakce.jpg');*/
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 8px;
  color: #8A1F34;
}

#prispevky {
  border-collapse: collapse;
}


#prispevky tr.header {
  background-color: #AD6D7B;
  border-bottom: 1px solid #AAA;
  color: white;
}

#prispevky tr.header td {
  font-weight: bold;
  text-align: left;
}

#prispevky tr.suda {
  background-color: #F8F8F8;
}

#prispevky td {
  /*border: 1px solid #999;*/
  text-align: center;
  vertical-align: top;
  padding: 4px 2px;
  text-align: left;
}

#prispevky td.left {
  text-align: left;
}

#prispevky td.right {
  text-align: right;
  padding-right: 10px;
}

#prispevky img {
  vertical-align: bottom;
  border: 0;
}

#prispevky span.sort {

}

#prispevky span.sort:hover {
  cursor: pointer;
}

