body {
	background-image: url(layout/ceny_01.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

.tytul {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: Navy;
	font-style: oblique;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

.stopka {
	font-size: 10px;
	color: Navy;
	text-align: center;
	vertical-align: top;
}

a {
	color: Blue;
}

a:hover {
	color: #A52A2A;
}

ul {
	list-style: none;
}

form {
	margin-top: 15px;
	margin-left: 15px;
	font-size: 11px;
	color: Black;
}

.submit {
	background-color: transparent;
}

hr {
	color: #A52A2A;
	width:90%;
}

table.cennik {
	border: solid 1px;
	border-color: #A52A2A;
	margin-top: 10px;	
	padding: 0px;
	border-collapse: collapse;
}

td.naglowekCennika {
	background-color: Navy;
	text-align:center; 
	font-weight:bold;
	color: #FFFACD; 
}

td.cennik {
	border-top: solid 1px;
	border-right: none;
	border-left: none;
}

h2 {
	font-size: 15px;
	color: Navy;
}

