body { margin-top: 0em; margin-bottom: 0em; margin-right: 0em; margin-left: 0em;
       background-color: #ffffcc
      }

h3 { font-style: italic; text-align: center
     }

img { border-color: black
      }

.popis th  { font-style: italic; text-align: left; vertical-align: top
             }

.popis td  { font-style: italic; text-align: justify
             }

.popis2 th  { font-style: italic; text-align: left; vertical-align: middle
             }

.popis2 td  { font-style: italic; text-align: justify; vertical-align: middle
              }

.n1      { color: black; font-size: xx-small
           }

.n2 { text-align: justify
      }

.n3 { font-family: Times; font-size: 10pt; font-style: italic
      }

.neproporcionalni  { font-family: monospace; font-size: x-small
              }

.mezera img{ margin-top: 0em; margin-bottom: 0em; margin-right: 0em; margin-left: 1em
             }

.mezera2 img{ margin-top: 1em; margin-bottom: 0em; margin-right: 0em; margin-left: 1em
             }

.mezera3 img{ margin-top: 0em; margin-bottom: 0em; margin-right: 1em; margin-left: 0em
             }

A:link    { color: black  }
A:visited { color: #666666 }
A:active  { color: #C0C0C0 }
A:hover   { color: black }



/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 13px arial-black;
line-height:18px;
z-index:100;
background-color: #FFFFCC;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C0C0C0;
}

.dropmenudiv a:visited{
color: #000000;
}

.dropmenudiv a:active{
color: #000000;
}

