BODY 
{
   margin: 0px; 
   padding: 0px; 
   background: #49281E; 
   font-family: sans-serif; 
   font-size: 14px; 
   color: #49281E; 
   text-align: center; 
}

#container
{
  position: relative;
  top: 42px;
  margin: 0 auto;
  width: 710px;
  height: 585px;
  background-image: url(obrazky/hlavicka2.gif);
  background-position: 430px 0px;
  background-repeat: no-repeat;
  /*border: solid 1px red;*/
}

#nadpis 
{
  position: relative;   
  height: 158px; 
  text-align: left;
}

#obsah 
{
  position: relative;
  _height: 385px;
  min-height: 385px;
  width: 710px;
  background: #E0D1B5;
}

#obsah .item 
{
  position:relative;
  padding: 14px 21px 21px 21px;
  /*border: solid 1px blue;*/
} 

#obsah .item img
{
  position:relative;
  float:left;
  margin: 0px 20px 0px 0px;
  border: solid 10px #EEE6D9;
} 

#obsah .item .text
{
  position:relative;
  text-align: left;
  margin-top: 180px;
}

#obsah .links
{
  position:relative;
}

#obsah .link
{
  position:relative;
  background: url('obrazky/arrow2.gif') no-repeat top left;
  margin: 0px 0px 0px 320px;
  padding: 1px 0px 1px 15px;
  text-align: left;
}

#obsah .link a
{
  color: #49281E;
  decoration: none;
}

#text 
{
  position: relative;  
  overflow: hidden; 
  margin-right: 15px; 
  padding-top: 114px;
  width: 650px; 
}

.bily 
{
  color: white;
}

H1 
{
  font-family: serif; 
  font-size: 28px; 
  font-weight: bold; 
  color: #FFAA23; 
  padding: 0px; 
  margin: 0px; 
  padding-top: 11px;
}

H2 
{
  font-family: serif; 
  font-size: 32px; 
  font-weight: bold; 
  color: #49281E; 
  padding: 0px; 
  margin: 0px; 
  padding-bottom: 5px;
}

.paging 
{
  position:relative;
  margin: 4px 0px 0px 0px;
  height: 23px;
  width: 710px;
}

.paging a
{
  color: #49281E;
}

.paging .previous
{
  position:relative;
  float: left;
  height: 23px;
  width: 34px;
  margin: 0px 5px 0px 0px;
}


.paging .left
{
  position:relative;
  float: left;
  background: url('obrazky/left_corner2.gif') no-repeat top left;
  height: 23px;
  width: 8px;
}

.paging .middle
{
  position:relative;
  float: left;
  height: 23px;
  width: 616px;
  color: #49281E;
  background-color: #E0D1B5;
  text-align:center;
}

.paging .middle .page
{
  position:relative;
  top: 3px;
}

.paging .right
{
  position:relative;
  float: left;
  background: url('obrazky/right_corner2.gif') no-repeat top left;
  height: 23px;
  width: 8px;
}

.paging .next
{
  position:relative;
  float: left;
  height: 23px;
  width: 34px;
  margin: 0px 0px 0px 5px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:0px;
	overflow:hidden;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}
