
html,
body {
  height: 100%;
  min-height:100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg/light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #273D0A;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #273D0A;
  border-bottom: 4px solid #a4c35c;
}

h1 span {
color:#F53D93;
}

h2 {
  font-size: 1.2em;
  color: #0a6369;
}

h2 span {
color:#273D0A;
}

h3 {
  text-transform: none;
  font-size: 10pt;
  color: #77491c;
}

h3 span {font-size:8pt;color:#333;font-weight:normal;}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

.ruzovy {
color:#F53D93;
}

/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #5f9619;
  outline:none;
}

a:hover {
  color: #5f9619;
  text-decoration:underline;
}

a img {
  border: 0;
}


/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #660099;
}

ol li span {
  font-weight: normal;
  color: #444;
}

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #dcf6be;
  border-top: 1px solid #a4c35c;
  border-bottom: 1px solid #a4c35c;
}

input {
margin-top:5px;
}

.info {
display:block;
color:#666;
}

.vypis a {
color:#77491c;
margin-bottom:3px;
padding-bottom:0px;
font-size:10pt;
font-weight:bold;
text-transform:none;
}

.vpravotop {background:#dcf6be url(../images/zluty2-top.gif) top center no-repeat;padding-left:10px;padding-right:10px;padding-top:15px;}
.vpravobot {clear:both;background:#dcf6be url(../images/zluty2-dole.gif) bottom center no-repeat;height:18px;width:179px;margin-bottom:10px;}
.vlevotop {background:#dcf6be url(../images/zluty-top.gif) top center no-repeat;padding-top:15px;width:160px;}
.vlevobot {clear:both;background:#dcf6be url(../images/zluty-dole.gif) bottom center no-repeat;height:18px;width:160px;margin-bottom:10px;}
.lpecko {margin:0;padding-right:15px;padding-left:15px}