/* Zakladni charakteristiky */
body {
   margin: 1px;
   padding: 0px;
   background: rgb(235,231,217); /* #EBE7D9 */
}

table {
   margin: 1px;

   background: rgb(255,255,255);    /* #FFFFFF - bila */
   border-collapse: collapse;
}

td,th {
   border: 1px solid rgb(199,77,79);   /* #C74D4F */
   padding: 2px 5px;
}

/* Horni tabulka s navigaci a nadpisem */
table#top {
   width: 100%;
   margin: 0px;
   padding: 0px;
   border: 0px none;
}
tr#top {
   background: rgb(84,84,84);   /* #545454 - seda*/
   color: rgb(255,255,255);
   text-align: center;
}
tr#top td {
   border: 0px none;
}
tr#top td a {
   text-decoration: none;
   color: rgb(255,255,255);
   font-size: 11px;
   font-weight: bold;
}
td#nadpis {
   font-size: xx-large;
   background: rgb(199,77,79);
   color: rgb(255,255,255);
}

/* Nadpis druhe urovne */
div.nadpis2 {
   margin: 5px 0px;
   border: 1px solid rgb(199,77,79);
   font-size: large;
   background: rgb(255,255,255);
   color: rgb(199,77,79);
   text-align: center;
}

.nostyle { background:none !important; }
.nostyle td{ border:none !important; }

#submit, select { float:right; margin-top: 20px;}
