body{
	margin : 0 0 0 0;
	background-color:#ffffff;
}
/* style formularzy */
.inp_search {
	padding-left: 5px;
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a3613;
	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;
}

.form { 
	   border-right: #000000 1px solid; 
	   border-top: #000000 1px solid; 
	   font-size:8pt; 
	   border-left: #000000 1px solid; 
	   color: #363636; 
	   border-bottom: #000000 1px solid; 
	   font-family: arial; 
	   background-color: #f0f0f0; 
	   font-weight: none; 
}

/* style formularzy end */

li {
  margin: 0px;
  padding-bottom: 5px;
  padding-left: 2px;
  margin-left: 1px;
  list-style: disc;
}

#red {
	color:#800000;
	margin-left: 100px;
}

#red_1 {
	color:#800000;

}

#black {
	color:#000000;
	margin-left: 100px
}

.map {
	padding-top:3px;
	padding-left:30px;
}

.map_1 {
	padding-top:3px;
	padding-left:60px;
}

.map_2 {
	padding-top:30px;
	padding-left:90px;
}

.t {
	font-weight: bold;
}

.m_p10 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.wiecej:visited { color: #FF0000; text-decoration: none; text-align: center;}
a.wiecej:link { color: #FF0000; text-decoration: none; text-align: center}
a.wiecej:hover { color: #FF000F; text-decoration: underline; text-align: center}

a.stopka:visited { color: #f2eab1; text-decoration: none; text-align: center;}
a.stopka:link { color: #f2eab1; text-decoration: none; text-align: center}
a.stopka:hover { color: #f2eab1; text-decoration: underline; text-align: center}

a.menu_p:visited { color: #000000; text-decoration: none; text-align: center;}
a.menu_p:link { color: #000000; text-decoration: none; text-align: center}
a.menu_p:hover { color: #3933a0; text-decoration: underline; text-align: center}

.news {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
}

.text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
}

.stopka {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
color: #e0dcdc;
}

.stopka_1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
text-align:justify;
color: #e0dcdc;
}

#search {
height: 16px;
vertical-align:middle;
padding-right: 5px;
}

/*  -------------------------------------------------------------- */
#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:0px;
	border:1px solid #999;
	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: #F3F3F3;
    font-size:11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-weight:bold;
	/* 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;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* 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;
	-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. */
.mtDropdownMenu .item.hover {
	background:#4c4ca2;
	color:#FFFFFF;
	}

/* 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;
	}
	
/* foto style */

img.mini { 
	padding: 2px;
	border: 1px solid #292929;
	
}
img.mini:hover {
	padding:2px;
	border:1px solid #fa4f00;
}

img.mini_off { 
	padding: 2px;
	border: 1px solid #292929;
	background: black;
	opacity: 0.5;
}

img.mini_off:hover {
	padding:2px;
	border:1px solid #fa4f00;
}
	