/* 
 * Základní Styl VF
 * Autor: Jan Řezáč - Filosof
 *
 */

/* [00] OBECNE DEKLARACE ******************************************************/
* {margin: 0;padding: 0;}
abbr {border-bottom: 1px dotted;cursor: help}
ul li {list-style-type: none}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
  
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a, a:link{
  color: #536cbe;
  text-decoration: underline;
}

a:visited {
  color: #5e7049;
}

a:hover {
  color: #008449;
}

/* [01] LAYOUT ****************************************************************/
body {
  color: #5e7049;
  background: #e7eafb url(../images/pozadi.gif) 0 0 repeat-x;
  font-size: 100%;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  text-align: center;
}

div#main {
  width: 760px;
  background: #fff url(../images/pozadi2.gif) 0 0 repeat-y;
  color: #5e7049;
  font-size: 0.8em;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

div#content {
  float: right;
  width: 468px;
  margin: 20px 55px 0 0;
}

div#menu {
  width: 197px;
  overflow: hidden;
  margin: 0 558px 0 5px;
}

div#footer {
  clear: both;
}

/* [02] HLAVICKA WEBU *********************************************************/
div#logo, div#logo span {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 26px;
  left: 25px;
  overflow: hidden;
}

div#logo span {
  display: block;
  top: 0;
  left: 0;
  background: transparent url(../images/vinarsky-fond.gif) 0 0 no-repeat;  
}

div#s {
  width: 528px;
  margin-left: 217px;
  padding-top: 173px;
  position: relative;
}

div.topImg1 {background: transparent url(../images/top1.jpg) 0 0 no-repeat;}
div.topImg2 {background: transparent url(../images/top2.jpg) 0 0 no-repeat;}
div.topImg3 {background: transparent url(../images/top3.jpg) 0 0 no-repeat;}
div.topImg4 {background: transparent url(../images/top4.jpg) 0 0 no-repeat;}
div.topImg5 {background: transparent url(../images/top5.jpg) 0 0 no-repeat;}
div.topImg6 {background: transparent url(../images/top6.jpg) 0 0 no-repeat;}

div#header fieldset, div#menu fieldset {
  border: 0 none;
  background: #bfd686;
  padding: 5px 10px;
  text-align: right;
}

.hide {
  position: absolute;
  left: -9999px;
}

div#header input, div#menu input {
  border: 0 none;
  font-size: 0.9em;
}

div#header input.text, div#menu input.text {
  padding: 5px 0;
  background: #fff;
  color: #7da256;
  width: 200px;
}

div#header input.text {
  position: absolute;
  right: 75px;
  top: 179px;
}

div#s input.sub {
  width: 60px;
  height: 25px;
  background: transparent url(../images/hledej.gif) 0 0 no-repeat;
  cursor: pointer;
}

/* [03] TELO TEXTU ************************************************************/

h1, h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #7da256;
}

h3 {
  font-size: 1.2em;
  color: #7da256;
}

div.date {
  color: #7da256;
  font-weight: bold;  
}

div#content p, div#content ul, div#content ol, div.p {
  margin-bottom: 1.5em;
}

div.imgRight {
  float: right;
  background: #cfe0a4;
  padding: 0 1px 1px 0;
  width: 140px;
  height: 105px;
  margin: 5px 0 10px 10px;
}

div.imgRight img {
  border: 5px solid #f1f4ea;
}

.imgLeft {
  display: block;
  float: left;
  margin: 5px 10px 20px 1px;
}

div#content ul li {
  padding-left: 40px;
  background: transparent url(../images/dot3.gif) 15px 4px no-repeat;
}

div#content ol li {
  margin-left: 36px;
  padding-left: 4px;
}

div#content table {
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 1em;
  text-align: left;
}

div#content table.vysadba th {
  padding-right: 24px;
  text-align: left;
  width: 300px;
}

div#content table.user td {
  padding-bottom: 6px;
}

div#content td {
  padding-right: 24px;
  text-align: left;
}

td.desc {
  padding-bottom: 12px;
}

div#content td.name {
  font-weight: bold;
  width: 200px;
}

/* [03] sekce AKTUALITY ***/
div.act {
  background: #dfe4d1;
  color: #5e7049;
  font-size: 0.85em;
  padding: 0 1px 1px 0;
  margin-bottom: 1em;
}

div.act div {
  border: 5px solid #f1f4ea;
  padding: 10px
}

div.act div.continue, div#content div.act p {
  border: 0 none;
  padding: 0;
  margin: 0;
}

div.act h3 {
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #7da256;
}

div.act h3 span {
  font-weight: normal;
}

div.act h3 a, div.act h3 a:link, div.act h3 a:visited {
  color: #7da256;
}

div.act h3 a:hover {
  color: #5e7049;
}

div.act div.continue {
  text-align: right;
}

