@media screen {

a:link, a:visited
{
  text-decoration: none;
  color: #999999;
}

a[href]:hover
{
  text-decoration: underline;
}

a:active
{
  color: #222222;
}

/* ------------------------------------------------------------------------- */

dt
{
  font-weight: bold;
}

th,td
{
  border: 1px #cccccc solid;
}

th
{
  background: #eeeeee;
}

form.table th,
form.table td
{
  border: 1px #cccccc solid;
}

code
{
  background: #eeeeee;
}

pre
{
  border: 1px #ababab dashed;
  background: #eeeeee;
}

blockquote
{
  border-left: 3px #cccccc solid;
  background: #eeeeee;
}

hr
{
  height: 1px;
  background: #dbdbdb;
}

.button
{
  padding: 0 0.5em;
}

/* ------------------------------------------------------------------------- */

#msg
{
  margin: 12px 0;
  color: #00ffff;
}

/* ------------------------------------------------------------------------- */

#error h3
{
  padding-top: 22px;
  background: url("error.png") repeat-x left top;
}

#error ul
{
  padding-bottom: 22px;
  background: url("error.png") repeat-x left bottom;
}

/* ------------------------------------------------------------------------- */

h1
{
  margin: 6px 0 12px 0;
  padding-left: 26px;
  font-weight: normal;
  font-size: 200%;
  color: #540020;
  background: url("h1.png") no-repeat left center;
}

h2,h3,h4
{
  color: #540020;
}

body
{
  font: 12px Verdana, "Geneva CE", sans-serif;
  background: #d3d2d2;
}

#cover
{
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

#content
{
  background: #ffffff url("sloupec.png") repeat-y right;
}

#main
{
  float: left;
  width: 800px;
  min-height: 302px;
  background: url("gradient.png") repeat-x top;
}

#inner
{
  padding: 6px 30px 0 30px;
}

#seo
{
  clear: both;
  padding: 30px 254px 30px 30px;
}

#footer
{
  clear: both;
  width: 1024px;
  height: 30px;
  line-height: 30px;
  background: #fdb813;
}

a img
{
  border: 2px #d3d2d2 solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

a:hover img
{
  border: 2px #fdb813 solid;
}

/* ----------------------------------------------------------------------------
 *  menu
 * ------------------------------------------------------------------------- */

#top
{
  display: block;
  width: 1024px;
  height: 217px;
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  border-bottom: 1px #ffffff solid;
  background: url("top.png") no-repeat center bottom;
}

#top span
{
  display: none;
}

/* ------------------------------------------------------------------------- */

#menu_x
{
  width: 1024px;
  margin: 0;
  padding: 0 0 8px 0;
  text-align: center;
  background: #fdb813;
  border-bottom: 1px #ffffff solid;
}

#menu_x li
{
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu_x li + li + li
{
  border-left: 2px #ffe6b9 solid;
}

#menu_x a
{
  padding: 8px 50px 8px 54px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

#menu_x a:hover
{
  text-decoration: none;
  color: #231f20;
}

#menu_x a.active
{
  text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#menu_y
{
  float: right;
  width: 224px;
  padding: 12px 0;
}

#menu_y ul
{
  margin: 0;
  padding: 0;
}

#menu_y li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu_y a
{
  display: block;
  margin: 0 0 0 22px;
  padding: 4px 20px 4px 20px;
  font-weight: bold;
  color: #ffffff;
  background: url("li.png") no-repeat left center;
}

#menu_y a.active
{
  background: url("li.active.png") no-repeat left center;
}

#menu_y h2
{
  margin: 0 20px 6px 22px;
  padding: 4px 12px 6px 26px;
  font-weight: normal;
  font-size: 220%;
  border-bottom: 1px #ffffff dotted;
  color: #ffffff;
  background: url("h2.png") no-repeat left center;
}

/* ------------------------------------------------------------------------- */

#menu_y li li a
{
  margin: 0 0 0 42px;
  padding: 4px 12px 4px 20px;
  font-weight: normal;
}

/* ----------------------------------------------------------------------------
 *  formulare
 * ------------------------------------------------------------------------- */

textarea,
input.input
{
  border: 2px #dddddd solid;
  background: #eeeeee;
}

textarea:hover,
input.input:hover
{
  border: 2px #999999 solid;
}

textarea:focus,
input.input:focus
{
  border: 2px #79b5d6 solid;
}

/* ----------------------------------------------------------------------------
 *  pridavne styly editoru
 * ------------------------------------------------------------------------- */

.czh_cyan
{
  color: cyan;
}

/* ----------------------------------------------------------------------------
 *  media print
 * ------------------------------------------------------------------------- */

}

@media print {

form,
#left,
#footer
{
  display: none;
}

dt
{
  font-weight: bold;
}

}


