body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
  color: black;
  background-image: url('../images/znak.png');
  background-repeat: no-repeat;
  background-position: right top;
  width: 70%;
}
#imgs,#rightcolumn {
  display: none;
}
#menu {
  padding: 10px;
  background-color: #eee;
}
h1 {
  height: 117px;
  line-height: 107px;
  font-size: 25px;
  border-bottom: solid 1px black;
  padding: 0px;
  margin: 0px;
}
#footer {
  clear: both;
  text-align: right;
  background-color: #ccc;
  padding: 10px;
  margin-top: 10px;
}
#footer div {
  display: none;
}
