/* kolor ze starej strony 		2d0000	*/
/* kolor z kartki sw 			#000000	*/
/* kolor niebieski 	Dodgerblue 	1E90FF	*/
/* kolor zielony 	Darkcyan 	008B8B	*/

body{
  background-color: 000000;
  margin-top: 1px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: white;
}

h2 {
  font-size: 11px;
  font-weight: normal;
  color: silver;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  color: white;
}

h4 {
  font-size: 12px;
  font-weight: normal;
}

p {
  font-size: 13px;
}


/* ustawienia linkow */
A {
  color: silver;
  text-decoration: none;
}

A:hover {
  color: white;
  text-decoration: underline;
}

A.dam {
  color: #260000;
  text-decoration: none;
}

A.dam:hover {
  color: white;
  text-decoration: none;
}

A.towar {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

A.towar:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

A.towar:visited {
  color: #8fa9ba;
  text-decoration: underline;
}

A.www {
  color: silver;
  font-weight: bold;
  text-decoration: underline;
}

A.www:hover {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

hr {
	height: 1;
	color: gray;
}
hr.S1 {
	height: 1;
	color: gray;
}


/* sposob wyswietlania formularzy */
.form {
	font-size: 11;
}

.form_button {
	font-size: 11;
	font-weight: bold;
	color: black;
	background-color:#CCCCCC
}

/* kolor tla naglowka color: gold; */
TH {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12;
  color: white;
}

TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11;
  color: silver;
}

/* lewe menu */
.leftmenu {
  font-size: 11px;
  color: #260000;
}

td.szczegoly{
	text-indent: 20;
	color: black;
	background-color:#ffffff;
}
p.nazwa_towaru{
	font-size: 12;
	color: black;
}

