*{
	margin:0;
	padding:0;
	font-family: Tahoma;
}
html, body{
	background-color: #c9ec99;
	font-size: 12px;
	color: #000;
	min-height: 100%;
}
body{
	background: transparent url(images/bg.jpg) top center no-repeat;	
}
h2{
	font-size: 20px;
	color: #333;
}
a,a:visited,a:hover,a:active{
	color: #A84CFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: blink;	
}
ul,ol{
	padding-left: 40px;
}
#main{
	background-color: transparent;
	width: 980px;
	min-height:100%;
	position: relative;
	margin: 0 auto;
}
#body{
	padding-bottom: 88px;
}
a#logo,a#logo:visited,a#logo:hover,a#logo:active{
	width: 152px;
	height: 70px;
	display: block;
	position: absolute;
	top: 19px;
	left: 0px;
	border: none;
	text-decoration: none;
	background: transparent url(images/logo.png) top left no-repeat;
}
#obokLogo{
	border-left: 1px solid #39b636;
	width: 250px;
	height: 69px;
	padding-left: 28px;
	position: absolute;
	top: 19px;
	left: 181px;
}
#opisLogo{
	position: absolute;
	color: #078a1c;
	width: 250px;
	height: 15px;
	top: 29px;
	left: 28px;
}
#opisLogo span{
	position: absolute;
	color: #fff;
	width: 250px;
	height: 15px;
	top:-1px;
	left: -1px;
}
#search{
	background: transparent url(images/search.png) top left no-repeat;
	height: 22px;
	width: 200px;
	position: absolute;
	right: 0;
	top: 135px;
}
#search input{
	background: transparent;
	border: none;
	width:25px;
	cursor: pointer;
}
#search input.text{
	color: #505050;
	font-size: 10px;
	padding:5px 10px;
	width:150px;
	cursor: text;
}
#menu{	
	padding: 130px 0 0;
	height: 45px;
	width: 980px;
	overflow: hidden;
}
/*#menu a,#menu a:visited,#menu a:hover,#menu a:active{
	display: block;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	font-size: 16px;
	color: #fff;
}*/
#menu div.level0{
	position: relative;
	height: 33px;
	float: left;
	width: 780px;	
}
#menu div.level0 .item{
	float: left;
	display:inline;
	float:left;
	height: 33px;
	margin: 0 0 0 16px;
}
#menu .level0 a, #menu .level0 a:visited, #menu .level0 a:hover, #menu .level0 a:active{
	color: #fff;
	text-align: center;
	padding: 8px 16px 0;
	margin-right: -16px;
	height: 25px;
	position: relative;
	left: -16px;
	display: block;
	float: none;
}
#menu div.level0 .selected{
	background: transparent url(images/menubg_right.png) top right no-repeat;
}
#menu div.level0 .selected a{
	background: transparent url(images/menubg_left.png) top left no-repeat;
}
#menu .level0separator{
	width: 20px;
	height: 33px;
	float: left;
}
#foot{
	height: 44px;
	padding-top: 44px;
	background: transparent url(images/foot.png) bottom left no-repeat;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	font-size: 10px;
	color: #fff;
}
#foot_right{
	background: transparent url(images/foot_right.gif) top right no-repeat;
	width: 43px;
	height: 84px;
	position: absolute;
	bottom: 0;
	right: -43px;
}
#foot_left{
	background: transparent url(images/foot_left.png) top right no-repeat;
	width: 288px;
	height: 84px;
	position: absolute;
	bottom: 0;
	left: -288px;
}
#foot a, #foot a:visited, #foot a:hover, #foot a:active{
	position: absolute;
	top: 43px;
	right: 0px;
	width: 174px;
	height: 23px;
}
#rzetelnaFirmaMini{
	width: 54px;
	height: 26px;
	position: absolute;
	bottom: 2px;
	left: 0;
}
#foot #rzetelnaFirmaMini a{
	width: 54px;
	height: 26px;
	display: block;
	background: transparent url(images/rzf.gif) 0 0 no-repeat;
	position: static;
}
.cleared{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
/********** Other FF styles for annoying things **********/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
padding: 0px 2px 0px 2px;
border: 1px solid transparent;
}
:-moz-any-link:focus {
outline-color:-moz-use-text-color;
outline-style: none;
outline-width: 0;
}
