body {
	margin: 0; padding: 0;
	background-color:#463629;
	font-family: Trebuchet MS, Tahoma, Arial, hevetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
img {border: none;}
a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

input, select, textarea
{
	margin: 0;
	font-family: Tahoma, arial, hevetica, sans-serif;
	font-size: 9px;
}

div.inbg {
	display: none;
}

@media Screen {

	.pro_topflash {
		display: block;
		min-height: 700px;
		min-width: 610px;
	}	
	div.pda {
		display: none;
	}
}

@media Handheld {

	.pro_topflash {
		display: none;
	}	
	div.pda {
		display: block;
	}
}

li {
  padding: 0px;
  margin: 0px;
  margin: 0px 0px 0px 0px;
  letter-spacing: 0px;
}

.strona {
	height: 320px;
}
.tresc {
	padding: 5px;
}
.male {
	font-size: 8pt;
	color: #AAAAAA;
}
.naglowekMenu {
	BACKGROUND-IMAGE: url(pda_topbg.gif); 
	BACKGROUND-POSITION: top center; 
	BACKGROUND-REPEAT: repeat-x;
	height: 140px;
	text-align: center;
}

.naglowek {
	background-color: #AA6500;
	padding: 5px;
	font-family: Trebuchet MS, Tahoma, Arial, hevetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: bold;
}
.naglowek a {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.naglowek a:hover {
	text-decoration: underline;
}

.naglowekGaleria {
	font-family: Trebuchet MS, Tahoma, Arial, hevetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
}


.img {
	BORDER: #FFAB00 3px solid;
	margin-left: 4px;
}
.row {
	margin: auto;
	clear: both;
}
.foto {
	float:left;
	width: 110px;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFAB00;
	font-weight: normal;
}
.fotoBig {
	text-align: center;
}

.navi {
	text-align: center;
	color: #FFAB00;
	margin-top: 5px;
	margin-bottom: 5px;
}
.navi a {
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 1px;
	margin-left: 1px;
	background-color: #FFAB00;
	color: #222222;
	text-decoration: none;
}
.navi_active {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #000000;
	text-decoration: none;
}


/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .60;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
img.btn_close {
	float: right; 
	margin: -35px -35px 0 0;
}
.popup p {
	padding: 0px 0px;
	margin: 0px 0;
	text-align: center;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

