@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	}
	
#content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	}
	
img {
	border: none;
	}	


/* ----- gora strony ----- */


#ramka_top {
	background-image: url(img/ramka_gora.png);
	background-repeat: no-repeat;
	height: 45px;
	}
#tlo_flash {
	background-image: url(img/bg_PZ.png);
	background-repeat: repeat-y;
	height: 349px;
	text-align: center;
	}
#flash {
	z-index: 1;
	height: 349px;
	text-align: center;
	padding-top: 11px;
	padding-left: 10px;
	position: absolute;
	}
	
/* ----- srodek strony tresc wlasciwa ----- */

#tresc {
	background-image: url(img/bg_PZ.png);
	background-repeat: repeat-y;
	min-height: 400px;
	}
	
#lewa {
	width: 235px;
	padding-left: 20px;
	padding-top: 30px;
	float: left;
	display: table;
	}

#prawa {
	padding-left: 30px;
	padding-top: 30px;
	display: table;
	}

#text p {
	line-height: 18px;
	text-indent: 20px;
	width: 575px
	}
	
#text_2 p img{
	line-height: 18px;
	text-indent: 0px;
	}
	
.link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover.link {
	color: #FFCC66;
	text-decoration: none;
	}
	
.pdf {
	font-size: 11px;
	}
#kolumna {
	width: 45%;
	display: table;
	line-height: 16px;
	padding: 30px 0px 0px 10px;
	}
#galeria img {
	padding: 15px 0px 0px 0px;
	float: left;
	}

#footer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	display: table;
	}
	
#gradient {
	background-image: url(img/bg_PZ_dol.png);
	background-repeat: no-repeat;
	min-height: 91px;
	padding-bottom: 20px;
	}
#stopka_l {
	background-image: url(img/s_l.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 52px;
	float: left;
	margin-left: 10px;
	}
#stopka_s {
	width: 887px;
	height: 50px;
	float: left;
	display: table;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	}
#sl {
	display: table;
	float: left;
	padding: 18px 0px 0px 20px;
	}
.stopka {
	color: #666666;
	text-decoration: none;
	}	
a:hover.stopka {
	text-decoration: none;
	color: #999999;
}
#sp {
	float: right;
	display: table;
	text-align: right;
	padding: 18px 20px 0px 0px;
	color: #666666;
	}	
#stopka_p {
	background-image: url(img/s_p.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 52px;
	float: left;
	}
	
/* ------ FORMULARZ KONTAKTOWY ------ */

#col {
	width: 49 %;
	padding-right: 20px;
	}
label {
	color: #CCCCCC;
	padding-top: 20px;
	}
input {
	background-color: #333333;
	border: 1px solid #666666;
	width: 250px;
	height: 16px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #CCCCCC;
	font-size: 11px;
	padding-top: 4px;
	margin-top: 3px;
	margin-bottom: 12px;
}
input:focus {
	border: 1px solid #993300;
	
}
.red {
	font-size: 9px;
	color: #993300;
}

textarea {
	width: 522px;
	background-color: #333333;
	border: 1px solid #666666;
	height: 150px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #CCCCCC;
	font-size: 11px;
	padding-top: 4px;
	margin-top: 3px;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea:focus {
	border: 1px solid #993300;	
}

#butt {
	padding-right: 53px;
}
#info {
	font-size: 9px;
}