* {
  font-size: 12px;
  font-family: Verdana;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
body, html {
  height: 100%;
}
body {
  background: url("obr/pozadi.gif");  
  background-repeat: repeat-y;
}
#cela_stranka {
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 20px;
}
body>#cela_stranka {
	height: auto;
} 
#hlavicka {
  height: 56px;
  background-color: rgb(88,22,53);
  color: #FFF;
  padding: 20px; 
}
#hlavicka div {
  float: right;
  text-align: right;
}
#hlavicka h1 {
  font-size: 20px;
  color: white;
  text-decoration: none;
}
#sloupec {
  width: 140px;
  background-color: blue;
  float: left;
  background: url("obr/zaobleni.gif") no-repeat top center rgb(228,202,120);
  padding: 10px;  
  padding-top: 60px;
}
#obsah {
  margin-left: 160px;
  background-color: red;
  background: url("obr/zaobleni2.gif");
  background-repeat: no-repeat;  
}
#paticka {
	background-color: rgb(88,22,53);
	color: white;
	border: 1px solid #000000;
	width: 100%;
	height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	clear: both;
}
#paticka a {
  color: rgb(255,255,255);
}
#paticka a:hover {
  color: rgb(255,153,102);
}
hr {
  line-height: 1px;
  height: 1px;
  border-top: 0px;
  border-bottom: 1px dashed black;
  margin: 0 20px;
}
.clanek {
  padding: 20px;
}
.clanek .nounderline  {
  text-decoration: none;
  display: block;
}
.clanek .nounderline:hover  {
  color: rgb(139,139,139);
}
.clanek .nounderline:hover strong,.clanek strong {
  color: black;
  background-color: rgb(153,255,0);
}
.clanek_strankovani {
  margin: 10px;
}
.clanek_strana, .clanek_kapitola {
  border: 1px solid rgb(0,0,0);
  background-color: rgb(88,22,53);
  color: rgb(255,255,255);
}
.clanek div {
  text-align: right;
}
.clanek h2 {
  font-variant: small-caps;
  font-size: 14px;
  font-weight: bold;
}
a,.clanek a h2 {
  color: rgb(0,0,0);
  text-decoration: underline;
}
a:hover, .clanek a:hover h2 {
  color: rgb(88,22,53);
  text-decoration: none;
}

.textpole {
  border: 1px solid rgb(88,22,53);
  height: 16px;
}
.tlacitko {
  border: 1px solid rgb(88,22,53);
  height: 18px;
  width: 60px;
  font-size: 11px;
}

.blok5 {
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}

.odkaz_bily {
  display: block;
  background-color: rgb(255,255,255);
  height: 25px;
  margin: 3px;
  padding-left: 10px;
  line-height: 25px;
}
.odkaz_bily:hover {
  background-color: rgb(244,244,244);
  text-decoration: underline;
  color: rgb(84,84,84);
}
.nadpis_levy {
  text-align: left;
  display: block;
  border-bottom: 2px solid rgb(188,144,37);
}
.kategorie a {
  color: rgb(0,0,102);
}



