@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/tlo.jpg);
background-attachment: fixed;
background-position:top;
background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;
	height:100%;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top:15px;
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0 0px 0 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 220px;
	height:348px;
	background:#FFF;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 228px;
	padding: 0px 30px 0px 0px;
	text-align:justify;
	line-height:16px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px;
	background-image:url(images/tlo_stopka.png);
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* wyzerowanie marginesów pierwszego elementu w stopce pozwoli uniknąć ewentualnego skrócenia marginesów - tj. dodania niepotrzebnych spacji między elementami div */
	padding: 10px 0; /* użycie dopełnienia zapewni marginesy, a jednocześnie uniemożliwi ich skrócenie */
}
.fltrt { /* ta klasa może zostać użyta do zdefiniowania płynnego przesunięcia elementu w prawo. Przesuwany element musi poprzedzać element, który ma następować na stronie po nim. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* ta klasa może zostać użyta do zdefiniowania płynnego przesunięcia elementu w lewo. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* tę klasę należy umieścić w elemencie div lub break, powinna ona stanowić ostatni element kontenera zawierającego element pływający */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
li {
	background-image:url(images/pod_menu.png);
	background-repeat:no-repeat;
	display:block;
	width:220px;
	height:28px;
	list-style:none;
	text-indent:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	}
ul {	margin:0px;
	padding:0px;
}


ul a:link, ul a:visited {

	text-decoration: none;
	color: #000;
}

ul a:hover {

	color:#c92b26;
	text-decoration:underline;

}








/* Tytuł: */
.news dt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	padding: 5px;	/* margines wewnątrz */
	border-width: 1px;	/* grubość obramowania */
	border-style: solid;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-color: gray; /* kolor obramowania */
	font-weight: bold;
}
.news dt, .news dt a:link, .news dt a:visited {
	background: #e5e5e5;	/* tło tytułu */
	color: #00468e;	/* kolor tytułu */
	text-decoration: none;
}

/* Treść */
.news dd {
		font-family:Arial, Helvetica, sans-serif;

	background: white;	/* tło */
	color: black;	/* kolor tekstu */
	font-size: 12px;	/* rozmiar czcionki */
	border-width: 1px;	/* grubość obramowania */
	border-style: solid;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-color: gray; /* kolor obramowania */
	border-top-width: 0;
	margin: 0;
	margin-bottom: 20px;line-height:16px;
}
.news_content {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000;line-height:16px;
	padding: 5px;	/* margines wewnatrz */
	text-align: justify;	/* wyrównanie tekstu: left, right, center, justify */
}

/* Data */
.news_date {
	font-size: 11px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	padding: 5px;
	padding-bottom: 0;
}
.news_date span {
	font-weight: bold;
}

/* Obrazek: */
.news_img {
	float: left;	/* ustawienie: left, right */
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0;
}

/* Więcej... */
.news_more {
	background-image:url(images/czytaj_wiecej_black_duze.png);
	float:right;
	background-repeat:no-repeat;
	width:110px;
	height:33px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 15px;
}

/* Autor */
.news_author {		font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#000;
	font-size: 11px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	border-top-width: 1px;	/* grubość obramowania */
	border-top-style: dashed;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-top-color: gray; /* kolor obramowania */
	padding: 5px;	/* margines wewnatrz */
	clear: both;
}
.news_author span {
	font-weight: bold;
}
