/*top right bottom left*/
html{
	background: #005297;
}
body{
  	background: url(gfx/tlo.jpg) repeat-y center; 
	text-align: center;
	margin: 0;
	padding: 0;
	font:normal 12pt Arial, Verdana, serif;
	color:#000000;
}
#top{
	width: 860px;
	height: 300px;
	margin: auto;
	background: url(gfx/top.jpg) no-repeat;
}
#data_linki{
	position: relative;
	text-align: left;
	width: 860px;
	height: 73px;
	margin: auto;
	padding: 0;
	background: url(gfx/data_tlo.jpg) repeat-x;
}
#data{
	float: left;
	width: 470px;
	height: 50px;
	padding: 23px 0 0 50px;
	background: url(gfx/data_start.jpg) no-repeat;
}
#data_podz{
	float: left;
	width: 40px;
	height: 73px;
	background: url(gfx/linki_start.jpg) no-repeat;
}
#linki{
	float: left;
	width: 250px;
	height: 51px;
	padding-top: 22px;
	background: url(gfx/linki_tlo.jpg) repeat-x;
	font-size: 14pt;
}
#linki .odnosnik{
	padding: 10px 30px 10px 0;
	background: url(gfx/linki_podz.jpg) no-repeat right;
}
#linki_end{
	float: left;
	width: 50px;
	height: 73px;
	background: url(gfx/linki_end.jpg) no-repeat;
}
#kontener{
	position: relative;
	width: 860px;
	margin: auto;
	background: url(gfx/tlo.jpg) repeat-y;
	padding: 0;
 }
#menu{
	float: left;
	text-align: left;
	width: 250px;
	background: url(gfx/menu_tlo.jpg) repeat-y;
}
#menu_naglowek{
	width: 250px;
	height: 90px;
	background: url(gfx/menu_naglowek.jpg) no-repeat;
}
#menu_text{
	width: 160px;
	padding: 0 35px 0 55px;
}
#menu_stopka{
	width: 250px;
	height: 30px;
	background: url(gfx/menu_stopka.jpg) no-repeat;
}
#text{
	float: right;
	text-align: justify;
	width: 610px;
	background: url(gfx/text_tlo.jpg) repeat-y;
}
#text_naglowek{
	width: 480px;
	height: 57px;
	text-align: justify;
	padding: 18px 70px 0 60px;
	font:bold 16pt Verdana, serif, Arial;
	color: #005297;
	background: url(gfx/text_naglowek.jpg) no-repeat;
}
#text_text{
	width: 570px;
	padding-right: 40px;
}
#text_podz{
	width: 610px;
	height: 40px;
	background: url(gfx/text_podz.jpg) no-repeat;
}
#stopka{
	clear: both;
	width: 860px;
	height: 75px;
	padding-top: 50px;
	font-weight: bold;
	margin: auto;
	background: url(gfx/stopka.jpg) no-repeat;
}
#stopka a:link, #stopka a:visited{
	color: #005297;
	font-weight: bold;
}
#stopka a:hover, #stopka a:active{
	color: #000000;
	font-weight: bold;
} 
a:link, a:visited{
	color: #005297;
	font-weight: normal;
} 
a:hover, a:active{
	color: #000000;
}
img{border: none;}
table, td{
	text-align: left;
	vertical-align: top;
	margin: auto;
	border: 1px solid #afafaf;  /* #333399*/
	border-collapse: collapse;
	padding: 4px; 
}
#menu_text a:link, #menu_text a:visited, #linki a:link, #linki a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
} 
#menu_text a:hover, #menu_text a:active, #linki a:hover, #linki a:active{
	color: #003366;
}
dl{
	margin: 0;
	padding: 0;
}
dt{
	line-height: 1.5;
	font-size: 14pt;
	font-weight: bold;	
}
dd{
	margin-left: 15px;
        margin-bottom:10px;
	line-height: 1.0;
	font-size: 10pt;
	font-weight: bold;	
}
/*NEWSY*/
/* Tytu�: */
#news_podz{
	width: 500px;
	height: 40px;
	background: url(gfx/news_podz.jpg) no-repeat;
}
.news dt {
	font-size: 14pt;	/* rozmiar czcionki */
	text-align: left;	/* wyr�wnanie tekstu: left, right, center, justify */
	padding: 0;	/* margines wewn�trz */
 	font-weight: bold;
}
.news dt, .news dt a:link, .news dt a:visited {
	color: black;	/* kolor tytu�u */
	text-decoration: none;
}

/* Tre�� */
.news dd {
	color: black;	/* kolor tekstu */
	font-size: 12pt;	/* rozmiar czcionki */
}
.news_content {
	text-align: justify;	/* wyr�wnanie tekstu: left, right, center, justify */
	font-weight: normal;
 }

/* Data */
.news_date {
	font-size: 10pt;	/* rozmiar czcionki */
	text-align: right;	/* wyr�wnanie tekstu: left, right, center, justify */
	padding-bottom: 10px;
	font-weight: normal;
}
.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 {
	font-size: 12pt;
	text-align: right;
}

/* Autor */
.news_author {
	font-size: 11pt;	/* rozmiar czcionki */
	text-align: right;	/* wyr�wnanie tekstu: left, right, center, justify */
	padding-top: 5px;	/* margines wewnatrz */
	font-weight: normal;
}
.news_author span {
	font-weight: bold;
}
ul{
   margin-top: 5px;
   margin-bottom: 5px;
}
.center{ text-align: center;}
.lewo{ text-align: left;}
.prawo{ text-align: right;}
