/* ---------- DEFAULTNÍ NASTAVENÍ, RESETY ---------- */

a img, address, area, big, blockquote, body, caption, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, img, legend, li, map, object, ol, p, pre, small, sub, sup, table, td, th, tr, ul {
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: 100%;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: verdana;
}

input.submit {
  cursor: pointer;
  clear: both;
}

sub, sup {
  line-height: 1;
}

th {
  font-style: normal;
  text-align: left;
}

th, td {
  vertical-align: top;
}

.floatr {
  float: right;
}

.floatl {
  float: left;
}

.clear {
  clear: both;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.l {
  text-align: left;
}

.j {
  text-align: justify;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.cleaner {
  font-size: 0;
  height: 1px;
  clear: both;
}

.red { /* WARNING HLÁŠKY */
  color: #f00;
  font-weight: bold;
  font-size: 120%;
  display: block;
  margin: 0 0 15px 20px;
  font-style: italic;
}

/* ---------- KONEC DEFAULTNÍ NASTAVENÍ, RESETY ---------- */

body {
  font-family: arial, tahoma, veradna, georgia;
  font-size: 80%;
  color: #000;
  background: #FFF600 url('../obr/main/header.gif') 0 0 repeat-x;
}

a {
  color: #;
  text-decoration: ;
}

a:hover {
  color: #;
  text-decoration: ;
}

#header {
  width: 100%;
  height: 79px;
  clear: both;
}

#header div#logo {
  width: 960px;
  margin: 0 auto;
}

#header div#logo h1 a {
  display: block;
  float: left;
  width: 280px;
  height: 22px;
  background: url('../obr/main/logo.gif') 0 0 no-repeat;
  margin: 15px 0 0 50px;
  font-size: 130%;
  color: #fff;
  padding: 20px 0 0 61px;
  text-decoration: none;
}

#header ul#menu {
  float: right;
  list-style: none;
  margin: 30px 100px 0 0;  
}
#header ul#menu li a {
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
}

#header ul#menu li a:hover {
  color: #ff0;
}

#obsah {
  width: 100%;
  padding: 20px 0;
  background-color: #FFF600;
}

#obsah div#text {
  width: 960px;
  margin: 0 auto;
}

#text div#text_top {
  width: 100%;
  min-height: 195px;
  _height: 195px;
  margin: 0 auto;
  background: #FFF600 url('../obr/akce/akce_top1.gif') 0 0 no-repeat;
}

#text div#text_top p.slogan {
  font-weight: bold;
  font-size: 170%;
  position: relative;
  top: 30px;
  left: 120px;
}

#text div#text_top img {
  float: right;
  margin: 50px 0 0 0;
}

#text h3 {
  color: #000000;
  position: relative;
  font-size: 120%;
}

#text div#text_top div.address {
  width: 380px;
  float: left;
  margin: 115px 0 0 120px;
  _margin: 115px 0 0 60px;
}

#text div#text_top div.address p {
  font-weight: bold;
  float: left;
  margin: 0 0 10px 0;
  width: 180px;
}

#text div#text_top div.address p span {
  color: #ff822e;
}

#text div#text_bottom {
  width: 80%;
  min-height: 115px;
  _height: 115px;
  margin: 0 auto;
  padding: 0px 120px 20px 120px;
}

#text div#text_bottom p.slogan {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 200%;
  position: relative;
  top: -50px;
  left: 375px;
  width: 300px;
}

#text div#text_bottom div.sloupec {
  font-size: 120%;
  width: 750px;
  float: left;
  margin: -90px 50px 0 0;
}

#text div#text_bottom div.sloupec h3 {
  margin: 10px 0;
  font-weight: bold;
}


