body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#DCE9DF;
	margin-top:0px;
	margin-bottom:0px;
}
/* FONTY==================================================================== */
h1
{
	color:#DCE9DF;
	font-size:14px;
	font-weight:bold;
	margin-left: 20px;	
}

h2
{
	color:#002851;
	font-size:13px;
	font-weight:bold;
}

h3
{
	letter-spacing:1px;
	color: #003300;
	font-size: 12px;
}

.tekst_bialy
{
	color: #002851;
	font-size: 12px;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-align:justify;
}

ul
{
	list-style-type:disc;
	color: #002851;
	font-size: 12px;
	letter-spacing:1px;
}

/* TLA =====================================================================*/
.bg_prawa
{
	background-image:url(pliki/bg_prawo.gif);
}

.bg_lewa
{
	background-image:url(pliki/bg_lewo.gif);
}

/* TABELA =====================================================================*/
.glowna
{
	background-color:#07AFB8;
}

table.tabela_srodek {
	height:100%;
	width:100%;
	margin: 0px 30px 10px 0px;
}


td {
	vertical-align: top;
}

/* LINKI: ==================================================================== */

/*linki w tekscie*/
a.linki_tekst:visited {
	color: #FFFF7F;
	text-decoration:none;
}

a.linki_tekst:link {
	color: #FFFF9F;
	text-decoration:none;
}

a.linki_tekst:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a.linki_tekst:active {
	color: #000000;
	text-decoration:none;
}

/*linki w menu*/
a.linki:visited {
	color:#FFFF9F;
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size:14px;
	font-weight:bold;	
	letter-spacing:1px;
	text-decoration:none;
}

a.linki:link {
	color:#FFFF9F;
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size:14px;
	font-weight:bold;	
	letter-spacing:1px;
	text-decoration:none;
}

a.linki:hover {
	color:#FFFFFF;
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size:14px;
	font-weight:bold;	
	letter-spacing:1px;	
	text-decoration:underline;
}

a.linki:active {
	color: #999999;
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;	
	text-decoration:none;
}

/*formularz*/
.tekst_formularz
{
	color: #002851;
	font-size: 12px;
	line-height:80%;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;	
	text-align:right;
}

input.formularz {
	width: 200px;
	border: solid 1px #006633;
	background: #DCE9DF;
	float:right;
}

textarea.formularz{
	width: 200px;
	border: solid 1px #006633;
	background: #DCE9DF;
	float:right;
}

.wyslij {
	border: 1px double #ffffff;
	margin: 0 0 5px 5px;
	width: 80px;
	background: url(pliki/bg_wyslij.gif);
	cursor: pointer !important;
	cursor: hand;
	float:right;
}

.wyczysc {
	border: 1px double #ffffff;
	margin: 0 0 5px 10px;
	background: url(pliki/bg_wyczysc.gif);
	cursor: pointer !important;
	cursor: hand;	
	width: 80px;
	float:right;
}