@charset "utf-8";
@import url(tabelite_stiilid.css);
@charset "utf-8";
/* Roneline Energia  CSS Document */
body{	
	font-family: arial;
	font-size: 12px;
	text-align: center;
}
img{
	border: 0;	
}
h1{
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #34b133;	
}
h2{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #34b133;	
}
#topframe{
	width:1000px;
	height:20px;
	margin: auto;
	background: url('../gfx/bg_top.jpg') no-repeat;
}
#middleframe{
	width: 1000px;
	margin: auto;
	background: url('../gfx/bg_middle.jpg') repeat-y;
}
#bottomframe{
	width:1000px;
	height:20px;
	margin: auto;
	background: url('../gfx/bg_bottom.jpg') no-repeat;
}
#bottom_info{
	width: 980px;
	margin: auto;
	color: #929596;
	text-align: right;	
}
#bottom_info a{
	color: #929596;
	text-decoration: none;
}
#wrapper{
	position: relative;
	top: -10px;
	width: 980px;
	margin: 0 0 0 10px;
}
/**
*
*	Top bar (first green stripe)
*
*/
#top_bar{
	width: 980px;
	height: 40px;
	background: #34b133;
}
#login{
	float: right;
	clear: right;	
	margin: 3px 10px 0 0;
}
/**
*
*	Header image (+language selection)
*
*/
#top_banner{
	width: 980px;
	height: 193px;
	background: url('../gfx/header.jpg');
}
#lang_selection{
	height: 23px;
	float: right;
	clear: right;
	background: #ffffff;
}
#lang_text2{
	margin: 5px 5px 5px 5px;	
}
#lang_text2 a{
	text-decoration: none;
	color: #34b133;
}
/**
*
*	First level menu
*
*/
#main_menu{
	margin: 0px 15px 0 0;
	background: #34b133;
}
#main{
	width: 980px;
	height: 37px;
	background: #34b133;
}
.main_btn{
	height: 37px;
	float: left;	
}
.main_active{
	background: #6dd715;
}
.btn_text {
	margin: 10px 13px 0 17px;	

}
.btn_text a{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#sitemap{
	margin: 0 0 0 0;
	float: right;	
}
#sitemap a{
	color: #ffffff;	
}
#search{
	margin: 5px 15px 0 15px;
	float: right;
}

#search_input{
	height: 20px;
	margin: -3px 0 0 0;
	border: 0;
}
/**
*
*	Second level menu
*
*/
#sub_menu{
	width: 980px;
	height: 37px;    
	font-size: 14px;
	background: #6dd715;
}
#sub_spacer{
	width: 10px;
	height: 10px;
	float: left;	
}
.sub_btn{
	height: 32px;
	margin: 5px 0 0 0;
	float: left;
}
.sub_btn a{
	color: #ffffff;
	text-decoration: none;	
}
.sub_active{
	background: #ffffff;
}
.sub_active a{
	color: #34b133;	
}
.sub_text{
	margin: 7px 7px 0 7px;
}
/**
*
*	Main content (left)
*
*/
#content_left{
	width: 580px;
    padding: 30px 0 0 30px;
	/*margin: 30px 0 0 30px;*/
	float: left;
	text-align: left;	
}
/**
*
*	Ad content (right)
*
*/
#content_right{
	width: 312px;
	padding: 30px 0 0 30px;
	float: left;
	text-align: left;
}
#flash_banner{
	width: 312px;
	height: 220px;
	margin: 0 0 7px 0;	
}
#energia_logo{
	width: 130px;
	vertical-align: top;	
}
#content_right a{
	color: #6dd715;
	text-decoration: none;	
}

.clear{
	clear: both;
}

