@media all {

body
{
  padding-top: 10px;
}
div.menu
{
  float: left;
  left: 10px;
  width: 160px;
  position: fixed;
}
div.main
{
  margin-left: 170px;
  margin-top: -5px;
}

/* uprava 19.06.2006 */

body
{
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

div.main
{
  margin-left: 190px;
  margin-right: 10px;
}

div.menu
{
  padding-top: 2em;
  padding-left: 10px;
}

div.header
{
  background-color: #12982a;
  padding: 10px;  
}


div.header h2
{
  color: #eeffee;
  margin-top: 0px;
}
div.header h1
{
  color: #eeffee;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.header h1 a,
div.header h1 a:visited,
div.header h2 a,
div.header h2 a:visited
{
  text-decoration: none;
  border-bottom-style: none;
  color: #eeffee;
}
div.header h1 a:hover,
div.header h2 a:hover
{
  text-decoration: underline;
  border-bottom-style: none;
  color: #eeffee;
}

div.header a
{
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #eeffee;
}
div.header a:visited
{
  text-decoration: none;
  border-bottom-style: dotted;
  color: #eeffee;
}
div.header a:hover
{
  text-decoration: none;
  border-bottom-style: solid;
  color: #eeffee;
}

div.header div.timesDiv
{
  color: #eeffee;  
}

div.main a[target="_blank"]
{
  padding-right: 0px;
  background-image: none;
}
div.main a
{
  text-decoration: underline !important;
  border-bottom-style: none !important;
}

} /* @media */
