body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	background-image: url(../images/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.top {
	width: 1180px;
	height: 493px;
	background-image: url(../images/top_background.jpg);
	background-repeat: no-repeat;
}
.liscie {
	width: 1101px;
	height: 490px;
	background-image: url(../images/tlo_liscie.png);
	background-repeat: no-repeat;
}
.mapa {
	font-size: 11px;
	color: #999999;
}
.content {
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	width: 1050px;
	line-height: 17px;
}
.naglowek {
	color: #9cb22f;
}
img {
	border:0;
}
a:link {
	text-decoration: none;
	color: #9cb22f;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #9cb22f;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #9cb22f;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
	font-size: 11px;
}
a.szare:link {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
a.szare:visited {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
a.szare:active {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
a.szare:hover {
	text-decoration: none;
	color: #9cb22f;
	font-size: 10px;
}
.stopka {
	width: 900px;
	font-size: 10px;
	color: #999999;
	clear: both;
	height: 20px;
}
.stopka_tlo {
	width: 100%;
	height: 32px;
	background-image: url(../images/stopka_tlo.jpg);
	background-repeat: repeat-x;
	
	bottom: 0px;
}
.button {
	float: right;
	color: #999696;
	width: 100px;
	margin: 11px 0 0 0;
	padding: 5px;
}
.input {
	height: 22px;
	width: 200px;
	border: 1px solid #999696;
	color: #999696;
	text-align: left;
	padding: 0 2px;
}
.textarea {
	height: 144px;
	width: 300px;
	border: 1px solid #999696;
	color: #999696;
	font-family: tahoma;
	font-size: 1em;
	padding: 10px 4px 10px 4px;
}
.checkbox {
	padding: 0;
	margin-top:0px;
	vertical-align:middle;
}
.error {
border: 1px solid #FF0000;
}
#error_box {
	border: 1px solid #F00;
	background-color:#FFA4A4;
	padding: 7px;
	width: 400px;
	margin: 2px auto;
	color:#666;
	text-align:center;
	font-weight:bold;
}
#confirm_box {
	border: 1px solid #6C3;
	background-color:#B0DA92;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
	color:#333;
	text-align:center;
	font-weight:bold;
}
.cookie {
	background-color: #EFEFEF;
	width: 100%;
	height: 37px;
	box-shadow: 0 -2px 4px #C1C1C1;
	border-top: 1px solid #C1C1C1;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 2300000;
}
.cookie .bclose {
	float: right;
	margin: 4px 10px auto auto;
}
.cookie .text {
	font-size: 10px;
	padding: 5px;
}
#id_cookie a {
	font-size: 14px;
	padding: 5px;
}