/* Style rules to make data tables look better */

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

/* Honzovo CSS */

body
{
  text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 90%;
  padding: 40px;
}

.stranka
{
  width: 860px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #6E7F90;
  background-image: url(Images/stranka.jpg);
  background-repeat: repeat-y;
  background-position : right;    
  background-color: White;
}

.hlavicka-null
{
  width: 100%;
  padding: 0;
  border: 0;
}

.hlavicka
{
   background-image: url(Images/hlavicka.jpg);
   background-repeat: no-repeat;
   border-bottom: 1px solid #6E7F90;
   font-size: 120%;
   font-weight: bold;
   height: 120px
}

.hlavicka-admin
{
  height: 120px;
  font-size : 120%;
  font-weight : bold;
  border-bottom: 1px solid #6E7F90;
  background-image: url(Images/hlavicka-admin.jpg);
  background-repeat: no-repeat;
}

.obsah-null
{
  width: 660px;
  _height: 390px;
  min-height: 390px;
  float: left;
  padding: 0;
  border: 0;
}

.obsah
{
  margin: 0px;
}

.nadpis
{
  color: navy;
  font-size: 120%;
  font-weight: bold;
}

.povinny
{
  color: Orange;
}

.zalozky 
{
  width: 100%; 
}

.napoveda-null
{
  float: right;
  width: 200px;
  padding: 0;
  border: 0;
}

.napoveda
{
  background-image: url(Images/napoveda.jpg);
  background-repeat: repeat-x;
}

.nadpis-napoveda
{
  padding: 13px 15px;
  font-size: 110%;
}

.napoveda h1
{
  color: navy;
  margin: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 110%;
  font-weight: bold;
}

.napoveda h2
{
  color: orange;
  margin: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 110%;
  font-weight: bold;
}

.napoveda p
{
  margin: 15px;
  text-align: justify;
  padding-top: 0px;
  margin-top: 5px;
}

.paticka-null
{
  clear: both;
  width: 100%;
  padding: 0;
  border: 0;
}

.paticka
{
  height: 30px;
  padding-top: 15px;
  padding-right: 20px;
  border-top: 1px solid #6E7F90;
  text-align: right;
  font-weight: bold;
  background-image: url(Images/paticka.jpg);
  background-repeat: repeat-x;
}


