body {
	background-color: #fee8c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
	
a {
	font-size: 12px;
	color: #732D09;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #732D09;
}
a:hover {
	text-decoration: none;
	color: #E97403;
}
a:active {
	text-decoration: none;
	color: #732D09;
}


.header1{
	color:yellow;
	font-size:10px;
	text-align:right;
	float:left;
	background-image: url(../images/1.jpg);
	width:780px;
	height:200px;
}

.header1_info{
	margin:7px 30px 0px 0px;
}

.header2{
	float:left;
	background-image: url(../images/2.jpg);
	width:26px;
	height:200px;
}

.header{
	width:100%;
	height:200px;
	background-image: url(../images/bg3.jpg);
	background-repeat:repeat-x;	
}

.headMenu{
	width:778px;
	float:left;	

}


.menuList{
	margin:20px 0px 20px 0px;
	padding-left:0px;
	text-align:center;
	list-style:none;

}

.menuList li{
	display:inline;
	margin:0px 8px 0px 8px;
}

.contenerRight{
	background-image: url(../images/bg5.jpg);
	background-repeat:repeat-y;		
	width:26px;
	height:100%;
}

.contenerRight2{
	background-image: url(../images/bg6.jpg);
	width:100%;
	height:100%;
}


.content table{
	margin:0px 20px 20px 20px;
	color: rgb(115, 45, 9);
	font-size: 7.5pt;
}

.content{
	margin:0px 20px 20px 20px;
	color: rgb(115, 45, 9);
	font-size: 7.5pt;
}

.content a{
	font-size: 7.5pt;
}


.numercja_stron{
}

.numercja_stron span{
}

.numercja_stron a{
	text-decoration:none;
	padding:2px;
}

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

.news_archiwum{
	margin-bottom:10px;
	text-align:left;
}

.news_archiwum a{
	font-weight:bold;
	color:#808F00;
	text-decoration:none;
}

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

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


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

.news_site_title{
	font-weight:bold;
}

.news_stext{
	margin-top:5px;
	margin-bottom:5px;
	
}


.news_site_title a{
	text-decoration:none;
}

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

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

}

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

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



.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;
}

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

#news1 { 
	background:#FFE57F;
	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:#793D01;
}
#mainNews li {
	color:#793D01;
	margin:2px;
	margin-top:7px;
	margin-bottom:7px;
}

.formularz_title{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}

.formularz_form{
	margin:30px;
}

.formularz_star {
	color:#FF0000;
	fotn-weight:bold;
}

.formularz_field{
		margin-top:5px;
}

.formularz_submit{
	margin-top:10px;
	text-align:center;
}

.formularz_field_textarea{
		margin-top:5px;
}

.formularz_field input {
	width:200px;
}

.formularz_field_input_err{
	background-color:#FCEDED;
	border:1px solid #FF0000;
}

.formularz_field_msg_err{
	font-size:10px;	
	margin-left:150px;
}

.formularz_label{
	margin-top:5px;
	font-size:11px;
	float:left;
	color:#333333;
	width:150px;
}


.msg-error, .msg-info, .msg-ok {
	background-color:white;
	background-position:1px 5px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
	font-weight:normal;
	margin:10px 15px;
	padding:10px 5px 10px 33px;
}
.msg-info {
	background-image:url(/images/msg-info.png);
	border:1px solid #405A80;
	color:#405A80;
}