*{
	padding: 0;
	margin: 0;
}
a img{ border: 0; }

hr{
	display: none;
}
body{
	text-align: center;
	background: #f2f2f2;
	font-family: tahoma;
	font-size: 13px;
}
.clear{
	clear: both;
}
a{
	color: #A0975C;
}
a:hover{
	color: #444444;
}
#content{
	margin: 0 auto;
	width: 932px;
	padding: 330px 10px 5px; 
	text-align: left;
	background: #ffffff;
	position: relative;
}


#top{
  background: #e9eaf4 url('../layout/topimg.jpg') 0% 0% no-repeat;
  width: 932px;
  height: 305px;
  position: absolute;
  left: 10px;
  top: 0;
}
#topmenu{
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 0 1px 10px;
}
#topmenu ul{
  list-style: none;
}
#topmenu ul li{
  display: block;
  float: left;
  padding: 0 5px 0 0;
}
#topmenu ul li a{
  font-weight: bold;
  color: #444;
  display: block;
  padding: 5px 10px;
  
  float: left;
}
#topmenu ul li a:hover{
  color: #000;
}
#topmenu ul li a.active{
  background: #46494f;
  color: #fff;
  text-decoration: none;
}

#utop{
  background: #46494f;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 902px;
  padding: 4px 15px 0;

}

#adblock{
  position: absolute;
  right: 0;
  top: 0;
}

#obsah{
  padding: 0 10px 20px;
}

#obsah p{
  padding: 0 0 8px 0;
}

h1{
  font-size: 24px;
  font-weight: normal;
  font-family: tahoma;
  padding: 0 0 5px 0;
}

h2{
  font-size: 20px;
  font-weight: normal;
  font-family: tahoma;
  padding: 10px 0 3px 0;
}

#footer{
  font-size: 11px;
  padding: 5px 5px;
  background: #f0f0f0;
}

.lad{
  float: left;

}


