* {
margin: 0 auto; padding: 0;
}
html {   
	font-family: Verdana;
	font-size: 12px;
	color: #626262;
  margin: 0; 
	padding: 0;
}
body {
	background-repeat: no-repeat;
	background-image: url(gfx/bgx.jpg);
  background-position: top;
	background-color: #f0ece6;
}
#all { 
  width: 860px;
	height: 100%;
  background-image: url(gfx/tlo.png);
		background-repeat: repeat-xy;
	border-top: 0px solid #6a2913;
	border-right: 1px solid #dfc8bd;
	border-left: 1px solid #dfc8bd;
	}

#top {
  width:860px;
	height: 242px;
	border-bottom: 8px solid #2a0b00;
  background-image: url(gfx/bg.jpg);
}

#nag {
  width: 860px;
	height: 30px;
	padding: 5px 0 5px 0;
	background-color: #362715;
	border-bottom: 4px solid #cbbba5;
}

#tekst {
  width: 659px;
	float: right;
	height: 100%;
}

#menu {
  width: 198px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
  float: left;
}

#stopka {
  width: 860px;
	clear: both;
  background: #7cb5f3 url(gfx/stopka.png) no-repeat center; 
	height: 70px;
}

/* styl tekstu */

h1 {
  color: #a59a89;
  text-align: right;
	font-size: 18px;
	padding: 5px 0 5px 0;
}
h2 { 
  color: #a09583;
	font-size: 14px;
	text-align: left;
	display: block;
	margin: 5px 15px 5px 15px;
}
h2:first-letter {
  color: #857965;
	font-size: 16px;
}
h3 {  
  font-size: 14px;
  color: #f3f3f3;
}
p {
  font-size: 12px;
	text-indent: 7px;
	padding: 30px 5px 10px 5px; 
}
hr {
  width: 600px;
	background-color: #f53210;
	border-top: 2px solid #fcb4a7;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a {
  font-size: 12px;
  color: #0a74c2;
  font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: #f29639;
}

#menu ul  {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
}
#menu li {
  list-style-type: none;
  font-size: 18px;
  color: #775a39;
	text-align: center;
  font-weight: bold;
	border-bottom: 1px solid #fff;
}
#menu a {
  display: block;
  color: #957d5e;
  font-size: 11px;
  padding: 4px 12px 4px;
  text-decoration: none;
	text-align: left;
}
#menu a:hover{
  display: block;
  color: #a59683;
	background: #e0dcd6;
}
#menu a:active {
  display: block;
  color: #eaf4ff;
}


.maly {
 font-size: 10px;
 padding: 0 0 3px 5px;
}
.podpis {
 font-size: 12px;
 padding: 3px 5px 3px 5px;
 text-align: right; 
 display: block;
}