BODY {font-family: Verdana, Helvetica, Sans-serif !important; background-color: #FFFFFF; margin: 0px; min-height:100%; height: 100%;}
HTML {height: 100%;}
IMG, TABLE {border: none;}

A {
	color: #10296B;
	text-decoration: none;
}
	
A:HOVER {
	text-decoration: underline;
}

TD {
	vertical-align: top; 
	font-size: 10pt;
}

EM {
	font-style: italic;
}

.bg_t_l_x {background-position: top left; background-repeat: repeat-x;}
.bg_t_l_y {background-position: top left; background-repeat: repeat-y;}
.bg_t_r_y {background-position: top right; background-repeat: repeat-y;}
.bg_t_l {background-position: top left; background-repeat: no-repeat;}
.bg_t_r {background-position: top right; background-repeat: no-repeat;}
.bg_t_c {background-position: top center; background-repeat: no-repeat;}
.bg_b_l_x {background-position: bottom left; background-repeat: repeat-x;}
.bg_b_l {background-position: bottom left; background-repeat: no-repeat;}
.bg_c_c {background-position: center center; background-repeat: no-repeat;}

#top {
	position: absolute;
	background-image: url('img/topbg1_on.gif');
	background-position: top left;
	background-repeat: repeat-x;
	top: 0;
	height: 244px;
	width: 100%;
	clear: left;
}

#langmenu {
	position: absolute;
	top: 244px;
	left: 30px;
	height: 25px;
	z-index: 100;
}

#langmenu A {
	color: white;
	font-size: 11px;
	padding-bottom: 5px;
}

#topmenu {
	position: absolute;
	background-image: url('img/topbg2_on.gif');
	background-position: top left;
	background-repeat: repeat-x;
	top: 244px;
	width: 100%;
	height: 25px;
}

#topmenur {
	text-align: right;
	float: right;
	background-image: url('img/btnbg_on.gif');
	background-repeat: repeat-x;
}

#topmenuitem {
	/* Chto-to tut propustil */
	height: 25px;
	float: left;
	padding: 0 10px 10px 0px;
}

#topmenuitem A {
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.earth {
	position: absolute;
	top: 0;
	left: 30%;
}

.onoff {
	position: absolute;
	top: 15px;
	left: 154px;
}

.onoff IMG {
	cursor: pointer;
}

.lamp {
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	position: absolute;
	top: 103px;
	left: 123px;
}

#mheader, #mheader1, #mitem {
	color: #0B3580;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 10px 3px 10px;
	border-bottom: 2px solid #D6D6D6;
	padding-left: 10px;
}

#mheader1 {
	border: none;
}

#mitem {
	margin-top: 0;
	border: none;
	font-weight: normal;
}

.botmenu {
	background-color: #EFEFEF;
	margin-bottom: 3px;
}

.botmenu A {
	color: #798489;
	padding-right: 5px;
}

/* .rightbar {
	position: absolute;
	right: 0;
	top: 269px;
	width: 230px;
	margin-left: 10px;
} */

.navsite {
	margin: 10px 0 10px 0;
}

.navsite A {
	margin-right: 3px;
}

.navnews {
	background-image: url('img/nav_news.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
	padding-left: 50px;
	height: 50px;
}

.navnews A {
	font-size: 12px;
}

.navnews DIV {
	padding-top: 0;
	margin: 1px 0 0 0;
}

.banner {
	margin: 0 0 10px 3px;
}

.energynews, .mainnews, .partners {
	font-size: 12px;
	color: #0B3580;
	margin: 5px 10px 0 3px;
}

.partners {
	margin-top: 10px;
}

.line {
	border-top: 1px dotted red;
	margin: 0 10px 0 10px;
	/* clear: left; vilezaet za left menu*/
}

.mainnews, .newitems {
	font-size: 14px;
	padding: 0 20px 10px 20px;
}

.energynews A, .mainnews A {
	color: #0B3580;
}

.energynews P, .mainnews P {
	margin: 3px 0 0 0;
	text-align: justify;
	line-height: 1.3;
}

.energynews H3, .mainnews H3, .newitems H3 {
	color: #ED1C24;
	margin: 0 0 3px 0;
}

.newitems P {
	color: #0B3580;
	margin: 0;
}

.leftnew {
	dborder-bottom: 1px dotted red;
	border-right: 1px dotted red;
	width: 50%;
	text-align: center;
	float: left;
}

.rightnew {
	border-bottom: 1px dotted red;
	text-align: center;
}

* #content {
	width: 99%;
}

#content A {
	text-decoration: underline;
}

#content A:HOVER {
	color: #ED1C24;
}

#content TABLE {
	border: 1px solid #909090;
}

#content TD {
	color: #0B3580;
	border: 1px solid #909090;
	padding: 0 2px 0 2px;
}

/*3K*/

/* commented backslash hack v2 \*/ 
html{height:100%;} 
/* end hack */ 

#outer{
	min-height:100%;
	position:relative;
	/* margin-top: 269px; */
}
 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/

/* #header{
	height:70px;
	background:#FF0000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
} */

#left {
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	z-index:100;
}
* html #left {margin-right:-3px;}/*fix gap in ie next to float - 3 pix jog*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:230px;
	float:right;
}
* html #right {margin-left:-3px;}/*fix gap in ie next to float - 3 pix jog*/

#footer {
	/* margin-top:-82px; */
	clear:both;
	height:50px;
	text-align:center;
	font-size: 12px;
}
* html #footer {/*only ie gets this style*/
	height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	position:relative;
	z-index:1;
	/*padding-bottom:52px;make room for footer*/
	margin-left:220px;
	margin-right:230px
}

/* mac hide\*/
* html #centrecontent {height:1%;margin-left:127px;margin-right:127px}/* combat IE's 3 pixel jog */
/* end hide */

html>body  #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both
}

#cat_img {
	float: left;
	border: 1px solid #E0E0E0;
	padding: 3px;
	margin: 8px 5px 3px 0;
}

.feedback TD {
	padding-right: 5px;
	padding-bottom: 5px;
}

.feedback INPUT, .feedback TEXTAREA {
	border: 1px solid  #0B3580;
}

.feedback #submit {
	width: 100%;
}

.required {
	color: #990000;
	font-size: 80%;
	vertical-align: super;
}

.error {
	color: #990000;
	text-align: center;
}

.success {
	color: #0B3580;
	font-weight: bold;
	text-align: center;
}

