

/*   Kody do formatowania wygladu tylko indeksu na stronie ...sale.html... - ...cleaning_service_1....  - do kompletu jest; ...indeks.js.../...indeks_hasla.js...  - ten arkusz jest zastapiony arkuszem ...inndeks2.css.... dla oddzielnia go od  ...indeks1.css... w  komplecie dla indeks_hasla2.js... i indeks2.css... oraz ...indeks2.js...   */



#indeks {
	width: 550px;     /* 500  */
	padding: 10px 0;
	background: #808000;           /* #ccc; - kolor Indeksu */
	border-top: 2px dotted black;   /* Obramowanie gora  */      /*2px outset #aaa; - obramowanie kazda strona */
	border-right: 2px dotted black;       /* Obramowanie prawe  */
	border-bottom: 2px dotted black;        /* Obramowanie dolne  */
	border-left: 2px dotted black;           /* Obramowanie lewe  */
	text-align: center;
	margin-top: 7px;                /* 1em auto */
}

#indeks input.text {
   position: relative;
	font-family: serif;
	color: #000000;
	font-size: 28px;      /* 18 */
	font-weight: bold;
	width: 480px;
	background-colo r: #ffffff; /* tlo pola wyszukiwania w INDEKSIE   */
}

#indeks select {
   position: relative;
	font-family: serif;
	color: green;
	font-weight: bold;
	width: 100%;
	margin: 2px 0 10px 0;
}       /* Jest to pole z haslami w indeksie    */


#indeks input.button {
   position: relative;
   font-weight: bold;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
}   /*  Klawisze Wyswietl, Szukaj i Skasuj w Indeksie hasel na stronie ...sale.html... */


#indeks input.button1a {
   position: relative;
	border-radius: 10px;
	font-size: 16px;
   font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	width: 120px;
	margin-left: 5px;
	margin-right: 5px;
}    /* Klawisz Wyswietl w Indeksie hasel na stronie ...sale.html...  */


#indeks input.button1a:hover {
   position: relative;
	border-radius: 10px;
	font-size: 16px;
   font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	width: 120px;
	margin-left: 5px;
	margin-right: 5px;
}    /* Klawisz Wyswietl w Indeksie hasel na stronie ...sale.html...  */




#indeks input.button1b {
   position: relative;
	border-radius: 10px;
	font-size: 18px;
   font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 120px;
	margin-left: 5px;
	margin-right: 5px;
}    /* Klawisz Szukaj w Indeksie hasel na stronie ...sale.html... */


#indeks input.button1b:hover {
   position: relative;
	border-radius: 10px;
	font-size: 18px;
   font-weight: bold;
	color: #000000;
	background-color: lime;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 120px;
	margin-left: 5px;
	margin-right: 5px;
}    /* Klawisz Szukaj w Indeksie hasel na stronie ...sale.html... */



#indeks input.button1c {
   position: relative;
	border: 1px black solid;
	border-radius: 10px;
	font-size: 16px;
   font-weight: bold;
	color: red;
	background-color: yellow;
	width: 100px;
	margin-left: 30px;
	margin-right: 5px;
}    /* Klawisz Skasuj w Indeksie hasel na stronie ...sale.html... */

#indeks input.button1c:hover {
   position: relative;
	border: 1px black solid;
	border-radius: 10px;
	font-size: 16px;
   font-weight: bold;
	color: #ffffff;
	background-color: red;
	width: 100px;
	margin-left: 30px;
	margin-right: 5px;
}    /* Klawisz Skasuj w Indeksie hasel na stronie ...sale.html... */


/* Kolor tla pola wyszukiwania w samej wyszukiwarce jaet w skrypcie...indeks.js... pozycja 89  */

/* Kolor tla pola klawisza SZUKAJ w samej wyszukiwarce jaet w skrypcie...indeks.js... pozycja 90  */