body {
  font-family: Arial;
  font-size: 12px;
  margin: 0 0 0 0;
  background: #000000;
  color: white;
}

a {color: white; text-decoration: none}
a:visited {color: white;}
a:hover {color: white; text-decoration: underline}

td {
  vertical-align: top;
  font-family: Arial;
  font-size: 12px;
}

.menue {
  margin-top: 290px;
  margin-right: 20px;
  float: right;
  font-family: Arial;
  font-size: 12px;
  color: white;
}
.menue a, visited, active {
  color: white;
  text-decoration: none;
}
.menue a:hover {
  color: yellow;
}
.nadpis_hl {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: red;
  margin-left: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.nadpis {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: white;
  margin-left: 0px;
  margin-bottom: 7px;
}
.nadpis2 {
  background-color: #646464;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 3px;
}
.pravy_sloupec {
  background-color: #555454;
  color: white;
  border-left: 2px solid red;
  width: 220px;
}
.pravy_blok {
  border: 1px solid #999999;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: justify;
  font-size: 11px;
}
.blok {
  margin-left: 20px;
  margin-right: 20px;
  width: 740px;
  font-size: 12px;
  text-align: justify;
}
.blok_m {
  margin-left: 20px;
  margin-right: 20px;
  width: 740px;
  color: 808080;
  font-size: 9px;
  text-align: justify;
}

#menu {font-family:Arial; font-size: 11px; width: 580px; float: left; clear: right; padding-left: 160px}
#menu ul {width: 580px;}
#menu ul, #menu ul.sub {list-style-type:none; margin: 0; padding: 0;}
#menu li {float: left;}
#menu li, #menu ul.sub li {margin: 0; padding: 0;}
#menu h3 {font-size: 1em; margin:0; padding: 1px;}
#menu h3 a {display: block; text-decoration: none; width: 100%; }
#menu h3 a:hover {background-color: black; color: gray;}
ul.sub {position: absolute; z-index: 10; visibility:hidden;} /*pokud vynecháme tento řádek budeme mít při vypnutém JavaScriptu přístupné menu pod sebou*/
#menu ul.sub li {display: block; width: 100%; margin:0; padding: 0;}
#menu ul.sub li a {display: block; margin: 0; width: 180px; border-left: 1px solid red; background-color: black; padding: 3px} /*width = šířka řádku menu*/
#menu ul.sub li > a {width: 140px;}
#menu ul.sub li a:hover {background-color: #c0c0c0; color: black; border-left: 2px solid gray; text-decoration: none}

#menu ul li.main:hover h3 a {background-color: black; color: gray;}
#menu ul li.main {position: relative;}
#menu ul li > ul.sub {position: absolute; z-index:10; visibility: hidden;}
#menu ul li.main:hover ul.sub {visibility: visible;}

.submenu a {color: yellow; text-decoration: none}
.submenu a:visited {color: yellow;}
.submenu a:hover {color: yellow; text-decoration: underline}

.submenu2 a {color:#999999; text-decoration: none}
.submenu2 a:visited {color: #999999;}
.submenu2 a:hover {color: #999999; text-decoration: underline} 