body {
  background-color: #666666;
  font-family: times, arial, verdana;
  font-size: 12pt;
}

#content {
  width: 900px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: white;
}

#head {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

#head img {
  border: none;
}

#localization {
  position: absolute;
  right: 5px;
  top: 7px;
}

#localization a {
  margin: 4px;
}

#menu {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

#menu h2 {
  text-align: left;
  margin: 0px;
  margin-bottom: 3px;
  background: #888888;
  font-weight: normal;
  font-size: 120%;
  font-weight: bold;
  padding-left: 10px;
  color: white;
}

#menu ul {
  padding: 0;
  margin: 0;
}

#menu ul li {
  list-style: none;
  background: #85C226; 
  margin-bottom: 3px;
}

#menu a {
  color: white;
  text-decoration: none;
  display: block;
  width: 10em;
  padding: 5px 2px 5px 20px;
}

#menu a.activated {
  color: green;
  font-weight: bold;
  background-color: white;
  border: 1px solid #85C226;
  margin: 0px;
}

#menu a:hover, #menu a:active {
	background-color: black;
	color: white;
	margin: 0px;
}

#kontakt {
  float: left;
  clear: left;
  border: 2px solid #888888;
  margin: 40px 10px 40px 10px;
  width: 12.5em;
  background: #F0F0F0;
  text-align: left;
  font-size: 90%;
}

#kontakt h2 {
  text-align: left;
  margin: 0px;
  background: #888888;
  font-weight: normal;
  font-size: 100%;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 5px;
  color: white;
  font-size: 120%;
}

#kontakt #text {
  padding: 10px;
}

#page {
  margin-left: 220px;
  padding-right: 30px;
  padding-bottom: 40px;
}

#foot {
  height: 80px;
  color: white;
  background: #85C226;
  text-align: center;
  position: relative;
  padding-top: 10px;
  clear: both;
}

#foot a {
  color: white;
}

#admin a {
  color: white;
}

#admin {
  position: absolute;
  right: 5px;
  bottom: 5px;
}