body {
	margin:0px;
	background-image: url(../images/bg1.jpg);
}

.banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

.header1{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	float:left;
}

.header1_info{
	margin:25px 30px 0px 15px;
}

.menu{
	text-align:left;
	margin:5px;
}

.el_menu{
	padding-top:5px;
}

.el_menu a{
	color:#004600;
	font-weight:bold;
	text-decoration:none;
}


a:hover{
	color:#990000;
	text-decoration:underline;
}

.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding:15px;
	font-size: 10px;
	color: #004600;	
	
}

.content a:link {
	color: #004600;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.content a:visited {
	text-decoration: none;
	color: #004600;
	font-style: normal;
	font-weight: bold;
}

.content a:hover {
	text-decoration: none;
	color: #990000;
	font-style: normal;
	font-weight: bold;
}

.content a:active {
	text-decoration: none;
	color: #004600;
	font-style: normal;
	font-weight: bold;
}

.news_site{
	text-align:left;
	border-bottom:2px dotted #D5D8BA;
	margin-bottom:8px;
	color:#5e5c4f;	
}

.news_site_title{
	font-weight:bold;
}

.news_site_title a{
	text-decoration:none;
	color:#AF7F00;
}

.news_site_title a:hover{
	text-decoration:underline;
}

.news_site_data{
	text-align:right;
	color:silver;
}

.news_stext p{
	margin:3px;
	margin-left:0px;
}

.news_site_data a{
	font-weight:bold;
	text-decoration:none;
}


.news_site_data a:hover{
	text-decoration:underline;
}

.news_sector_title{
	margin-bottom:10px;
	font-weight:bold;
	font-size:13px;
}

.numercja_stron{
	color:#777777;
}

.numercja_stron span{
	color:#000000;
}

.numercja_stron a{
	text-decoration:none;
	color:#808F00;
	padding:2px;
}

.numercja_stron a:hover{
	text-decoration:underline;
}

#news { 
	float:right; 
	width:230px; 
	background:#EBF0D9;
}

#news1 { 
	background:#BECF81;
	margin:10px;
	margin-top:0px;
	margin-right:0px;
	padding:5px;
	border-color:#70813B;
	border-style:dotted;
	border-width:1px;	
}

#news_title{
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

#mainNews {
color:#777777;
margin:0pt !important;
padding-bottom:10px;
padding-left:20px !important;
padding-right:10px;
padding-top:10px;
}


#mainNews span {
	color:silver;
}
#mainNews li {
	list-style-type:square;
	margin:2px;
	margin-top:7px;
	margin-bottom:7px;
}

.news_page{
	text-align:left;
}

.news_page_title{
	color:#808F00;
	font-weight:bold;
	font-size:12px;
}

.news_page_date{
	color:silver;
	margin-bottom:10px;
}

.news_page_stext{
	color:#5e5c4f;	
	margin-bottom:5px;
	font-weight:bold;
}

.newsletter{
	margin: 25px 0px 15px 0px;
	color:#004600;

}

.msg-error,.msg-info,.msg-ok,.msg-confirm{
 text-align:left;

 display:block;
 margin:0 auto;padding:10px;margin-left:15px;margin-right:15px;margin-top:10px;margin-bottom:10px;
 border:solid 1px red;
 color:red;
 background-color:white;
 font-size:14px;
 font-family:Tahoma,Arial;
 font-weight:normal;
 padding-top:10px;padding-bottom:10px;padding-left:40px;padding-right:5px;
 background-position:+1px +5px;
 background-repeat:no-repeat;
}

.msg-error{

 background-image:url(/images/msg-error.png);
}
.msg-info{
 border:solid 1px rgb(64,90,128);
 color:rgb(64,90,128);
 background-image:url(/images/msg-info.png);
}
.msg-ok{
 border:solid 1px green;
 color:green;
 background-image:url(/images/msg-ok.png);
}
.msg-confirm{
 border:solid 1px orange;
 color:orange;
 background-image:url(/images/msg-confirm.png);
}

.class_submit{
	cursor:pointer;
	border:1px solid green;
	color:green;
	
}
