body, html {
	color: #F7F6F6;
	background-color: white;
  background-image: url('/pix/podklad.png');
  background-attachment: fixed;
	font-family: 'Times New Roman';
}

ul {
  padding: 0;
  margin: 5px;
}

a {
	color: black;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #C1A25F;
}

img {
	border: 0;
	margin: 0;
}

#all {
  background: intherit;
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#header {
	width: 700px;
	height: 220px;
 	position: relative;
	padding: 0;
	margin: 0;
  background-color: intherit;
  background-image: url("/pix/header.png");
  background-repeat: no-repeat;
}

#header h1, h2 {
	display: none;
}

#menu {
	color: #F7F6F6;
	position: absolute;
	left: 10px;
	bottom: -6px;
	margin: 0;
	padding: 0;
	text-align: left;
  border: 0;
}

#menu a {
	color: #F7F6F6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
  padding: 0;
  margin: 0;
}

#menu a:hover {
	/*background-color: white;*/
	color: #E77817;
}

#content {
	color: #C1A25F;
	background-color: white;
 	padding: 0 10px 10px 10px;
}

#content p {
  text-align: justify;
}

#border {
  border: 1px solid lightgrey;
  padding: 20px;
  min-height: 220px;
}

#footer {
  background-color: intherit;
  background-image: url("/pix/footer.png");
  background-repeat: no-repeat;
  height: 66px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
  padding-top: 3px;
}

#footer a {
  color: white;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#copy {
  font-size: 12px;
  padding-top: 2px;
}

.maly {
  font-size: 14px;
}

.hidden {
  display: none;
}