/* 
 * Zakladni Styl Dornova metoda
 * Autor: Jan Rezac - Filosof
 *
 */

* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
  text-align: left;
}

abbr {border-bottom: 1px dotted;cursor: help}
ul li {list-style-type: none}
img {border: 0 none;display: block;}

/* zakladni barva odkazu */
a, a:link {
  color: #008ebd;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #004f69;
}

a:hover {
  color: #7800bd;
}

div.hid {
  position: absolute;
  left: -9999px;
}

/*========== [layout] ========================================================*/
body {
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #404040;
  line-height: 1.6;
  font-size: 100%;
}

div#img {
  width: 776px;
  margin: 0 auto;
  margin-bottom: 1px;
}

div#main {
  width: 776px;
  margin: 0 auto;
  padding-top: 11px;
  background: url(../images/duha.gif) 0 0 no-repeat;
  font-size: 0.9em;
  text-align: left;
  position: relative;
}

div#content {
  width: 511px;
  float: right;
}

div#menu {
  width: 221px;
  padding-top: 21px;
  float: left;
  font-size: 0.85em;
}

div#footer {
  clear: both;
  padding: 9px 9px 18px;
  border-top: 1px solid #bd0055;
  font-size: 0.85em;
  text-align: right;
  color: #bd0055;
}

/*========== [obsah] =========================================================*/
h1 {
  color: #fff;
  background: #43bd00;
  position: relative;
  left: -11px;
  width: 169px;
  padding: 43px 10px 5px;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  font-weight: normal;
}

h2 {
  color: #c90000;
  background: #fff;
  margin-bottom: 1em;
  font-size: 1.45em;
  font-weight: normal;
  padding-left: 10px;
}

h2 span {
  font-size: 0.8em;
  position: relative;
  top: -6px;
}

h2 a, h2 a:link, h2 a:visited {
  color: #c90000;
  display: block;
  text-decoration: none;
}

h3 {
  color: #43bd00;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

p, ul {
  margin-bottom: 1.2em;
}

div#content ul li {
  list-style-type: square;
  margin-left: 20px;
}

ul.linx a {
  display: block;
  font-weight: bold;
}

div#content p, div#content ul {
  padding-right: 67px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td {
  padding: 1px 11px;
}

div.podminky {
  width: 522px;
  position: relative;
  left: -11px;
  background: #c6ebb2;
  padding: 8px 0 11px 0;
  margin-bottom: 1.2em;
}

p.zajem {
  position: relative;
  left: -21px;
  margin-bottom: 1.4em;
}

p.zajem a {
  padding-left: 21px;
  font-weight: bold;
  background: url(../images/dot2.gif) 0 3px no-repeat;
}

p.zajem a:hover {
  background-position: -1000px 3px;
}

div#footer a, div#footer a:link, div#footer a:visited {
  color: #bd0055;
}

div#footer a:hover {
  color: #000;
}

/*========== [menu] ==========================================================*/
ul#mm a, ul#mm a:link, ul#mm a:visited {
  text-transform: uppercase;
  font-weight: bold;
  color: #ee5f00;
  padding: 6px 10px;
  border-top: 1px solid #ee5f00;
  display: block;
  text-decoration: none;
}

ul#mm a.active, ul#mm a:hover {
  color: #fff;
  background: #ee5f00 url(../images/dot1.gif) 94% 10px no-repeat;
}

ul#sm a, ul#sm a:link, ul#sm a:visited {
  text-transform: uppercase;
  color: #c90000;
  padding: 6px 10px;
  border-top: 1px solid #c90000;
  display: block;
  text-decoration: none;
}

ul#sm a.active, ul#sm a:hover {
  color: #fff;
  background: #c90000 url(../images/dot3.gif) 94% 10px no-repeat;
}
