body{
  background-color: #a59d78;
  font-family: Tahoma, Verdana, "Trebuchet MS";
  margin: 0px;
  padding: 0px;
  color: #1c140a;
}

img {
  border: 0px;
}

div#levo{
  background-image:url(../img/r_kamen_opak.jpg);
  background-repeat: repeat-y; 
  width: 144px;
  float: left;
  position: fixed;
  height: 100%;
}

div#velky{
  background-image: url(../img/r_bg.jpg);
  background-repeat: no-repeat; 
  background-attachment: fixed;
  padding-top: 150px;
}
div#s_h{
  background-image: url(../img/s_h.png);
  background-repeat: no-repeat; 
  background-position: top;
  padding: 0px;
  padding-top: 17px;
}
div#s_d{
  width: 506px;
	margin-left: 160px;
  background-image: url(../img/s_d.png);
  background-repeat: no-repeat; 
  background-position: bottom ;
  padding-bottom: 16px;
}
div#s_s{
  background-image: url(../img/s_s.png);
  padding-left: 13px;
  padding-right: 5px;
}

div#pravo{
  text-align: center;
  background-color: #ACA481;
  border-left: 1px dotted #706d52;
  border-right: 1px dotted #706d52;
  width: 180px;
  padding: 10px;
  position: fixed;
  top: 0px;
  left: 700px;
  font-size: 0.9em;
  color: #1f1f0f;
  height: 100%
}

#pravo ul {
  padding: 0px;
  margin: 0px;
}
ul#ct_o {
  text-align: left;
  margin-top: 10px;
  padding-top: 15px;
  font-size: 0.9em;
  border-top: 1px solid #706d52; 
}
#ct_o li{
  margin: 3px;
}
ul#banners {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #706d52; 
}
#pravo ul li {
  list-style-type: none;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
a:visited {color: #2c2821;}
a:hover {color: #f9f0c5;}

/*---------------------------------------*/

div.obal {
	padding: 0px;
	margin-bottom: 8px;
	width: 480px;
}
div.telo {
	text-align: left;
	margin-left: 82px;
}
div.telo2 {
	text-align: left;
	margin-left: 0px;
  margin-right: 82px;
}
div.nadpis {
	padding-left: 30px;
  border-bottom: 1px solid #000000;
}

div.obsah {
	padding: 10px;
	min-height: 40px;
	font-size: 0.9em;
	text-align: justify;
}
div.obsah2 {
	padding: 10px;
	min-height: 60px;
  text-align: justify;
  font-size: 0.9em;
}

.obrazek {
	width: 80px;
	height: 80px;
	float: left;
  border: 1px solid #000000;
}
.obrazek2 {
	width: 80px;
	height: 80px;
	float: right;
  border: 1px solid #000000;
}

dt {
  font-weight: bold;
}