*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
html, body{
	height:100%;
}
body{
	background:#fff url(gfx/topbg.jpg) repeat-x left top;
}
#top{
	width:920px;
	height:273px;
	margin:0 auto;
}
#top .top{
	width:900px;
	height:20px;
	padding-top:10px;
	padding-left:20px;
	background:url(gfx/top.jpg) no-repeat left top;
	font-size:11px;
	color:#fff;
	line-height:20px;
	vertical-align:middle;
}
#middle{
	width:920px;
	margin:0 auto;
	background:url(gfx/middlerbg.jpg) repeat-y;
	overflow:auto;
}
#middle .middlecontent{
	width:920px;
	background:url(gfx/middlebg.jpg) no-repeat;
	overflow:auto;
	
}
#bottom{
	width:920px;
	height:80px;
	margin:0 auto;
	margin-bottom:40px;
	background:url(gfx/bottom.jpg) no-repeat;
}
#footer{
	width:100%;
	height:150px;
	background:url(gfx/footerbg.jpg) repeat-x;
}
#middle .middlecontent .mainmenu{
	width:155px;
	margin-left:35px;
	display:inline;
	float:left;
}
#middle .middlecontent .pagecontent{
	width:650px;
	margin-left:20px;
	float:left;
	display:inline;
}
.mainmenu ul, .mainmenu ul li{
	display:block;
}
.mainmenu ul .item{
	height:25px;
	border-bottom:#f3f2f1 1px solid;
}
.mainmenu ul .item a{
	display:block;
	text-decoration:none;
	line-height:25px;
	vertical-align:middle;
	color:#afa79f;
	font-size:12px;
}
.mainmenu ul .item a:hover{
	color:#719500;
}
.mainmenu .submenu{
	margin-left:15px;
	display:block;
}
.pagecontent h1{
	font-size:14px;
	font-weight:bold;
	color:#719500;
	margin:10px;
	line-height:25px;
	vertical-align:middle;
	margin-left:20px;
}

.news{
	margin-left:20px;
	margin-right:20px;
	color:#685c53;
	line-height:18px;
	margin-bottom:20px;
}
.news h2{
	font-size:12px;
	font-weight:bold;
	color:#719500;
	height:20px;
	background:url(gfx/newsheader.jpg) no-repeat left bottom;
}
.news h3{
	color:#afa79f;
	font-weight:normal;
	margin-bottom:10px;
}
.news .readmore{
	display:block;
	text-align:right;
	color:#685c53;
	text-decoration:none;
}
.news .readmore:hover{
	color:#719500;
}

.tabelka tr td{
	border:#666666 1px solid;
	padding:3px;
}
#footer .footer{
	width:900px;
	margin:0 auto;
	background:url(gfx/footer.jpg) no-repeat;
	height:40px;
	padding-top:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#footer .footer a{
	color:#fff;
	text-decoration:none;
}
#footer .footer a:hover{
	text-decoration:underline;
}