/* elementy */
* {
  padding: 0;
  margin: 0;
}

html, body { height: 100%; }
html {
  background: #ffffc4 url("../images/layout/back-html.png") 50% 0;
}
body {
  background: url("../images/layout/back-body.png") 50% 0 repeat-x;
  text-align: left;
  position: relative;
  padding: 0;
  font: .8em/1.4 Arial, Tahoma, sans-serif;
  text-align: center;
}

h1 {
  width: 300px;
  height: 130px;
  float: left;
  overflow: hidden;
  position: relative;
  top: 35px;
  background: #fff200 url("../images/layout/logo.png") no-repeat;
  cursor: pointer;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff200 url("../images/layout/logo.png") no-repeat;
  cursor: pointer;
}
h2, h3, h4 {
  color: #32338f;
  margin: .66em 20px .5em;
  font: normal normal 175%/1.4 Arial, Tahoma, sans-serif;
}
h2 { color: #32338f; }
h3 { font-size: 130%; font-weight: bold; }
h3 { padding-left: 25px; background: url("../images/layout/back-h3.gif") 0 50% no-repeat; }
#contain-full h3 { background: none; padding-left: 0; }
h4 { font-size: 110%; font-weight: bold; }

#leftCol h3 { margin-top: 1.2em; }

p, address, ul, ol, dl, form fieldset, hr { margin: 0 20px 1em; }
p { text-indent: 1em; }
#contain p { text-indent: 0; text-align: justify; }
address { font-style: normal; }

ul { list-style-type: square; }
li { margin-left: 25px; }

.aktuality dt {
  font-size: .8em;
  color: #32338f;
}
dd {
  text-indent: 1em;
  margin-bottom: 1em;
}

img {
  border: 1px solid blue;
  padding: 2px;
}

hr {
  height: 1px;
  color: #32338f;
  background-color: #32338f;
  border: 0px solid #32338f;
}

/* formuláře*/
fieldset {
  padding: 20px;
  border: 1px solid #32338f;
}
fieldset p { margin: 0 0 1em; }
fieldset hr { margin: 0 0 1em; }

legend {
  padding: 0 10px;
  font-weight: bold;
  color: #32338f;
}

input { margin: 2px 0; width: 210px; }
input.checkbox, input.button { width: auto; }
label {
   display: block;
   float: left;
   clear: left;
   width: 190px;
   overflow: hidden;
   margin-right: 10px;
}
textarea { width: 210px; }
label.full { width: 100%; }

/* id # */
#wrapper { /* div kvůli pozadí stránky */
  width: 100%; height: 100%;
  min-height: 100%;
  background: url("../images/layout/back-wrapper.png") 50% 0 repeat-y;
}
#wrapper2 { /* div kvůli pozadí stránky */
  background: url("../images/layout/back-wrapper2.png") 50% 0 repeat-y;
}
#wrapper2-full { background: url("../images/layout/back-wrapper2-full.png") 50% 0 repeat-y; }
body>#wrapper { height: auto; }

#headerBack {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 215px;
  background: url("../images/layout/back-header.png") 50% 0 repeat-y;
}

#page {
  background: url("../images/layout/back-leftCol-1.jpg") 0 100% no-repeat;
  width: 760px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.no-back { background: none !important; }

#slogan {
  width: 100%;
  height: 469px;
  display: block;
  position: relative;
  margin: -4px 0 0;
}
#slogan span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/layout/back-home.jpg");
}

#header {
  width: 760px;
  height: 170px;
  position: relative;
}

ul#menu {
  position: absolute;
  bottom: 41px;
  right: 0;
  list-style-type: none;
  margin: .5em 20px 0;
}
#menu li { margin: 0; float: left; }

ul#menu-home {
  position: absolute;
  right: 45px;
  top: 420px;
  list-style-type: none;
  text-align: right;
  margin: .5em 20px 0;
  font-weight: bold;
}
ul#menu-home li { margin: 0; }

#subMenu {
  position: absolute;
  bottom: 3px;
  right: 0;
  margin: .5em 20px 0;
}
#subMenu li {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  margin: 0;
  list-style-type: none;
}

#leftCol {
  float: left;
  width: 250px;
  padding-bottom: 160px;
  margin-bottom: 2em;
}

#contain {
  float: left;
  width: 510px;
  margin: 0 0 2em;
}
#contain-full {
  width: 100%;
  margin: 0 0 2em;
  background: #ffff99;
}

#footer {
  clear: left;
  width: 760px; height: 93px;
  overflow: hidden;
  padding: 30px 0;
  margin: -3px auto 0;
  text-align: right;
  background: #fed700 url("../images/layout/back-footer.png") 0 0 repeat-x;
}

/* class . */
.no-show { display: none; }
.no-indent { text-indent: 0; }
.no-bmargin { margin-bottom: 0; }
.no-border { border: 0; }

.black { color: black; }
.blue { color: #32338f; }

.higher-lines { line-height: 1.6; }

.center { text-align: center !important; text-indent: 0 !important; }
img.right { float: right; margin: 3px 20px 3px 3px; }
img.left {  float: left;  margin: 3px 3px 3px 20px; }

.gallery {
  text-indent: 0;
  clear: both;
}
.gallery img {
  margin: 3px 10px 3px 0;
}

.tera { font-weight: bold; font-style: italic; }

#footer .menu { font-size: 12px; }

.sized, .sized-ref, .sized-fotospan {
  display: block;
  width: 5em;
  float: left;
}
.sized-ref { width: 12em; }

.cleaner { margin: 0; visibility: hidden; clear: both; }

/* odkazy */
a:link, a:hover, a:visited {
  text-decoration: underline;
  color: blue;
}
a:hover { color: black; }

a:link img, a:hover img, a:visited img { border-color: blue; }
a:hover img { border-color: black; }

#menu a:link, menu a:hover, #menu a:visited {
  display: block;
  height: 35px;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 0 15px;
  font-weight: bold;
  font-size: 125%;
  line-height: 42px;
  color: black;
  text-decoration: none;
}
#menu a.active:visited, #menu a:hover {
  color: #32338f;
  background: #fed700 url("../images/layout/back-menu-li.png");
}
#menu a.active:visited span, #menu a:hover span {
  position: absolute;
  top: 0; right: 0;
  display: block;
  width: 9px; height: 100%;
  background: url("../images/layout/back-menu-li-end.png");
}


#menu-home a:link, #menu-home a:hover, #menu-home a:visited {
  line-height: 45px;
  font-size: 150%;
  color: black;
  text-decoration: none;
}
#subMenu a:link, #subMenu a:hover, #subMenu a:visited {
  font-weight: bold;
  font-size: 110%;
  color: black;
  text-decoration: none;
}
#menu-home a:hover, #subMenu a:hover, #subMenu a.active:visited { color: #32338f; }

#footer p.black a {color: #000;}
#footer p.black a:hover {text-decoration: none}


a.zel-usp {position: absolute; top: 3px; right: 0; color: #000; text-decoration: none;}
a.zel-usp:hover {text-decoration: underline;}


.zelena-column {
	padding: 20px 20px 30px 20px;
}	

.zelena-column  img{
	margin: 0 10px 0px 0;
}	
