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

a:hover
{
  text-decoration: underline;
}

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

body
{
  font: 12px Verdana, "Geneva CE", sans-serif;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  background: #d3def0;
}

#cover
{
  width: 811px;
  margin: 0 auto;
  padding: 16px 16px 10px 16px;
  background: white url("roh-bilej.png") no-repeat right bottom;
}

#content
{
  float: right;
  width: 617px;
}

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

#logo
{
  display: block;
  height: 88px;
  background: url("logo.png");
}

#logo span
{
  display: none;
}

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

#navigace
{
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  background: url("navigace-hore.png") top;
}

#navigace .inner
{
  padding: 8px 8px 6px 8px;
  background: url("navigace-dole.png") no-repeat bottom;
}

#nav1
{
  color: #a0bbdf;
}

#nav2
{
  color: #5e92ca;
}

#nav3
{
  color: #031677;
}

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

#main
{
  background: url("background.png") repeat-y;
}

#main .inner
{
  background: url("cara.png") no-repeat left top;
}

#main .inner .inner
{
  background: url("cara.png") no-repeat left bottom;
}

#main .inner .inner .inner
{
  padding: 16px;
  background: url("roh-sedej.png") no-repeat right bottom;
}

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

#img
{
  position: relative;
  right: 15px;
  bottom: 15px;
 _margin: -16px 0 0 -15px;
 _height: 59px;
}

#img div
{
  float: left;
}

#img span
{
  display: block;
  width: 71px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center;
}

#img a
{
  display: block;
  width: 71px;
  height: 59px;
  background-image: url("/css/img.png");
  background-position: bottom;
}

#img a:hover, #img a.active
{
  background-position: top;
}

#img img
{
  display: none;
}

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

#obrazek
{
  float: left;
  width: 264px;
  height: 264px;
  margin: 0 16px 0 0;
/*
  border: 1px #e0e1e2 solid;
*/
  background-repeat: no-repeat;
  background-position: center;
/*
  background-color: #f7f8fc;
*/
}

#obrazek img
{
  display: none;
}

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

#sub li
{
  margin-bottom: 2em;
}

#sub img
{
  padding-top: 0.6em;
}

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

#text
{
  float: right;
  width: 303px;
}

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

h1
{
  margin: 0;
}

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

#footer
{
  clear: both;
  padding: 16px 0 0 0;
 _padding: 6px 0 0 0;
  text-align: center;
  font-size: 88%;
  color: #b6b7b8;
}

#footer a
{
  text-decoration: none;
  color: #6d63a4;
}

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

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

#menu
{
  float: left;
  width: 187px;
  margin: 10px 0;
  padding: 0;
}

#menu li
{
  float: left;
  width: 187px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url("menu-hore.png") top;
}

#menu a
{
  display: block;
  padding: 8px;
  text-decoration: none;
  color: black;
  background: url("menu-dole.png") no-repeat bottom;
}

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

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

#menu li li
{
  background: url("sub-hore.png") top;
}

#menu li li a
{
  padding: 8px 8px 8px 15px;
  background: url("sub-dole.png") no-repeat bottom;
}

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

#menu li li li
{
  background: url("polozka-hore.png") top;
}

#menu li li li a
{
  padding: 8px 8px 8px 20px;
  background: url("polozka-dole.png") no-repeat bottom;
}

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

img
{
  vertical-align: bottom;
  border: none;
}

.left    { text-align: left }
.center  { text-align: center }
.right   { text-align: right }
.clear   { clear: both }
.f-left  { float: left }
.f-right { float: right }
.xxl     { width: 100% }

