body, input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input, select, textarea {
  width: 100%;
  background-color: #EBF2FA;
  border: 1px solid #003366;
}

a {
  color: #003778;
}

.bodyborder {
  border: 1px solid #003778;
  width: 760px;
  margin: 0 auto 0 auto;
}

div.administrace, table.administrace {
  width: 760px;
  margin: 0 auto 0 auto;
}

.img_nadpis2 {
  position: relative;
  left: 401px;
  top: 0px;
}

.nadpis {
  position: relative;
  left: -86px;
  font-size: 18px;
  font-weight: bold;
  color: #003778;
}

.td_nadpis {
  height: 25px;
  vertical-align: top;
}

.menu {
  border-right: 1px solid #003778;
  background-color: #EBF2FA;
  padding: 0px;
  width: 160px;
  vertical-align: top;
}

#menu a:hover {
  color: white;
}

.menu_text_box {
  border-top: 1px solid #003778;
  padding-left: 10px;
  padding-right: 10px;
}

.menu_item_off {
  font-size: 12px;
  font-weight: bold;
  color: #003778;
  border-top: 1px solid #003778;
  background-image:url(images/tl_bg_off.gif) ;
  padding-left: 10px;
  width: 150px;
  height: 23px;
  line-height: 23px;
  cursor: pointer;
}

.menu_item_on {
  font-size: 12px;
  font-weight: bold;
  color: white;
  border-top: 1px solid #003778;
  background-image:url(images/tl_bg_on.gif) ;
  padding-left: 10px;
  width: 150px;
  height: 23px;
  line-height: 23px;
  cursor: pointer;
}

.menu_sub {
  background-color: #B0C3DB;
  color: #003778;
  padding: 5px;
}

.a_sub {
  color: #003778;
  text-decoration: none;
}

.a_sub:hover {
  color: #003778;
  text-decoration: underline;
}

.body {
  border-top: 1px solid #003778 ;
  vertical-align: top;
  padding-bottom: 10px;
}


