@charset "utf-8";
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:120px;
} 

.headerleft {
	float: left;
	width: 370px;
	height: 78px;
	color: #FFF;
	padding: 0 0 0 0;
}
.headerright {
	width: 500px;
	float: right;
	padding: 0 0 0 0;
}

img{
	border-width: 0px;
}
td.hpsites{color:white;background:black;height:47px; text-align: center;font:Bold 16px Georgia,Verdana,Arial,Helvetica,sans-serif}
td.hpsites a:link,td.hpsites a:visited{color:white;background:black;text-decoration: none;display: block;}
td.hpsites a:hover{color:red;text-decoration: none;display: block;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	font-size: 12px;
} 
#footer {
	clear: both;
	float: right;
	height: 7.5em;
	margin: 1.0em 0em 1.0em 0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(150,150,150);
	border-bottom: solid 0.1em rgb(150,150,100);	
	background-color: #ffffff;
	text-align: center;
	color: rgb(100,100,100);
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headermenu {
	clear: both;
	margin: 0 0 1.5em 0em;
	background-color: rgb(255,255,255);	
	line-height: 1.5em;
	height: 1.5em;
	color: rgb(255,255,255);
}
#headermenu ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: .85em;
}	

#headermenu li {
	float: right;
	white-space: nowrap;
}

#headermenu li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em;
	border-left: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);	
	background-color: rgb(255,255,255);	
	text-decoration: none;
	color: rgb(50,50,50);
}

#headermenu li a:hover {
	display: block;
	padding: 0em 1.0em 0em 1.0em;
	border-left: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);	
	background-color: rgb(50,50,50);
	text-decoration: none;
	color: rgb(255,255,255);	
}
#headermenu .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);		
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}

#right-column {
	width: 168px;
	float: right;
	background-color: rgb(255,255,255);
	font-size: 1.0em;
	color: #336600;
	margin:0 0 0 20px;
}

#right-column p {	
	width: 95%;
	padding: 7px 0 3px 0;
	margin: 0em;
	font-size: 1.4em;
	font-weight: bold;
}	


#right-column ul {	
	width: 95%;
	padding: 2px 0 0 0;
	margin: 0em;
	list-style: none;
}	

#right-column li {
	margin: 0em 0em 0em 0em;
}

#right-column li a {
	display: block;
	padding: 0.5em 0.7em 0.5em 0.7em;
	border-left: solid 0.2em #336600;
	border-right: solid 0.2em #336600;
	border-top: solid 0.1em #336600;
	border-bottom: solid 0.1em #336600;
	background-color: #e5e5e5;
	text-decoration: none;
	font-weight: bold;
	color: #336600;
	height: 1.3em;
}	

#right-column li.top a {
	display: block;
	padding: 0.5em 0.7em 0.5em 0.7em;
	border-left: solid 0.2em #e5e5e5;
	border-right: solid 0.2em #e5e5e5;
	border-top: solid 0.1em #e5e5e5;
	border-bottom: solid 0.1em #e5e5e5;
	background-color: #336600;
	text-decoration: none;
	font-weight: bold;
	color: #e5e5e5;
	height: 1.3em;
}	

#right-column li.top a:hover {
	border-left: solid 0.2em #e5e5e5;
	border-right: solid 0.2em #e5e5e5;
	background-color:  #e5e5e5;
	text-decoration: none;
	color: #336600;
}

#right-column a:hover {
	border-left: solid 0.2em #336600;
	border-right: solid 0.2em #336600;
	background-color:  #336600;
	text-decoration: none;
	color: white;
}

#right-column .selected {
	display: block;
	padding: 0.5em 0.7em 0.5em 1.2em;
	border-left: solid 0.2em rgb(175,175,175);
	border-top: solid 0.1em rgb(200,200,200);
	background-color: rgb(220,220,220);
	font-weight: normal;
	color: rgb(50,50,50);
}

#right-column .left-navheader-first {
	display: block;
	margin: 0em 0em 1.0em 0em;
	padding: 0.3em 0.7em 0.3em 0.9em;
	border-left: solid 0em rgb(255,210,113);
	background-color: rgb(220,220,220);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(50,50,50);
}

#right-column .left-navheader {
	display: block;
	margin: 1.0em 0em 0em 0em;
	padding: 0.3em 0.7em 0.2em 0.4em;
	border-left: solid 0.5em rgb(235,235,235);
	background-color: rgb(220,220,220);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(50,50,50);
}
#left-column {
	width: 168px;
	float: left;
	background-color: rgb(255,255,255);
	font-size: 1.0em;
	color: #336600;
	margin:0 0 0 20px;
}

