/* Hlavni prvky stranky */
body { margin: 0;  padding: 0;  font-size: 12px;  font-family: Tahoma, sans-serif;  text-align: center;  background-color: #EDF3D6;}
ul li {margin: 0 0 12px 0}
.wrapper { width: 962px;  position: relative;  margin: 0 auto 0 auto;  background: transparent url('../image/background_wrapper.gif') left top repeat-y;}

.document
{
  width: 920px;
  position: relative;
  text-align: left;
}

/* Zahlavi */
.header
{
  width: 920px;
  height: 160px;
  position: absolute;
  left: 22px;
  top: 0;
  background: transparent url('../image/header.jpg') left top no-repeat;
}

.header .logged_user
{
  float: right;
  width: 300px;
  height: 24px;
  margin: 5px 10px 0 0;
}

.header .logged_user img
{
  float: right;
  width: 24px;
  height: 24px;
}

.header .logged_user p
{
  float: left;
  width: 270px;
  margin: 5px 0 0 0;
  text-align: right;
  font-weight: bold;
}

.header .logged_user input
{
  clear: both;
  float: right;
  margin: 5px 3px 0 0;
  font-size: 1.0em;
}

.header .logo
{
  float: right;
  width: 302px;
  height: 48px;
  margin: 19px 87px 0 520px;
}

/* Menu + hledani */
.menu
{
  width: 920px;
  /* height: 30px; */
  position: absolute;
  left: 22px;
  top: 120px;
  background-color: #B0C73B;
  
}

.menu ul
{
  float: left;
  width: 890px;
  height: 70px;
  margin: 0;
  padding: 0;
}

.menu ul li
{
  display: block;
  float: left;
  margin: 6px 0 6px 0;
  padding: 0 12px 0 10px;
  border-right: 1px solid #FFFFFF; 
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited
{
  color: #FFFFFF;
  font: bold 12px Tahoma, sans-serif;
  text-decoration: none;
}

.menu ul li a:hover
{
  color: #000000;
}

.menu form
{
  float: right;
  width: 300px;
  margin: 4px 0 0 0;
}

.menu fieldset
{
  margin: 0;
  padding: 0;
  border: none;
}

.menu label
{
  color: #FFFFFF;
  padding-right: 5px;
  font-size: 1.0em;
}

.menu input
{
  width: 150px;
  font-size: 1.0em;
}

.menu input.button
{
  width: 60px;
}

/* Obsah strnky */
.content
{
  width: 900px;
  min-height: 420px;
  margin: 0 32px 10px 32px;
  padding: 200px 0 0 0;
}

/* Zapati */
.footer
{
  width: 900px;
  height: 20px;
  margin: 20px 32px 0 32px;
  padding-top: 5px;
  color: #808080;
  font-size: 0.9em;
  text-align: center;
  border-top: 1px solid #808080;
}

.footer a, .footer a:link, .footer a:visited
{
  color: #404040;
  text-decoration: none;
}

.footer a:hover
{
  color: #B0B0B0;
  text-decoration: underline;
}

.bull
{
  padding: 0 10px 0 10px;
}

.cleaner
{
  clear: both;
}

/* Obecne prvky stranky */
img
{
  border: none;
}

h1
{
  color: #F20402;
  margin: 0 0 30px 0;
  font: bold 20px Tahoma, sans-serif;
  border-bottom: 1px solid #F20402;
  text-transform: uppercase;
}

h2
{
  margin-top: 10px;
  font: bold 16px Tahoma, sans-serif;
}

h3
{
  margin-top: 25px;
  font: bold 14px Tahoma, sans-serif;
}

h4
{
  color: #F20402;
  margin: 5px auto 5px auto;
  font: bold 14px Tahoma, sans-serif;
  border-bottom: 1px solid #F20402;
}

a, a:link, a:visited
{
  color: #303030;
  font-weight: bold;
  text-decoration: none;
}

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