@media all {

body
{
  color: #486245;
  background-color: #eeffee;
/*  font-size: 11px; */
  font-size: 0.7em;
  font-family: Verdana, Tahoma, sans-serif;
  margin-top: 8px;
}
div.menu ul
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px
}
div.menu ul li
{
  margin-top: 3px;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  border-color: #12982a;
  padding: 2px;
}
div.menu ul li.highlight
{
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-width: 2px;
  border-bottom-style: ridge;
  border-top-width: 2px;
  border-top-style: groove;
}
div.menu ul li
{
  color: #12982a;
}
div.menu ul li a
{
  margin: 2px;
/*  text-decoration: underline; */
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #12982a;
  color: #12982a;
}
div.menu ul li:hover
{
  background-color: #ceefce;
}
div.menu ul li a:visited
{
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #12982a;
}
div.menu ul li a:hover
{
  text-decoration: none;
  border-bottom-style: none;
}
div.menu h2
{
  display: block;
  background-color: #12982a;
  color: #eeffee;
  border-style: solid;
  border-width: 1px;
  border-color: #12982a;
  font-size: 13px;
  padding: 2px;
  margin: 0px;
}
div.menu div.footer
{
  font-size: 0.8em;
  margin-top: 15px;
  margin-right: 15px;
  text-align: center;
  color: #486245;
}
div.menu div.footer a
{
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #486245;
  color: #486245;
}
div.menu div.footer a:visited
{
  text-decoration: none;
  border-bottom-style: dotted;
}
div.menu div.footer a:hover
{
  text-decoration: none;
  border-bottom-style: solid;
  color: #283225;
}
div.menu img
{
  border: 0px;
}

div.menu a[target="_blank"]
{
  padding-right: 10px;
  background-image: url(../img/newwindow.png);
  background-position: right;
  background-repeat: no-repeat;
}

/* Uprava 19.06.2006 */

div.menu h2
{
  background-color: #eeffee;
  border-style: none;
  color: #12982a;
  font-size: 1.4em;
}

div.menu ul li,
div.menu ul li.highlight
{
  border-style: none;
  border-right-style: solid;
  border-width: 2px;
  text-align: right;
}

div.menu div.footer
{
  text-align: left;
}

} /* @media */
