body {
	background: #ede9e6;
	background-image: url('img/bg_belt.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #333333;
}

#naglowekBox {
	background: #ffffff;
	margin: auto;
	margin-top: 0px;
	border: none;
	padding: 0px;
	width: 900px;
	height: 185px;
}

#menuBox {
	margin: auto;
	border: none;
	padding: 0;
	height: 40px;
	width: 900px;
	/*background: #517e66;*/
	background-image: url('img/menuBox_bg.jpg');
}

#trescBox {
	margin: auto;
	border: none;
	padding: 0px;
	width: 900px;
	border: 12px solid #ede9e6;
	border-bottom: 0px;
	background: #ffffff;
	overflow: hidden;
}

#leftBox {
	width: 580px;
	background: #ffffff;
	float: left;
/* sztucznie zdefiniowana wysokość na potrzeby ilustracji */
/* height: 369px; */
}

#rightBox {
	width: 320px;
	float: right;  
	background: #ffffff;
/* sztucznie zdefiniowana wysokość na potrzeby ilustracji */
/* height: 290px; */
}


div.news {
	width: 540px;
	margin: auto;
	margin-top: 20px;
	border: none;
	padding: 0px;
}

div.newsTitle {
	text-align: left;
	padding-left: 10px; 
	font-size: 20px;
	font-weight: bolder;
	color: #517e66;
	font-family: Arial; 
}

span.data {
	font-size: 11px;
	color: grey;"
}

div.sectionTitle {
	text-align: left;
	font-size: 28px;
	font-weight: bolder;
	color: #517e66;
	font-family: Arial; 
	width: 540px;
	margin-top: 30px;
}

div.newsContent {
	margin: auto;
	border: none;
	padding: 15px;
	text-align: justify;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	/*font-weight: 200;*/
	font-size: 11pt;
}

div.newsFooter{
	background-image: url('img/belt_grey_bg.jpg');
	background-repeat: repeat-x;
	height: 15px;
}

p.statFont{
	font-weight: bolder;
	text-align: center;
	font-family: Arial;
}

p.stdLink{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: 200;
	font-size: 11pt;
}

div.container {
	width: 270px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c9c9c9;
	font-family: Arial; 
}

div.containerTitle {
	background-image: url('img/belt2_grey_bg.jpg');
	height: 15px;
	margin: 0px;
	border: none;
	padding: 3px 0px 3px 5px;
}

#stopkaBox {
	margin: auto;
	margin-bottom: 20px;
	border: none;
	padding: 5px 0px 3px 0px;
	width: 900px;
	height: 50px;
	clear: both;
	background: #ffffff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #3ea249;
}

img {
	border: none;
}

#menu {
	padding: 0px;
	margin: 0px;
	text-align: left; 
	overflow: hidden; 
	font-family: Arial;
	font-weight: 200;
	font-size: 11pt;
}

ul#menu li {
	border: 0px solid #517e66;
	list-style-type: none;
	float: left;
	/*background: #517e66;*/
	background-image: url('img/clean_bg.png');
	margin-left: 5px;
}

ul#menu li:hover {
	border: 0px solid #517e66;
	list-style-type: none;
	float: left;
	/*background: #517e66;*/
	background-image: url('img/clean_bg.png');
	margin-left: 5px;
}

ul#menu li a { 
	display: block; 
	color: #d3ded8;
	padding: 4pt; 
	text-decoration: none; 
}

ul#menu li a:hover {  
	color: #ffffff;
}

ul#menu li li a {
	width: 165px;
}

ul#menu li li:hover {
	background: #517e66;
}

ul#menu li ul {
	overflow: hidden;
	display: none;
}

ul#menu li:hover ul {
	position: absolute;
	background: #7cbb83;
	padding: 0;
	display: block;
	width: 170px;
}

div.OStroniebtn {
	background-color: #ffffff;
}

div.OStroniebtn:hover {
	background-color: #f2f2f2;
}

