@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#outer_wrapper {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#inner_wraper {
}

#content_wraper {
	text-align: left;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
#top {
	float: right;
	height: 328px;
	width: 900px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#panel_boczny {
	float: left;
	width: 270px;
}

#footer_wraper {
	clear: both;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	font-size: 12px;
}
#content {
	float: right;
	width: 900px;
	clear: none;
	margin-right: 0px;
}
#contetnt_inner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#opis {
	width: 615px;
	float: right;
	vertical-align: top;
	height: auto;
	margin-right: 10px;
}
#linki {
	width: 621px;
	float: right;
	vertical-align: top;
	height: auto;
}

ul.pionowe {
	list-style-type: none;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;

		
}




ul.pionowe a:link, ul.pionowe a:visited {
	color: #1b6804;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	text-decoration: none;


}

ul.pionowe a:hover {

	color: #ed9d03;

}
ul.pionowe.active {

	color: #ed9d03;

}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #257907;
	display: inline;
}
a:link {
	color: #1B6804;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B6804;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #C60;
}

.stopka {
	float: right;
	display: inline;
}

