/* -----------------------------------------------------------------------

 CSS 
 http://www.artneo.pl
 
   * autor: Dominik Zak (dominik@artneo.pl)

----------------------------------------------------------------------- */


/*png fix
------------------------------------*/
img, div { behavior: url(js/iepngfix.htc);}

/*css reset
------------------------------------*/
div, dl, dt, dd, p, pre, code, del,fieldset, legend, blockquote, th, {margin: 0;padding: 0;}
div, p, h1, h2, h3, h4, h5, h6 {border: none;font-weight: normal;}
fieldset, img {border: 0;}

/*body
------------------------------------*/
body {font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align: center;background:url(../img/tlo.jpg) repeat-x #fff;color: #000000; margin:0; padding:0;}

/*strona
------------------------------------*/
#kontener {margin: 0 auto; padding: 0px; width: 969px;text-align: left;}
	#flash {position:relative;z-index:-2}
	#lewa {float:left; width:774px; margin:-20px 0;}
		#txt_up {background:url(../img/txt_up.png) no-repeat; height:51px; position:relative;}
			#naglowek {position:absolute; top:1px; left: 40px; color:#fff; letter-spacing:3px;}
		#txt_center {background:url(../img/txt_tlo.png) repeat-y; min-height:200px;}
			#txt_center_in {padding:5px 15px 5px 48px; width: 700px;}
		#txt_down {background:url(../img/txt_down.png) no-repeat; height: 40px;}
	#prawa {float:right;margin:-20px 0; width: 195px;}
		#kontakt_up {background:url(../img/kontakt_up.png) no-repeat; height:51px; position:relative;}
			#naglowek_kontakt {position:absolute; top:1px; left: 10px; color:#fff; letter-spacing:3px;}
		#kontakt_center {background:url(../img/kontakt_tlo.png) repeat-y; min-height:200px;}
			#kontakt_center_in {padding:5px 15px 5px 20px; width: 160px;}
		#kontakt_down {background:url(../img/kontakt_dol.png) no-repeat; height: 25px;}
#stopka {background: #4c4c4c ;height:50px;color: #fff; border-top: 1px solid #707070; clear:both; text-align:right; line-height:45px; padding:0 5px 0 0;}

/*linki
------------------------------------*/
a:link, a:visited, a:active {font-size: 12px; text-decoration: none; color:#22AD38; font-weight: bold;}
a:hover {text-decoration: underline; color:#22AD38;font-weight: bold;}

a:link.stopa, a:visited.stopa, a:active.stopa  {text-decoration: none; color:#fff; }
a:hover.stopa {text-decoration: underline;color:#fff}

/*dodatkowe
------------------------------------*/
ol {font: italic 1em Georgia, Times, serif;color: #999999;}
ol p {font: normal .8em Arial, Helvetica, sans-serif;color: #000000;}
.slideshow { height: 145px; width: 245px; }
.slideshow img { padding: 0; border: 1px solid #29B633; background-color: #eee; }


/*kontakt 
------------------------------------*/
textarea { background: #fff; border: 1px solid #bebebe; padding:4px 2px; height: 18px;width: 130px;font-size: 1em; font-family:Arial, Helvetica, sans-serif; color: #474747; 				vertical-align: middle; height:200px; width:250px; }
textarea:focus {border: 1px solid #4aa5d8;}
input {border: 1px solid #bebebe; padding:4px 2px; margin: 7px 0px; font-family:Arial, Helvetica, sans-serif; color: #474747;}
input:focus {border: 1px solid #4aa5d8;}
.input_submit {background: #000; border:none; height:27px; text-align:center;font-size: 1em; font-family:Arial, Helvetica, sans-serif; color: #fff;}
.input_submit:focus {border:none;}


