/*definicja linków */
/* kasowanie podkreślenia pod linkami*/
A     {text-decoration: none;}
/*zmiana koloru w linku po najechaniu kursorem*/
A:hover{color: Red;}
/*link główny*/

/*link żółty*/
A.link_zolty {
	font-weight:bold;
	color: Yellow;
	text-decoration:none;
	font-size:10px;
	font-family:Tahoma;
}
A.link_zolty:visited {
	font-weight:bold;
	color: Yellow;
	text-decoration:none;
	font-size:10px;
	font-family:Tahoma;
}
A.link_zolty:hover {
	font-weight:bold;
	color: #FFFFE0;
	text-decoration: none;
	font-size: 11px;	
	font-family:Tahoma;
}
A.link_zolty:link {
	font-weight:bold;
	color: #FFD700;
	text-decoration: none;
	font-size:10px;	
	font-family:Tahoma;
}
A.link_zolty:active {
	font-weight:bold;
	color: #FFD700;
	text-decoration: none;
	font-size:10px;	
	font-family:Tahoma;
}
/*link główny*/
a.link_zielony {
	color: #CCFF00;
	text-decoration:none;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
a.link_zielony:visited {
	color: #CCFF00;
	text-decoration:none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
a.link_zielony:hover {
	color: #ADFF2F;
	text-decoration: blink;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
a.link_zielony:active {
	color: Lime;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
.ramka {
			font-family: Verdana;
      	font-weight: normal;
      	font-style: normal;
      	font-size: 10;
        	text-align: center;
        	color: #778899;
			border: 1px solid Black;
			margin-left: 10px;
			margin-right: 10px;
}
.ramka1 {
			font-family: Verdana;
      	font-weight: normal;
      	font-style: normal;
      	font-size: 10;
        	text-align: center;
        	color: #778899;
			border: 1px solid Black;
			}
.cennik {
			font-family: Verdana;
      	font-weight: bold;
      	font-style: normal;
      	font-size: 10;
        	text-align: left;
        	color: #FFFFFF;
}
.promo {
			font-family: Verdana;
      	font-weight: bold;
      	font-style: normal;
      	font-size: 12;
        	text-align: center;
        	color: #FFDEAD;		
}
.promotext {
			font-family: Verdana;
      	font-weight: normal;
      	font-style: normal;
      	font-size: 10;
        	text-align: center;
        	color: #CCFF00;		
}
.napis1 {
			background-color: transparent;		
			font-family: Verdana;
      	font-weight: bold;
      	font-style: normal;
      	font-size: 14;
        	text-align: left;
        	color: #FFFFCC;
}
.podstawa {
			background: #598527;
			font-family:Verdana;
      	font-size: 10px;
        	text-align: justify;
        	color: #FAF0E6;     	
}
.naglowek {
			background: #598527;
			font-family: Tahoma;
      	font-size: 12px;
        	text-align: left;
        	color: White;
			font-weight: bold;
			margin-left: 10px;
			margin-bottom: 10px;
			margin-top: 5px;
}
.stopka {
			background: #598527;
			font-family: Tahoma;
      	font-size: 10px;
        	text-align: center;
        	color: Silver;
			font-weight: normal;
			margin-bottom: 10px;
			background-color: #006400;
			}
.text10bialy {
			font-family: Verdana;
      	font-weight: normal;
      	font-size: 10;
        	text-align: left;
        	color: #FFFFFF;     	
}

