/* 
author: Petr Hlubina, 2007
mail: petr.hlubina@centrum.cz
website: http://www.petrhlubina.info
*/
body {
	margin: 0px;
	text-align: center;
	background: #000000;
}
#page {
  text-align: left;
  margin: 40px auto 20px auto;
  width: 990px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0;
  color: #ffffff;
}
#levy_blok {
  width: 200px;
  float: left;
}
#menu_top {
  width: 200px;
  height: 20px;
  background: url("images/menubg_top_bl.gif") no-repeat;
}
#menu_bottom {
  width: 200px;
  height: 20px;
  background: #000000 url("images/menubg_bottom_bl.gif") no-repeat;
}
#menu {
  background: #FF9900;
  width: 200px;
}
#menu_inside {
  padding: 10px 10px;
}
#menu span {
  display: block;
  margin-bottom: 1px;
}
#menu a, #menu a:visited, #menu p, #menu span, #menu td {
  color: #000000;
}
#menu td {
  padding: 0 15px 0 10px;
}
a, a:visited {
  color: #fafafa;
}
#menu .stred {
  text-align: center;
}
h1 {
  color: #ff9900;
}
h2 {
  color: #999999;
}
#log h3 {
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 3px 0;
  color: #fafafa;
}
#log {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: #ffffff 1px solid;
}
#log input.input {
  font-family: Arial;
  font-size: 11px;
  border: #C0C0C0 1px solid;
  background: #ffffff;
}
#log span {
  margin-bottom: 2px;
  color: #ffffff;
}
#main {
  width: 763px;
  margin-left: 215px;
}
.odsad {
  margin-top: 30px;
}
p.err {
  color: #FF6969;
  margin-bottom: 10px;
}
.reg {
  border-collapse: collapse;
}
.reg td {
  padding: 3px 10px 3px 5px;
  border: #333 1px solid;
}
.reg tr.prvni {
  background: #000000;
}
.reg tr.prvni td.skup {
  border-bottom: #000000 1px solid;
}
.reg tr.druhy td.skup {
  border-bottom: #808080 1px solid;
}
.reg tr.druhy {
  background: #808080;
}
