body {
	text-align:center;
	background-color:#183a10;
	}
a 	{
	outline: none;
}
ul{
	list-style-type: square;
	padding-left: 1cm;
}
p {
	text-indent: 1cm;
}
.heading {
	font-weight: bold;
	font-size: 13px;
}
#obrazek {
	float: right;
	margin: 5px 2px 2px;
	border: 2px solid #183a10;
}
	
div#top{
	position:relative;
	width:711px;
	margin:0px auto;
	text-align:left;
}

div#top-obraz {
	position:absolute;
	left:0px;
	width:358px;
	height:224px;
}

div#top-napis {
	position:absolute;
	left:358px;
	width:353px;
	height:224px;
}

div#menu {
	position:absolute;
	top:224px;
	width:711px;
	background-image: url('images/menu_bg.png');
}

img.menu{
	padding-left:15px;
	border: 0px;
}
#pozycje{
	float: left;
}
#lang{
	float: right;
	font: 11px sans-serif;	
	padding:15px 15px;
}
#lang a{
	color: #131b0e;
	text-decoration: none;
}

div#menu-l {
	position:absolute;
	left:0px;
	width:16px;
	height:36px;
}
div#menu-p {
	position:absolute;
	right:0px;
	top:0px;
	width:12px;
	height:36px;
}

div#content{
	position:relative;
	top: 260px;
	width: 711px;
	margin:0px auto;
	max-height: 800px;
	background-image: url('images/main_bg.png');
	background-repeat: repeat-x;
	background-color: #ebeede;
}
div#tekst{
	font-family: Sans-Serif, Tahoma;
	font-size: 12px;
	color: #131b0e;
	padding: 20px 40px;	
	text-align: justify;
}
div#cards{
	position:absolute;
	padding: 10px;
	right: 0px;
	left: 0px;
	background-image: url('images/card_bg.png');
	background-repeat: repeat-x;
	background-color: #131b0e;
}
img.card {
	padding-left: 20px;
	border: 0px;
}
div#stopka{
	padding-top: 20px;
	font: 9px Verdana;
	color: #ebeede;
	text-align:right;
	vertical-align: bottom;
}
.cennik {
	font-size: 11px;
	text-align:center;
	margin: 20px auto;
	width: 500px;
	border-collapse: collapse;
	background-color: #F5F6EE;
}
.cennik  th{	
	color: #183a10;
	font-size: 12px;
	padding: 10px 8px;
	border-bottom: 2px solid #183a10;
}
.grupa{
	font-weight: bold;
	border-right: 1px solid #183a10;
}
.cennik td {
	padding: 5px 10px 4px 10px;
	color: #28651A;
	border-bottom: 1px dotted #183a10;
}
.cennik tbody tr:hover td{
	color: #183a10;	
	font-weight: bold;
}