div.act div.continue a, div.act div.continue a:link, div.act div.continue a:visited {
  color: #7da256;
  background: transparent url(../images/dot1.gif) 0 3px no-repeat;
  padding-left: 15px;
}

div.act div.continue a:hover {
  color: #5e7049;
}

.error {
  color: #ff0000;
  font-weight: bold;
}

.margRight {
  margin-right: 6px;
}

/* [04] DOPLNUJICI SLOUPEC ****************************************************/
div#menu {
  font-size: 0.9em;
}

ul#mainMenu li {
  border-bottom: 1px solid #fff;
}

ul#mainMenu li a, ul#mainMenu li a:link, ul#mainMenu li a:visited {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #7da256;
  display: block;
}

ul#mainMenu ul {
  border-top: 1px solid #fff;
}

ul#mainMenu li.subMenu {
  border-bottom: 0 none;
}

ul#mainMenu ul li a, ul#mainMenu ul li a:link, ul#mainMenu ul li a:visited {
  font-size: 0.95em;
  background: #bfd686;
  color: #000;
  padding: 3px 10px 3px 20px;
}

ul#mainMenu ul li a.active, ul#mainMenu ul li a.active:link, ul#mainMenu ul li a.active:visited, ul#mainMenu ul li a.active:hover {
  background: #e7eafb;
  color: #000;  
  font-weight: bold;
}

ul#mainMenu li a.active, ul#mainMenu li a.active:link, ul#mainMenu li a.active:visited, ul#mainMenu li a:hover, ul#mainMenu ul li a:hover {
  color: #fff;
  background: #008449;
}

ul#mainMenu ul ul li a, ul#mainMenu ul ul li a:link, ul#mainMenu ul ul li a:visited {
  font-size: 0.95em;
  background: #bfd686;
  color: #000;
  padding: 3px 10px 3px 30px;
  text-transform: lowercase;
}

ul#mainMenu ul ul li a:hover {
  color: #fff;
  background: #008449;
}

ul#mainMenu ul ul li a.active, ul#mainMenu ul ul li a.active:link, ul#mainMenu ul ul li a.active:visited, ul#mainMenu ul ul li a.active:hover {
  background: #e7eafb;
  color: #000;  
  font-weight: bold;
}

/* [04] sekce FORMULAR ***/
div#content fieldset {
  background: transparent;
  text-align: left;
  border: 0 none;
  margin: 6px 0 24px 0;
}

div#content fieldset input.text {
  border: 1px solid #dfe4d1;
  padding: 2px;
  font-size: 1em;
  width: 240px;
}

div#content fieldset div {
  margin-bottom: 6px;
}

div#menu fieldset {
  padding: 10px;
}

div#menu input.text {
  width: 177px;
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
}

div#menu input.sub {
  width: 72px;
  height: 25px;
  background: transparent url(../images/vstoupit.gif) 0 0 no-repeat;
  cursor: pointer;
  margin-bottom: 5px;
}

div#menu input.subLogout {
  width: 92px;
  height: 25px;
  background: transparent url(../images/odhlasit.gif) 0 0 no-repeat;
  cursor: pointer;
  margin-bottom: 5px;
}

div#menu fieldset ul {
  text-align: left;
}

div#menu fieldset li a, div#menu fieldset li a:link, div#menu fieldset li a:visited {
  display: inline;
  background: transparent url(../images/dot2.gif) 0 3px no-repeat;
  padding-left: 15px;
  font-size: 0.95em;
  color: #587f30;
}

div#menu fieldset li a:hover {
  color: #000;
}

div#dekorace {
  margin: 1px 0 24px 0;
  width: 197px;
  height: 300px;
}

div.dekorace1 {background: transparent url(../images/left1.jpg) 0 0 no-repeat;}
div.dekorace2 {background: transparent url(../images/left2.jpg) 0 0 no-repeat;}
div.dekorace3 {background: transparent url(../images/left3.jpg) 0 0 no-repeat;}
div.dekorace4 {background: transparent url(../images/left4.jpg) 0 0 no-repeat;}

div#vinaCR img {
  border: 0 none;
}

textarea {
  width: 340px;
  border: 1px solid #dfe4d1;
}

label.block {
  display: block;
}

fieldset#faqSend {
  padding-top: 24px;
}

fieldset#faqSend p {
  width: 99%;
  font-style: italic;
}

/* [05] PATICKA ***************************************************************/
div#footer {
  width: 468px;
  margin-left: 237px;
  padding-top: 20px;
  color: #7da256;
  font-size: 0.85em;
  text-align: right;
}

div#footer div {
  border-top: 1px solid #bfd686;
  padding: 10px 16px 20px 0;
}

div#footer a, div#footer a:link, div#footer a:visited {
  color: #7da256;
  text-decoration: underline;
}

div#footer a:hover {
  color: #5e7049;
}
