@charset "iso-8859-2";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
a{
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
#podstawa{
	width:768px;
	margin:auto;
	background:url(images/tlo.gif);
	position:relative;
	}
#pds{
	width:750px;
	margin-left:11px;
	}
	
#left{
	width:164px;
	float:left;
	}
#center{
	width:413px;
	float:left;
	margin-left:3px;
	}	
#right{
	width:164px;
	float:left;
	margin-left:3px;
	}	
	
	
.m-ng{
	background:url(images/ng-menu.gif) no-repeat;
	padding:9px 0px 16px 30px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	}
.m-tresc{
	background:url(images/m-tlo.gif) repeat-y;
	padding:5px;
	font-size:10px;
	color:#D0D5D7;
	
	}
	
/*Glowna czesc strony*/
.s-ng{
	background:url(images/ng-srodek.gif) no-repeat;
	padding:9px 0px 16px 30px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	}
.s-tresc{
	background:url(images/s-tlo.gif) repeat-y;
	padding:5px;
	font-size:10px;
	color:#EAEAEA;
	line-height:150%;
	}
	
/* */

.menu a{
	display:block;
	padding:5px;
	background:#242426;
	border-top:1px solid #2c2c2e;
	border-bottom:1px solid #222224;
	border-left:6px solid #006699;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#0099CC;
}
.menu a:hover{
	background:#000;
	color:#fff;
}

.szukaj form { margin:0px; padding:0px;}
.szukaj div{ font-size:10px; color:#FF9900; font-weight:bold; }
.szukaj{
	position:absolute;
	left: 340px;
	top: 15px;
	width: 209px;
	height: 73px;
}
.szukaj input{
	width:100%;
	padding:2px;
	font-size:10px;
	color:#999999;
	background:#000000;
	border:1px solid #333333;

	}
.szukaj .se{ width:50%;}
