body {
	background:url(../obrazki/tlo_gradient.gif) repeat-x;
	background-color:#0054a6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:12px;
	color:#0c5575;
	margin:0px;
	margin-bottom:20px;
}
h1 { font-size:17px; color:#67a209; margin-top:0px; }
h2 { font-size:17px; margin-top:0px;}
h3 { font-size:15px; }
a, a:visited {
	color:#67a209;
}
a:hover, #menu a:active {
	color:#82cc0b;
}
#kolumna {
	background:url(../obrazki/tlo_main.gif) repeat-y;
	width:654px;
	margin:0 auto;
	margin-top:48px;
}
#gora {
	position:relative;
	background:url(../obrazki/tlo_top.jpg) no-repeat;
	width:100%; height:99px;
}
#gora #logo {
	position:absolute;
	background:url(../obrazki/logo.jpg) no-repeat;
	width:107px; height:84px;
	left:32px; top:2px;
}
#gora #menu {
	position:absolute;
	right:50px; top:32px;
	height:37px;
}
#menu a {
	display:block; float:left;
	height:100%;
	color:#0c5575; font-size:16px;
	margin-left:15px; padding-left:10px;
	padding-top:18px;
	text-decoration:none;
	background:url(../obrazki/menu_przerwa.gif) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:100%;
}
#menu a:hover, #menu a:active {
	color:#67a209;
}
#menu a.aktualna_strona {
	color:#67a209;
}
#banner {
	background:url(../obrazki/logoF.jpg) no-repeat;
	width:100%; height:120px;
	margin-left:100px; margin-right:2px;
	margin-bottom:40px;
}
#srodek {
	padding:0px 32px;
}
#lewa_kolumna {
	float:left;
	width:185px;
	padding-right:20px;
}
#prawa_kolumna {
	float:right;
	width:364px;
	padding-left:20px;
	background:url(../obrazki/line_dotted.gif) repeat-y 0px 10px;
}
#dol {
	background:url(../obrazki/tlo_bottom.jpg) no-repeat bottom;
	width:100%; height:72px;
	clear:both;
}
#dol p {
	padding-top:40px;
	text-align:center;
	font-size:10px;
}

/* 
---------------------------------
style do automatycznego slideshow 
---------------------------------
*/

#slideShow
{
	width: 185px;
	height: 153px;
	border: 0px none;
	background-color: #fff;
	margin-top:10px;
	margin-bottom:30px;
}
#slideShow a {
	visibility:hidden;
}
.pagelinks a
{
	visibility:visible !important;
	font-weight: bold;
	color: #0054a6;
	font-size:11px;
}
.slideCaption
{
	background-color: #dbeef6;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.pagelinks a.activeSlide
{
	color: #67a209;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}

/* IMAGE BOX */

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../obrazki/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../obrazki/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../obrazki/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../obrazki/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
};  