
html,
body {
  height: 100%;
  min-height:100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg/light_body.jpg) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #222;
}


/* 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: #663366;
  border-bottom: 12px solid #fee7f2;
}

h1 span {
color:#F53D93;
}

h2 {
  font-size: 1.2em;
  color: #663366;
}

h2 span {
color:#F53D93;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #663366;
}

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: #663366;
  outline:none;
}

a:hover {
  color: #663366;
  text-decoration:underline;
}

a img {
  border: 0;
}


/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

.odeslat {
border:1px solid #0f0f0f;
background:#fee7f2;
}

/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #fee7f2;
  border-top: 1px solid #FCB6D8;
  border-bottom: 1px solid #FCB6D8;
}

.info {
display:block;
color:#666;
}

.vypis {
color:#f53d93;
margin-bottom:3px;
padding-bottom:0px;
font-size:10pt;
font-weight:bold;
text-transform:none;
}

.radek {
padding:0;
margin:0;
line-height:0;
}

.strankovani {padding:10px; background:#fee7f2;border:1px solid #fdbecc}