html, body {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #996;
	color: #000;
	text-align: center;
	border: none;
}
div {  
	position: relative; 
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	font-size: 24px; 
	font-weight: bold; 
	color: #660; 
	margin: 5px 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	margin: 3px 0 0 0;
	padding: 0;
}
h3 {
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	margin: 5px 0 0 0;
	padding: 0;
}
p {  
	padding: 0 0 2px 0;
	margin: 0;
}
a, a:visited, a:link, a:active {  
	font-weight: bold; 
	color: #000; 
	text-decoration: none;
	expression(this.hideFocus=true);
}
a:hover, a:focus {
	color: #660;
	expression(this.hideFocus=true);
}

ul, ol, li {  
	padding: 0;
	margin: 0 0 3px 0;
}
img {
	border: none;
}
#menu ul, #menu ol, #menu li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 3px 0;
	padding: 0;
	display: inline-block;
}
#menu .color {
	text-transform: uppercase;
	color: #FFCC00;
}
li a, li a:link, li a:visited, li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #CC9;
	background: transparent;
	display: block;
	padding: 4px 10px 4px 10px;
	margin: 0 0 0 0;
	border: #cc9 solid 1px;
}
li a:hover, li a:focus {
	display: block;
	color: #660;
	border: 1px solid #996;
	padding: 4px 10px 4px 10px;
	background-color: #cc9;
}
input {  
	color: #000000; 
	background-color: #999966; 
	height: 25px; 
	width: 250px; 
	font-weight: bold;
}
textarea {  
	font-weight: bold; 
	color: #000000; 
	background-color: #999966; 
	height: 125px; 
	width: 350px; 
	overflow: auto;
}
.clear {
	clear: both;
}
.float {
	float: left;
	margin: 3px 10px 3px 0;
}
.border {
	border: 1px solid #660;
}
.licznik {  
	font-size: 12px; 
	color: #FFF;
}
#warstwa {
	position: relative;
	width: 720px;
	margin: 10px auto;
	border: 1px solid #cc9;
}
#strona {
	width: 720px;
	height: 460px;
	background-color: #660;
	text-align: left;
	position: relative;
}
#menu {
	width: 180px;
	float: left;
	left: 10px;
	top: 0;
	padding: 5px 0;
	border: none;
}
#logo {
	width: 180px;
	margin-bottom: 5px;
	text-align: center;
}
#adres {
	width: 180px;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	text-align: right;
}
#foty {
	width: 400px;
	height: 400px;
	float: right;
	right: 60px;
	top: 30px;
}
#stopka {
	width: 760px;
	height: 25px;
	left: 10px;
	bottom: 0px;
	background-color: #666;
	position: absolute;
}
#licznik {
	width: 180px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #cc9;
	left: 10px;
	bottom: 5px;
	text-align: center;
	position: absolute;
}
#bottom {
	width: 700px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	background-color: #cc9;
	color: #000;
	border-top: 1px solid #cc9;
}
* html #stopka {
	bottom: -1px;
}
* html #menu ul, #menu ol, #menu li {
	width: 180px;
}