html, body {
	font-family: "Trebuchet MS";
	background-color: #ffffff;
	color: Black;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
TD {FONT-SIZE: 13px;}
div {
	margin: 0;
}

p {
	text-align: justify;
}

a, img {
	text-decoration: none;
	border: none;
	color: Black;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* Menu i tresc strony */
div.calosc {
	width: 100%;
	text-align: left;
	margin: 0;
	background-image: url(gfx/left2.png);
	background-repeat: repeat-y;
	background-position: left;
}

div.top {
	height: 157px;
}

div.left {
	height: 300px;
	background-image: url(gfx/left2.png);
	background-repeat: repeat-y;
	background-position: left;
	clear: left;
}

div.bottom {
	width: 100%;
	height: 319px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(gfx/bottom2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.menu {
	margin: 0px;
	background-image: url(gfx/left.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
	padding-left: 100px;
	float: left;
	width: 250px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-align: center;
}

div.menu ul {
	width: 250px;
	padding: 0px;
	margin: 0px 0px;
}

div.menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
	
}

div.menu li a {
	padding: 10px 2px 10px 48px;
	height: 40px;
	margin: 0px;
	color: Black;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	font-size: 15px;
	background-image: url(gfx/menu_01.png);
	background-repeat: no-repeat;
}
div.menu a:hover {
	background-image: url(gfx/menu_02.png);
}

div.strona {
	float: left;
	padding-top: 50px;
	width: 600px;
	overflow: hidden;
	font-size: 12px;
}

div.element {
	clear: left;
}

div.element:hover {
	background-color: White;
}

div.element img {
	float: left;
	border: 0px;
	margin-right: 10px;
}

div.element h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: auto;
	margin-bottom: 2px;
	display: block;
}

div.element div {
	font-size: 12px;
	text-align: justify;
	vertical-align: middle;
}


/* cennik */

table.cennik {
	background-color: #303030;
	width: 440px;
}
table.cennik .kolor1 {
	background-color: #FFFFCC;
}
table.cennik tr {
	background-color: #E5FFCC;
}
table.cennik td {
	padding: 5px;
	text-align: center;
}

/* listy rozwijane */
dl.rozwijane dt {
	cursor: pointer;
	padding: 2px 2px 2px 15px;
	margin-bottom: 5px;
	background-image: url(gfx/kropka.png);
	background-repeat: no-repeat;
	background-position: left;
}
dl.rozwijane dt:hover {
	font-weight: bolder;
	background-color: #FFE69C;
}


.link {
	font-size: 13px;
	color: #508700;
}
.link:hover {
	font-size: 13px;
	color: #508790;
	text-decoration: underline;
}

.title {
	font-size: 16px;
	color: #cb4400;
	font-weight: bold;
	background-image: url(gfx/motyl.gif);
	padding-left: 33px;
	background-repeat: no-repeat;
	height: 28px;
}