body {	
	background-position: top;	
	background-color: black;
	color: #333333;
	font-family: Trebuchet MS, tahoma, sans-serif;
	font-size: 11pt;
	margin: 0px;
	margin-bottom: 50px;
}

td {
	vertical-align: top;
}

table {
	font-size: 10pt;
}

table.main {
	width: 800px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: auto;
	margin-top: 0px;
	font-size: 10pt;
	background: white;
	padding: 0px;
	border-collapse: collapse;
}

td.panel1 {
	vertical-align: middle;
	text-align: right;
	height: 41px;
	padding: 0px;
	margin: 0px;	
	background: url(./img/template/top.jpg);
}

td.panel2 {
	vertical-align: bottom;
	text-align: left;
	height: 174px;
	padding: 0px;
	margin: 0px;	
	background: url(./img/template/bottom.jpg);
}


td.panelmain {
	vertical-align: top;
	padding-right: 5px;
	padding: 10px;

}

a {
	color: #345f5a;
	text-decoration: none;
	font-weight: bold;
}

a.oferta_link {
	font-weight: bold;
	font-size: 15pt;
}

a:hover {
	color: red;
}

a.prod {
	padding-left: 5px;
}

div.pasek_menu {
	
}

a.selected {
	font-size: 14pt;
	color: #aedd01;
	background: #101318;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.unselected {
	font-size: 14pt;
	color: white;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: normal;
}

a.unselected:hover {
	color: grey;
}

img.pict {
	border: 2px solid grey;
}

td.footer {
	border-top: 1px solid #e1e1e1;
	font-size: 10px;
	text-align: center;
	background: black;
	color: white;
}

a.footer {
	font-size: 10px;
	color: #8ea9a6;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	border-bottom: 1px solid #afafaf;
	background: #dfdfdf;
}

img.img_gal_small {
	border: 1px solid red;
}

img.img_gal_big {
	border: 1px solid #92a09f;
	width: 250px;
}

ul {
	list-style-type: square;
	list-style-position: inside;
}