#left-column p {	
	width: 95%;
	padding: 7px 0 3px 0;
	margin: 0em;
	font-size: 1.4em;
	font-weight: bold;
}	


#left-column ul {	
	width: 95%;
	padding: 2px 0 0 0;
	margin: 0em;
	list-style: none;
}	

#left-column li {
	margin: 0em 0em 0em 0em;
}

#left-column li a {
	display: block;
	padding: 0.5em 0.7em 0.5em 0.7em;
	border-left: solid 0.2em #336600;
	border-right: solid 0.2em #336600;
	border-top: solid 0.1em #336600;
	border-bottom: solid 0.1em #336600;
	background-color: #e5e5e5;
	text-decoration: none;
	font-weight: bold;
	color: #336600;
	height: 1.3em;
}	

#left-column li.top a {
	display: block;
	padding: 0.5em 0.7em 0.5em 0.7em;
	border-left: solid 0.2em #e5e5e5;
	border-right: solid 0.2em #e5e5e5;
	border-top: solid 0.1em #e5e5e5;
	border-bottom: solid 0.1em #e5e5e5;
	background-color: #336600;
	text-decoration: none;
	font-weight: bold;
	color: #e5e5e5;
	height: 1.3em;
}	

#left-column li.top a:hover {
	border-left: solid 0.2em #e5e5e5;
	border-right: solid 0.2em #e5e5e5;
	background-color:  #e5e5e5;
	text-decoration: none;
	color: #336600;
}

#left-column a:hover {
	border-left: solid 0.2em #336600;
	border-right: solid 0.2em #336600;
	background-color:  #336600;
	text-decoration: none;
	color: white;
}

#left-column .selected {
	display: block;
	padding: 0.5em 0.7em 0.5em 1.2em;
	border-left: solid 0.2em rgb(175,175,175);
	border-top: solid 0.1em rgb(200,200,200);
	background-color: rgb(220,220,220);
	font-weight: normal;
	color: rgb(50,50,50);
}

#left-column .left-navheader-first {
	display: block;
	margin: 0em 0em 1.0em 0em;
	padding: 0.3em 0.7em 0.3em 0.9em;
	border-left: solid 0em rgb(255,210,113);
	background-color: rgb(220,220,220);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(50,50,50);
}

#left-column .left-navheader {
	display: block;
	margin: 1.0em 0em 0em 0em;
	padding: 0.3em 0.7em 0.2em 0.4em;
	border-left: solid 0.5em rgb(235,235,235);
	background-color: rgb(220,220,220);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(50,50,50);
}
.middle-column-left {
	float: left;
}

.middle-column-right {
	float: right;
}
.desna_rubrika {float: left; width: 430px; margin: 0 0 10px 0; padding: 5px 5px 20px 10px; border-left: 1px solid #DDD; color: #5D5D5D; line-height: 1.5em;}
.desna_rubrika p {margin: 0px; font-size: 11px; font-family: Georgia;}
.desna_rubrika a {display: block; padding-bottom: 4px; margin-bottom: 2px; border-bottom: 1px dotted #ccc; text-decoration: none;color:navy}
.desna_rubrika a:hover{color: red;}
.middle-column-box-title-grey {
	clear: both;
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.3em;
	background-color: rgb(220,220,220);
	font-weight: bold;
	color: rgb(50,50,50);
	font-size:12px;
}
.searchtitle {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.sublist ul {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sublist ul li{
	font: 10pt Georgia,sans-serif;
	margin: 5px 0 0 5px;
	padding: 0;
	text-align: left;
}
th{
	background: #000080;
	border: 1px Solid ThreeDShadow;
	color: #FFFFFF;
	font: Bold 16px Georgia,Verdana,Arial,Helvetica,sans-serif;
}

th a{
	background: #000080;
	color: #FFFFFF;
	display: block;
	padding: 4px;
	text-decoration: none;
}

th a:link,th a:visited{
	background: #000080;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
th.imgh{padding:0;margin:0;border:1px Solid ThreeDShadow;color:#FFFFFF;background:#000080;font:Bold 14px Georgia,Verdana,Arial,Helvetica,sans-serif}
.tlistg{color:#000000;background:#ECECE4}
.tlist{color:#000000;background:#FFFFFF}
.cen{text-align: center}
td a{color: #0000CC;}



h3{
	font-size: 16px Verdana,Arial,Helvetica,sans-serif;;
}

h4{
	font: Bold 14px Verdana,Arial,Helvetica,sans-serif;
}

