@charset "iso-8859-2";
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	 overflow-x: hidden;
}
a img {
	border: 0px;
}
img {
	border: 0px;
}
/***/

/*** Mini Top ***/
.miniTopMenu a{
	font-family: Tahoma, Arial;
	color: #747474;
	font-size: 11px;
	text-decoration: none;
	display:inline-block;
}
.miniTopMenu a:hover{
	color: #84c326;
}
.miniTopMenu strong{
	color: #84c326;
}
/*** /Mini Top/ ***/

/*** Stopka ***/
.stopka {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	line-height:20px;
}
.stopka h1{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	line-height:20px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	display: inline
}
.stopka strong{
	color: #3c7300;
}
.stopka b{
	color: #969696;
}
.stopka a {
	color: #717171;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
}

.stopka a:hover {
	color: #3c7300;
	text-decoration: none;
}
/*** /Stopka/ ***/

/*** Menu płynne ***/
#menuTop {
	list-style: none;
	margin:0; 
	padding:0;
}
#menuTop li{
	position:relative; 
	float:left;
}
#menuTop li a{
	display: block;
}
/*** /Menu płynne/ ***/

/*** Nagłówki ***/
.nag {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	margin-bottom:10px;
}
.nag h1{
	font-family: "Open Sans", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
.nag strong{
	font-family: "Open Sans", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
/*** /Nagłówki/ ***/

/*** Tekst ***/
.text {
	font-family:Tahoma, Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}
.text strong, .text b, .text a{
	color: #f9ffb5;
	text-decoration: none;
}
/*** /Tekst/ ***/

/*** Formularze ***/
#userForm input[type="text"],
#userForm input[type="file"],
#userForm textarea,
#userForm select {
	padding:5px 10px;
	border:1px solid #d1d1d1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:265px;
	-webkit-box-shadow: inset 3px 3px 5px 0px #e3e3e3;
	box-shadow: inset 3px 3px 5px 0px #e3e3e3;
	color:#6d6d6d;
	font-size:12px;
	outline:none;
	resize:none;
}
#userForm select {
	width:287px;
	padding:4px;
}
#userForm input[type="file"] {
	width:287px;
}
#userForm input[type="submit"] {
	font-size:13px;
	font-family:'Trebuchet MS';
	padding:3px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	background:#3c7300;
	border:1px solid #3c7300;
	font-weight:bold;
	text-shadow:1px 1px #0f41a7;
	cursor: pointer;
}
#userForm button {
	font-size:13px;
	font-family:'Trebuchet MS';
	padding:3px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	background:#646464;
	border:1px solid #3e3e3e;
	font-weight:bold;
	text-shadow:1px 1px #3e3e3e;
	cursor: pointer;
}
/*** /Formularze/ ***/