body {
  color: #4C4C4C;
  font-size: large;
  font-family: "Open Sans", Arial, Verdana, Serif;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  background-image: url("../pict/pict_background.jpg");
  background-repeat: repeat;
  background-position: top left;
}

#body_content{
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  min-width: 980px;
  max-width: 980px;
}

a {
  color: #36B236;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #4C4C4C;
  text-decoration: none;
  font-weight: normal;
}

h1 {
  color: #36B236;
  font-weight: bold;
}

h2 {
  color: #36B236;
  font-weight: bold;
}

.no_border {
  border: 0px;
  text-decoration: none;
}

.hr {
  height: 2px;
  background-color: #36B236;
  text-align: center;
}

#header {
  background-color: #FFFFFF;
  padding-top: 30px;
}

#menu {
  float: left;
  line-height: 0px;
}

#header_image {
  height: 428px;
  min-height: 428px;
  max-height: 428px;
  width: 980px;
  min-width: 980px;
  max-width: 980px;
}

#content {
  background-color: #FFFFFF;
  padding: 30px;
}

#arrow {
  margin-top: 30px;
  float: right;
}

#footer {
  background: #FFFFFF url('../pict/footer.png') center top repeat-y;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-size: 0.8em;
}

#footer a {
  color: #FFFFFF;
  font-weight: normal;
}

#footer a:hover  {
  color: #FFFFFF;
  font-weight: normal;
}

#map-canvas {
  width: 100%;
  height: 428px;
}

input.rozbalovac {
  display: none;
}

input[type=checkbox]:checked + .rozbalovaci .obsah {
  display: block;
}

.rozbalovaci > .obsah {
  display: none;
  padding-left: 20px;
}

.rozbalovaci > label {
  display: block;
  cursor: pointer;
  font-size: 1.2em;
  color: #36B236;
  font-weight: bold;
}

input[type=checkbox]:checked + .rozbalovaci label {
  color: #4C4C4C;
}

.rozbalovaci > label:after {
  padding-left: 10px;
  content: url("../pict/arrow_link.png");
}

