body, input, select, textarea
{
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #ccc;
}

/** obecně **/
h1
{
  display: none;
}

h2
{
  margin: 0;
  border-bottom: 1px dotted #039;
  font-size: 30px;
  line-height: 40px;
  color: #026;
  text-shadow: 2px 2px 10px #999;
}

h3
{
  margin: 20px 0 0 0;
  font-size: 24px;
  line-height: 30px;
  color: #260;
}

h4
{
  margin: 20px 0 0 0;
  font-size: 20px;
  line-height: 25px;
  color: #333;
}

a
{
  color: #039;
}

a:hover
{
  color: #390;
}

p, ul, ol
{
  margin: 10px 0 20px 0;
  font-size: 12px;
  line-height: 20px;
}

img
{
  border: 0;
}

table
{
  border-top: 2px solid #026;
  border-bottom: 2px solid #026;
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

table th, table td
{
  padding: 3px 10px;
  border-bottom: 1px solid #026;
}

table th
{
  background: #eef4ff;
}

table td
{
  color: #333;
}

table td.center
{
  text-align: center;
}

table td.right
{
  text-align: right;
}

form fieldset
{
  margin: 0 auto;
  width: 70%;
  border: 1px dotted #999;
  background: #fff url('../img/formBg.png') repeat-x;
  text-align: center;
}

form fieldset table
{
  border: 0;
  width: 100%;
}

form fieldset table td
{
  padding: 3px 10px;
}

form fieldset table td.label
{
  width: 30%;
  text-align: right;
  vertical-align: top;
}

form fieldset table td.field
{
  width: 70%;
  text-align: left;
}

form fieldset .formField
{
  border: 0;
  background: #cdf url('../img/formFieldBg.png') repeat-x;
  width: 230px;
}

form fieldset .formBtn
{
  border: 1px solid #130;
  background: #130 url('../img/formBtnBg.png') repeat-x;
  height: 30px;
  color: #fff;
  font-weight: bold;
}

div.cleaner
{
  clear: both;
}

/** layout **/
div#document
{
  position: absolute;
  left: 50%;
  margin-left: -450px;
  padding: 0;
  width: 900px;
  background: url("../img/docBg.png") repeat-y;
}

div#header
{
  position: relative;
  width: 900px;
  height: 450px;
  background: url("../img/header.png") no-repeat;
}

div#body
{
  padding: 10px 150px 10px 200px;
}

div#footer
{
  position: relative;
  width: 900px;
  height: 170px;
  background: url("../img/footer.png") no-repeat;
}

/** odkaz "domů" **/
a#homeLink
{
  display: block;
  position: absolute;
  left: 470px;
  top: 150px;
  width: 335px;
  height: 48px;
}

/** menu **/
ul#menu
{
  position: absolute;
  left: 475px;
  top: 245px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#menu li
{
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
}

ul#menu li a
{
  display: block;
  padding: 0 10px;
  color: #026;
  text-decoration: none;
  text-shadow: 0 0 5px #fff;
}

ul#menu li a:hover, ul#menu li.active a:hover
{
  color: #fff;
}

ul#menu li.active a
{
  display: block;
  padding: 0 10px 0 6px;
  color: #026;
  border-left: 4px solid #260;
  text-decoration: none;
}

/** jazykové menu **/
ul#langMenu
{
  position: absolute;
  left: 660px;
  top: 310px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#copyright
{
  padding: 110px 100px 0 100px;
  text-align: center;
  color: #fff;
}

div#copyright a
{
  color: #cdf;
}

div#copyright a:hover
{
  color: #ccc;
}