/* Nejprve linky */
A {
   font-weight:bold; 
   color:brown; 
   font-size:10pt; 
   text-decoration: none; 
   font-family:MS Sans Serif, Arial, Verdana; 
}
A:hover { 
   font-weight:bold; 
   text-decoration: underline; 
   color:brown-10;
   font-family:MS Sans Serif, Arial, Verdana; 
   font-size:10pt; 
}
A.copyright {
   color:brown;
   font-weight:bold;
   font-family:Arial;
   font-style: italic;
   font-size:8pt;
   text-decoration: underline;
}
A:hover.copyright {
   color:brown;
   font-weight:bold;
   font-family:Arial;
   font-style: italic;
   font-size:8pt;
   text-decoration: underline;
}
A.table {
   color:black;
   font-weight:normal;
   font-family:Arial;
   font-style: normal;
   font-size:8pt;
   text-decoration: underline;
}
A:hover.table {
   color:black;
   font-weight:normal;
   font-family:Arial;
   font-style: normal;
   font-size:8pt;
   text-decoration: underline;
}
A.bigtable {
   color:black;
   font-weight:normal;
   font-family:Arial;
   font-style: normal;
   font-size:10pt;
   text-decoration: underline;
}
A:hover.bigtable {
   color:black;
   font-weight:normal;
   font-family:Arial;
   font-style: normal;
   font-size:10pt;
   text-decoration: underline;
}
A.tablebold {
   color:black;
   font-weight:bold;
   font-family:Arial;
   font-style: normal;
   font-size:8pt;
   text-decoration: underline;
}
A:hover.tablebold {
   color:black;
   font-weight:bold;
   font-family:Arial;
   font-style: normal;
   font-size:8pt;
   text-decoration: underline;
}
A.menu {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight:normal;
   color:black;
   text-decoration: none;
}
A:hover.menu {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight:normal;
   color:black;
   text-decoration: underline;
}
A.edit {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight:bold;
   font-style: italic;
   color:red;
   text-decoration: none;
}
A:hover.edit {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight:bold;
   font-style: italic;   
   color:red;
   text-decoration: underline;
}

/* Ted hlavni nadpisy a texty*/

H1 { 
   color:brown; 
   font-weight:bold; 
   font-family:arial; 
   font-size:16pt; 
   text-align: center;
}
H2 { 
   color:black; 
   font-weight:bold; 
   font-family:arial; 
   font-size:10pt; 
   text-align: center;
}
H3 { 
   color:#4016CF; 
   font-weight:bold; 
   font-family:arial; 
   font-size:14pt; 
}

.navigator {
   background-position: left; 
   margin: 0px; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small; 
   font-style: normal; 
   font-weight: normal;
}

.svatky {
   background-position: left;
   color=#606060;
   margin: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 7pt;
   font-style: normal;
   font-weight: normal;
   text-align: center;
}

TD {
   color: black;
   font-size: 8pt;
   text-decoration: none;
   font-family: MS Sans Serif, Arial, Verdana;
}

.tdbigtext {
   color: black;
   font-size: 10pt;
   text-decoration: none;
   font-family: MS Sans Serif, Arial, Verdana;
}

.tdhead {
   color: white;
   background: brown;
   font-size: 8pt;
   text-decoration: none;
   text-align: center;
   font-weight: bold;
   font-family: MS Sans Serif, Arial, Verdana;
}

.tdhead2 {
   color: white;
   background: brown;
   font-size: 8pt;
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   font-family: MS Sans Serif, Arial, Verdana;
}

.tdhead2 A.table {
   font-weight: bold;
   color:#ffffff;
   text-decoration: none;
}

.tdhead2 A:hover.table {
   font-weight: bold;
   color:#ffffff;
   text-decoration: underline;
}


