.menu { font-family: Arial, Helvetica; font-size: 12px; color: #ffffff;} /* czcionka w menu */
.text { font-family: Arial, Helvetica; font-size: 14px; color: #334A36;} /* teksty na stronie */
.textb { font-family: Arial, Helvetica; font-size: 13px; color: #334A36; font-weight: bold;} /* pogrubione teksty na stronie */
.nawigacja { font-family: Arial, Helvetica; font-size: 12px; color: #334A36;} /* pogrubione teksty na stronie */
.text2 {color: #f9f9f9; font-size: 17px; font-family: Arial, Helvetica;}
.text3 {color: white; font-size: 20px; font-family: Arial, Helvetica;}
.stopka { font-family: Arial, Helvetica; font-size: 10px; color: #E0FFD0;} /* napis stopki */
.aktualka { font-family: Arial, Helvetica; font-size: 10px; color: #E0FFD0;} /* napis aktualki */
.buslodz { font-family: Arial, Helvetica; font-size: 10px; color: #E0FFD0;} /* napis buslodz */
.naglowek { font-family: Arial, Helvetica; font-size: 20px; color: #CCE3CF; font-weight: bold;} /* nagłówek podstrony */
.zdj { font-family: Arial, Helvetica; font-size: 10px; color: #334A36;} /* podpisy zdjęć */


li { type: circle; }

a.nawigacja:link /* wygląd linku */
{
	color: #334A36;
	text-decoration: none;
}

a.nawigacja:visited /* link odwiedzony */
{
	color: #334A36;
	text-decoration: none;
}
a.nawigacja:hover /* podczas najazdu myszą */
{
	color: #667D69;
	
}
a.buslodz:link /* wygląd linku */
{
	color: #E0FFD0;
	text-decoration: none;
}

a.buslodz:visited /* link odwiedzony */
{
	color: #E0FFD0;
	text-decoration: none;
}
a.buslodz:hover /* podczas najazdu myszą */
{
	color: #99B09C;
	
}
body 
{ 
background-color: #99B09C;
scrollbar-3dlight-color: #006600;
scrollbar-arrow-color: #003300;
scrollbar-base-color: #003300;
scrollbar-darkshadow-color: #003300;
scrollbar-face-color: #006600;
scrollbar-highlight-color: lime;
scrollbar-shadow-color: #006600;
scrollbar-track-color: #339900;  
}
/* opis komórek szablonu strony */

.baner /* komórka banerowa */
{
width: 795;
height: 120;
border-top: 0px solid #006000;
border-left: 0px solid #006000;
border-right: 0px solid #006000;
border-bottom: 0px solid #006000;
background-color: #667D69;
}
.menus /* komórka menu */
{
width: 795;
height: 20;
border-top: 0px solid #006000;
border-left: 0px solid #006000;
border-right: 0px solid #006000;
border-bottom: 0px solid #006000;
background-color: #334A36;
}
.istnie /* komórka aktualkowa */
{
width: 397;
height: 10;
border-top: 0px solid #006000;
border-left: 2px solid #006000;
border-right: 0px solid #006000;
border-bottom: 2px solid #006000;
background-color: #667D69;
}
.aktual /* komórka aktualkowa */
{
width: 398;
height: 10;
border-top: 0px solid #006000;
border-left: 0px solid #006000;
border-right: 2px solid #006000;
border-bottom: 2px solid #006000;
background-color: #667D69;
}
.nagl /* komórka nagłówka podstrony */
{
width: 795;
height: 20;
border-top: 0px solid #006000;
border-left: 0px solid #006000;
border-right: 0px solid #006000;
border-bottom: 0px solid #006000;
background-color: #334A36;
}
.zawart /* komórka z zawartością */
{
width: 795;
border-top: 0px solid #006000;
border-left: 10px solid #334A36;
border-right: 10px solid #334A36;
border-bottom: 0px solid #006000;
background-color: #CCE3CF;
}
.stop /* komórka stopki */
{
width: 795;
height: 30;
border-top: 0px solid #006000;
border-left: 0px solid #006000;
border-right: 0px solid #006000;
border-bottom: 0px solid #006000;
background-color: #334A36;
background-image: url(grafika/stopka.gif);
}
/* koniec opisu komórek szablonu strony */

