body, table {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  background-image: url(../gfx/pozadi.gif);
  margin: 0px auto;
  padding: 0px;
}

form {
}

#main {
  position: relative;
  width: 970px;
  margin: 0px auto;
  padding: 0px;
}

#top {
  width: 946px;
  height: 80px;
  background-color: #FFA500;
  margin: 10px 0 10px 10px;
}

#top img {
  border: 1px solid black;
}

#linka {
  background-color: #FFA500;
}

#linka td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid black;
  font-size: 11px;
}

#linka td.act {
  background-color: white;
  border-bottom: 0;
}

#linka a.login {
  font-weight: bold;
}

#linka a {
  color: black;
  text-decoration: none;
}

#linka td.act a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#linka a:hover {
  color: black;
  text-decoration: underline;
}

table.telo {
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 100%;
  background-color: #FFE4B5;
  table-layout: fixed;

  margin-bottom: 10px;
}

table.telo td.menu {
  font-size: 11px;
  padding-left: 10px;
}

table.telo td.telo {
  border: 1px solid black;
  background-color: White;
}

table.telo td.zapati {
  border-bottom: 1px solid black;
  font-size: 9px;
  text-align: center;
}

.menu .ramecek {
  width: 200px;
  border: 1px solid black;
  background-color: white;
}

.menu .ramecek .nadpis {
  border-bottom: 1px solid black;
  background-color: #FFA500;
  font-weight: bold;
  padding: 3px;
}

.menu .ramecek .telo {
  padding: 3px 0 3px 3px;
  background-color: White;
}

div.ramecek a {
  color: black;
  text-decoration: none;
}

div.ramecek a:hover {
  text-decoration: underline;
}

div.navigace a.sel {
  color: black;
  font-weight: bold;
}

div.navigace li {
  margin: 0;
  padding: 0;
}

div.navigace ul {
  margin: 3px 0 3px 15px;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}

div.navigace {
  position: relative;
  left: -10px;
}

div.vnitrek {
  margin: 10px;
  font-size: 0.75em;
}

div.vnitrek table {
  font-size: 1em;
}

div.vnitrek h1 {
  text-align: center;
  font-size: 1.6em;
  margin: 0 0 10px 0;
  padding: 0;
}

div.vnitrek h2 {
  font-size: 1.2em;
  margin: 10px 0 0 0;
  padding: 0;
  color: black;
}

div.vnitrek ul {
  margin-top: 5px;
}

div.vnitrek li {
  text-align: justify;
}

div.vnitrek p {
  margin: 10px 0 0 0;
  padding: 0;
  text-indent: 30px;
  text-align: justify;
}

div.vnitrek p.noindent {
  text-indent: 0px;
}

div.obal {
  width: 100%;
}

div.vnitrek table.prehled {
  width: 100%;
}

div.vnitrek a {
  color: blue;
  text-decoration: none;
}

div.vnitrek a:hover {
  text-decoration: underline;
}

div.vnitrek img.nahled {
  margin-top: 5px;
  border: 0px;
}

div.vnitrek input, div.vnitrek textarea, div.vnitrek select {
  width: 200px;
  font-size: 0.75em;
  background-color: #FFE4B5;
  border: 1px solid black;
  scrollbar-base-color: #FFE4B5;
  scrollbar-face-color: #FFE4B5;
  scrollbar-3dlight-color: Black;
  scrollbar-darkshadow-color: Black;
  scrollbar-shadow-color: #FFE4B5;
  scrollbar-highlight-color: #FFE4B5;
  scrollbar-track-color: White;
}

div.vnitrek textarea {
  font-size: 1em;
  width: 100%;
}

div.vnitrek input.but {
  width: auto;
}

div.vnitrek input.box {
  width: auto;
  border: 0;
  background-color: White;
}

span.required {
	font-weight: bold;
}

span.note {
	color: Gray;
	font-size: 0.8em;
	font-style: italic;
}

