BODY {
	padding-top: 0px; 
	text-align: left;
	margin-top: 0px;
	background-image: url(../Grafika/Tlo/TloGrafika.gif);
	//background-color: #7f2904;
}

#Naglowek {
	height: 272px;
	background-image: url(../Grafika/Strona/TloNaglowek.gif);
}

#TloSrodek{
	background-image: url(../Grafika/Strona/TloSrodek.gif);

}

#Srodek {
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #381101; 
	font-family: Verdana;
	background-image: url(../Grafika/Strona/DolneTlo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Srodek a{
	color: #381101; 
	font-weight: bold;
	text-decoration: none; 
}

#Srodek a:hover{
	font-weight: bold;
	color: white;
}


#Stopka {
    float: left;
    width: 615px;
	font-size: 10px;
	color: white; 
	font-family: Verdana;
	height:	32px;
	padding-left: 35px;
	padding-top: 55px;
	background-image: url(../Grafika/Strona/StopkaTlo.gif);
}

#Stopka a{
	color: white;
	text-decoration: none; 
}

#Stopka a:hover{
	color: yellow;
}

/*--------------------------------------------------------------
						ustawienie obrazka
--------------------------------------------------------------*/

img.Obraz {
	position: relative; left: 35px;
	padding-left:	15px;
	padding-right: 	15px;
	padding-top: 	5px;
	padding-bottom: 5px;
}


/*--------------------------------------------------------------
						ustawienie pól email
--------------------------------------------------------------*/


input.Pola {
	border: 			#7a2500 1px solid; 
	padding-left:		5px;
	font-size: 			10px; 
	background-color: 	#a43301; 
	color: 				white; 
	font-family: 		Verdana; 
	height: 			20px;
	margin-left:		10px;
}

textarea.Obszar { 
	border: 							#7a2500 1px solid; 
	font-size: 							10px; 
	font-family: 						Verdana; 
	color: 								white;
	padding-left:						5px; 
	scrollbar-arrow-color: 				#205070; 
	scrollbar-base-color: 				red;
	scrollbar-dark-shadow-color: 		#eaeef4;
	scrollbar-face-color: 				#eaeef4;
	scrollbar-shadow-color: 			#a43301;
	background-color: 					#a43301;
	margin-left:						10px; 
}



/*--------------------------------------------------------------
						przyciski na stopce
--------------------------------------------------------------*/

#Wstecz .menu
{
    display: 		block;
    list-style: 	none;
    margin: 		0;
    padding:		0;
}

#Wstecz 
{
    float: right;
}

#Wstecz .rzecz {
	background:transparent url(../Grafika/Strona/Wstecz1.gif) no-repeat scroll left top;
	cursor:pointer;
	display:block;
	height:88px;
	overflow:hidden;
	width:42px;
	vertical-align: top;
}

#Wstecz .rzecz:hover {
	background-position:0pt -88px;
	vertical-align: top;
}

#Wstecz {
	background-image: url(../Grafika/Strona/Wstecz2.gif);
	width: 42px;
	height: 88px;
	display: inline;
	float:left;
	display: block;
}



#DoGory .menu
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#DoGory 
{
    float: right;
}

#DoGory .rzecz {
	background:transparent url(../Grafika/Strona/DoGory1.gif) no-repeat scroll left top;
	cursor:pointer;
	display:block;
	height:88px;
	overflow:hidden;
	width:88px;
	vertical-align: top;
}

#DoGory .rzecz:hover {
	background-position:0pt -88px;
	vertical-align: top;
}



#DoGory {
	background-image: url(../Grafika/Strona/DoGory2.gif);
	width: 88px;
	height: 88px;
    display: inline;
    float:left;
	display: block;
}
