html, body {
	background-color: #fdff71;
	color: #000;
	margin: 0;
	padding: 0;
	/*overflow: hidden; */
	text-align: center;
}

#container {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}

#logo {
	background: url("gfx/logo.png") no-repeat;
	width: 980px;
	height: 195px;
}

#logo2 {
	background: url("gfx/logo2.png") no-repeat;
	width: 245px;
	height: 42px;
	float: left;
}

#shadow_menu {
	background: url("gfx/shadow.png") repeat;
	width: 12px;
	height: 42px;
	float: right;
}

#menu_bkg {
	margin: 0;
	padding: 0;
	background: url("gfx/menu.png") repeat;
	width: 723px;
	height: 42px;
	float: right;
}

#body {
    width: 945px;
	background: #fff url("gfx/shadow2.png") repeat-y right;
	border-left: 2px solid #000;
	border-right: 0px;
	float: right;
	overflow: hidden;
}

#footer{
	clear: both;
	width: 948px;
	height: 45px;
	background: url("gfx/footer.png") no-repeat;
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 30px;
	color: #d0ce06;
	
}

ul.menu, ul.menu li.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	float: right;
	border: 1px solid #000;
}

ul.menu li.menu {
	float: left;
}

ul.menu a:link, ul.menu a:visited {
	text-decoration: none;
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	background: url("gfx/menu.png") repeat-x center;
	color: #7b3a06;
	padding: 12px 20px;
	border-right: 1px solid #000;
}

ul.menu li.menu a:hover {
	background-color: #d70f0e; 
	background-image: url("gfx/menu_active.png");
	color: #d0ce06;
	text-shadow: 0.2em 0.2em 0.2em #666;
	filter: DropShadow(Color=#666, OffX=0.2em, OffY=0.2em, Positive=1);
}

#quick_address{
	width: 230px;
	float: left; 
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 30px;
}

#qadr_box_header{
	background: #00740b url("gfx/qadr_header.png") no-repeat;
	width: 210px;
	height: 23px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #d0ce06;
	padding-top: 7px;
	padding-left: 20px;
	text-align: left;
}

#qadr_box_footer{
	background: #00740b url("gfx/qadr_footer.png") no-repeat;
	width: 230px;
	height: 14px;
}

#qadr_text{
	width: 198px;
	background-color: #fff;
	border-left: 1px solid #00740b;
	border-right: 1px solid #00740b;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 10px 15px 5px 15px;
	line-height: 16px;
}

#foo_box{
	width: 230px; 
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 15px;
	clear: left;
	float: left;
}

#foo_text{
	width: 210px;
	background-color: #fff; 
	border-left: 1px solid #00740b;
	border-right: 1px solid #00740b;
	color: #000;
	text-align: center;
	padding: 10px 9px 5px 9px;
}

#foo_box_header{
	background: #00740b url("gfx/qadr_header.png") no-repeat;
	width: 210px;
	height: 23px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #d0ce06;
	padding-top: 7px;
	padding-left: 20px;
	text-align: left;
}

#foo_box_footer{
	background: #00740b url("gfx/qadr_footer.png") no-repeat;
	width: 230px;
	height: 14px;
}

.important_news{
	width: 600px;
	float: right;
	margin: 10px 50px 15px 0px;
}

.imptnews_box_header{
	background: url("gfx/imptnews_header.png") no-repeat;
	width: 580px;
	height: 23px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #d0ce06;
	padding-top: 7px;
	padding-left: 20px;
	text-align: center;
}

.imptnews_box_footer{
	background: #d40000 url("gfx/imptnews_footer.png") no-repeat;
	width: 600px;
	height: 14px;
}

.imptnews_text{
	width: 568px;
	background-color: #fdff71;
	border-left: 1px solid #d40000;
	border-right: 1px solid #d40000;
	text-decoration: blink;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #d40000;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	padding: 10px 15px 5px 15px;
}

a.imptnews:link,a.imptnews:visited{
	color: #00740b;
	text-decoration: none;
}

a.imptnews:hover{
	color:#d40000;
	text-decoration: underline;
}

div.box{
	width:600px;
	float:right;
	margin: 30px 50px 15px 0px;
}

div.box_header{
	background: #00740b url("gfx/box_header.png") no-repeat;
	width: 580px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #d0ce06;
	padding-top: 7px;
	padding-left: 20px;
	text-align: left;
}

div.box_footer{
	background: #00740b url("gfx/box_footer.png") no-repeat;
	width: 600px;
	height: 14px;
}

div.box_text{
	width: 568px;
	background-color: #fff;
	border-left: 1px solid #00740b;
	border-right: 1px solid #00740b;
	padding: 20px 15px 20px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

h1.news{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #00740b;
	margin: 0px;
}

h2.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0px;
}

hr{
	width: 50%;
	color: #00740b;
	margin-bottom: 20px;
	margin-top: 20px;
}

ul.sub{
	list-style-image: url("gfx/marker.gif");
}

table.zarzad{
	width: 100%;
	table-layout: auto;
	border: 0;
	border-spacing: 3px;
	
}

/*
a:link,a:visited{
	color: #00740b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #d40000;
	text-decoration: underline;
}
*/