/* Jurga CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

a.news:link {
	color: #1E4482;
	font-weight: bold;
	text-decoration: none;
}
a.news:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1E4482;
}
a.news:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1E4482;
}
a.news:active {
	text-decoration: none;
	font-weight: bold;
	color: #1E4482;
}


a.stopka:link {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.stopka:visited {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
a.stopka:hover {
	font-size: 9px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.stopka:active {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.naglowek {
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
}
.copyright {
	color: #333333;
	font-size:11px;
	padding: 8px 0px 10px 0px;
}
.obrazek {
	border: 1px solid #CCCCCC;
}
.niebieski {
	font-weight: bold;
	color: #1E4482;
}
.czerwony {
	font-weight: bold;
	color: #FF0000;
}