body {
	background: #019db3 url(images/bg.gif) repeat-x; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#tabela {
   border: 1px solid #ffffff;
   border-collapse: collapse;
}

#tabela td{
   border: 1px solid #ffffff;
   padding: 2px;
}

/* style formularzy */
.inp_login {
	padding-left: 5px;
	width: 99px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787777;
	background-color:#FFFFFF;
	border: 1px solid #0e0e0e;
}

.inp_form {
	padding-left: 5px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:150px;
	color: #787777;
	background-color:#FFFFFF;
	border: 1px solid #0e0e0e;
}

.inp_data{
	padding-left: 2px;
	height: 15px;
	width:48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787777;
	background-color:#FFFFFF;
	border: 1px solid #0e0e0e;
}

.textarea{
	padding-left: 2px;
	height: 150px;
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787777;
	background-color:#FFFFFF;
	border: 1px solid #0e0e0e;
}

.inp_form_k {
	padding-left: 2px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:250px;
	color: #787777;
	background-color:#FFFFFF;
	border: 1px solid #0e0e0e;
}

.textarea_k{
	padding-left: 2px;
	height: 100px;
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787777;
	background-color:#FFFFFF;
	border: 1px solid #0e0e0e;
}

.inp_kontakt {
	padding-left: 5px;
	padding-top:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#CCCCCC;
	border: 1px solid #0e0e0e;
}

.zaloguj {
	height: 17px;
	width: 61px;
	background-image: url(images/zaloguj.gif);
	border: 0px solid #800000;}

.szukaj{
	color: #FFFFFF;
	text-decoration: bold;
	height: 19px;
	width: 63px;
	background-image: url(images/szukaj.gif);
	border: 0px solid #800000;}
	
.wyslij{
	color: #FFFFFF;
	text-decoration: bold;
	height: 19px;
	width: 63px;
	background-image: url(images/wyslij.gif);
	border: 0px solid #800000;}

.zaloguj_b {
	padding-left:3px;
	padding-bottom:8px;
	padding-top:5px;
}
/* style formularzy end */

.text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#063046;
padding-right:5px;
}

.text_b {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#063046;
padding-right:5px;
border: 1px solid #000000;
}

img.mini { 
	padding: 2px;
	border: 1px solid #173e4f;
}

img.foto:hover {
	background: black;
	opacity: 0.8;
}


a.menu:visited { color: #FFFFFF; text-decoration: none; text-align: center;}
a.menu:link { color: #FFFFFF; text-decoration: none; text-align: center}
a.menu:hover { color: #c0c0c0; text-decoration: underline; text-align: center}

a.wiecej:visited { color: #ffffff; text-decoration: underline; text-align: center; font-size:11px;}
a.wiecej:link { color: #ffffff; text-decoration: underline; text-align: center; font-size:11px;}
a.wiecej:hover { color: #c0c0c0; text-decoration: underline; text-align: center; font-size:11px;}

a.link:visited { color: #800000; text-decoration: none;}
a.link:link { color: #800000; text-decoration: none;}
a.link:hover { color: #ff0000; text-decoration: underline;}

.news {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
color: #ffffff;
}

.dane {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#ffffff;
}

#search {
height: 16px;
vertical-align:middle;
padding-right: 5px;
}

.t {
	font-weight: bold;
}

/*  -------------------------------------------------------------- */
#bar{overflow:hidden;height:100%;}
				
				#bar p{margin:0}
				
					#bar a{color:#fff}
					#bar a:hover{text-decoration:underline}

#TICKER{float:left;overflow:hidden;padding-right:10px; margin-left:10px; padding-left:10px;width:900px; padding-top:1px;}
					#TICKER table{margin:0;padding:0;border:0}
					#TICKER th,#TICKER td{border:0;padding:0}
				


/* ----------------------------------------------------------------- styl menu */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:2px;
	border:1px solid #01577a;
	background:#e2c002;
	
	z-index:2;
	}

.mtDropdownMenu.top .items {
	border-top:none;	
	}
.mtDropdownMenu.bottom .items {
	border-bottom:none;
	}
.mtDropdownMenu.left .items {
	border-left:none;
	}
.mtDropdownMenu.right .items {
	border-right:none;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
/*    color:white; CCFF99 */
    color: #0d5a7c;
    font-size:12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	text-align:left;
	font-weight:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px; top:10px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. fdea81*/
.mtDropdownMenu .item.hover {
	background:#fdea81;
	color:#0d5a7c;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
	margin-left:10px;
	}