html {
	font-size: small; 
	font-family: tahoma, verdana, helvetica, sans-serif;
}
body {
	margin: 0px; 
	padding: 0px;
	color: #5b5b5b;
	display: block;
	margin: auto;
}
img {
	border: 0px;
}
h1 {
	float: left;
	font-size: 120%; 
	font-weight: bold;
}
h2 {
	font-size: 115%; 
	font-weight: bold;
}
h3 {
	font-size: 110%; 
}
a {
	text-decoration: none;
}
a:hover {
	color: #00c6ff !important;
}
p {
	line-height: 200%;
}
input {
	border: 1px solid #c9c9c9;
}
.alert {
	float: left;
	display: block;
	width: 700px;
	margin: auto;
	text-indent: 0px !important;
	color: #ff0000 !important;
	background-color: #ffffff;
	border: 2px solid #ff0000;
	padding: 5px;
	font-size: 90%;
}
#page {
	width: 980px;
	display: block;
	margin: auto;
}
#top {
	margin-top: 10px;
	width: 980px;
	height: 110px;
	border-bottom: 1px solid #c9c9c9;
	float: left;
}
#poczta {
	float: right;
	color: #1739b5;
	border-left: 1px dotted #797979;
	border-right: 1px dotted #797979;
	padding: 5px;
	font-weight: bold;
	font-size: 80%;
}
#menu {
	float: right;
	width: 500px;
	padding: 0;
	margin: 0;
	margin-top: 48px;
	list-style-type: none;
}
#menu li {
	float: right;
	padding: 5px;
	padding-top: 10px;
	height: 25px;
	margin-left: 4px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: #000000 url('../images/menu_tlo.jpg') repeat-x left top;
}
#menu li a {
	color: #ffffff;
}
#content {
	width: 980px;
	float: left;
	border-top: 10px solid #c9c9c9;
	margin-top: 2px;
	padding-bottom: 20px;
	background: url('../images/tlo.jpg') no-repeat right bottom;
}
#content #ofertowka {
	width: 420px;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #ffffff; 
}
#content #ofertowka li{
	width: 400px;
	float: right;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dotted #797979;
	font-size: 110%;
	color: #5b5b5b;
	font-weight: bold;
}
#content #ofertowka img {
	border-right: 1px dotted #797979;
	padding:right: 5px;
	margin: 10px;
}
#content #ofertowka a {
	color: #5b5b5b;
}
#content #zawartosc {
	width: 980px;
	float: right;
}
#stopka {
	float: right;
	width: 100%;
	border-top: 1px solid #c9c9c9;
	color: #5b5b5b;
	font-size: 70%;
}
#copy {
	float: center;
	margin-top: 2px;
	padding-top: 10px;
	height: 30px;
	background-color: #c9c9c9;
	width: 100%;
}
