/*copyright (C) 2009 artneo.pl*/


/*PNG FIX
------------------------------------*/
img, div { behavior: url(js/iepngfix.htc) }
/*RESET CSS-ÓW
------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
margin: 0; padding: 0;
}
/*BODY
------------------------------------*/
body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; margin: 0px; padding: 0px;background:url(../img/tlo.jpg) repeat-x;background-color: #A79372;color: #f2f2f2;
}
/*KONTENER
------------------------------------*/
#kontener {margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding: 0px; width: 957px;text-align: left;}
/*DIV-Y TOP 
------------------------------------*/
#naglowek {background: url(../img/top.jpg) no-repeat; width:957px; height:276px; }
#txt {background: #5e6165; height:537px;}
	#lewa {float: left;background: #5e6165; width: 688px;} 
		#lewa_in {padding: 10px;}
		 ul {list-style:none;padding:4px;}
	#prawa {float: right; background: url(../img/tlo_prawa.jpg) no-repeat #5e6165; width:269px; height: 537px; color:#e4d7d7;}
		#prawa_in {padding: 69px 38px 0px;}
	#txt_dol {background:url(../img/txt_dol.jpg) no-repeat; widht:957px; height:18px; clear:both; }
	
/*LINKI
------------------------------------*/
a:link {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:#f5ab0b; font-size: 12px; }
a:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:#f5ab0b; font-size: 12px;}
a:hover {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color:#f5ab0b; font-size: 12px;}
a:active {font-family: Arial, Helvetica, sans-serif;text-decoration: none; color:#f5ab0b;font-size: 12px;
}
/*LINKI STOPA
------------------------------------*/
a:link.stopa {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color:#5e6165; font-size: 12px;}
a:visited.stopa {font-family: Arial, Helvetica, sans-serif; text-decoration: none;color:#5e6165; font-size: 12px;}
a:hover.stopa {font-family: Arial, Helvetica, sans-serif; text-decoration: underline;color:#5e6165;font-size: 12px;}
a:active.stopa {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:#5e6165;font-size: 12px;}
/*STOPKA
------------------------------------*/
#stopka {background:url(../img/stopka.jpg) no-repeat center; height:100px;color: #5e6165;
}
/*KONTAKT
------------------------------------*/
input {
	background-color: #999999; 
	color: #000;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #FF0000;
	width:200px;
}
textarea {
	background-color: #ffffff; 
	color: #000;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #FF0000;
	width:200px;
}
input.wyslij:focus {
	border: 2px solid #000;
}
