/*Style używane w stronach szczegółowych - np. opisach odbiorników*/

body {
	font-family: arial, sans-serif;
	font-size: 100%;
	background-color: black;
	color: #A0FFA0;
}
H1 {
	font-family: arial, sans-serif;
	font-size: 220%;
	text-align: center;
	color: #FFFF30;
	clear: both;
}
H2 {
	font-family: arial, sans-serif;
	font-size: 150%;
	text-align: left;
	color: #FFFF30;
	clear: both;
}

H3 {
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: left;
	color: black;
	clear: both;

}
P {
	clear: none;
	text-align: justify;
	text-indent: 3em;
}
P.center {
	text-indent: 0;
	text-align: center;
}
P.podpis {
	text-align: center;
	color: white;
	line-height: 3em;
}
.index {
	font-size: 50%;
}
P .punkt {
	color: red;
}
P.miniatury {
	text-indent: 0;
	text-align: center;
	display: block;
}
TABLE.odbiornik {
	margin: auto;
	border-width: 0;
	width: 500px;
}
:link {color: red}
:visited {color: gray}
P STRONG {color: white}

/*Style używane w stronach zbiorczych*/

body.glowna {
	background-image: url(images/backimage.jpeg);
	color: black;
}

body.glowna>H1 {
	color: #800000;
}

body.glowna>H2 {
	color: black;
}

body.glowna * P > STRONG {
	color: black;
}

UL {
	list-style-image: url(images/blubul3a.gif);
	text-align: justify;
}

UL.glowna {
	list-style-image: url(images/blubul1a.gif);
	text-align: justify;
}

UL.schematy {
	list-style-image: url(/images/symbol.png);
	text-align: justify;
}

UL * UL {
	list-style-image: url(images/blubul2a.gif);
}

LI > P {
	text-indent: 0px;
	margin: 0px;
}
LI > H3 {
	color: #A0FFA0;
}
body.glowna * A:visited {color: #0000C0}
body.glowna * A:link {color: #0000FF}

/* Ramka dookoła elementów */

*.ramka {
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	margin: 1em;
	clear: both;
}

*.ramka1 {
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	margin: 1em;
	clear: none;
}

*.czarny {
	color: black;
}

*.lewo {
	float: left;
}

*.prawo {
	float: right;
}

