@charset "utf-8";
/* CSS Document */

	/* menu ------------------------------------------------------------------- */
	
.main .menu {
	display: block;
	position: relative;
	width: 998px;
	height: 32px;
	}
	
.main .menu a {
	display: block;
	position: relative;
	width: 157px;
	height: 32px;
	left: 0;
	margin-right: 8px;
	background: url(/images/menu-main/menu-element-g-01.gif) repeat-x 0 0;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #004798;
	text-align: center;
	line-height: 30px;
	float: left;
	}
	
.main .menu a:hover {
	color: #555;
	}
	
.marginBetweenV {
	display: block;
	position: relative;
	width: 8px;
	height: 1px;
	float: left;
	}

	/* menu stop ------------------------------------------------------------------- */
	
	/* menu dla ID#container ------------------------------------------------------------------- */
	
#container .menu {
	display: block;
	position: relative;
	width: 998px;
	height: 32px;
	}
	
#container .menu a {
	display: block;
	position: relative;
	width: 157px;
	height: 32px;
	left: 0;
	margin-right: 8px;
	background: url(/images/menu-main/menu-element-g-01.gif) repeat-x 0 0;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #004798;
	text-align: center;
	line-height: 30px;
	float: left;
	}
	
#container .menu a:hover {
	color: #555;
	}
	
	/* menu dla ID#container stop ------------------------------------------------------------------- */
	
	/* HEADER MAIN */
	
.headerMainLeft {
	display: block;
	position: relative;
	height: 83px;
	left: 10px;
	text-align: left;
	float: left;
	}
	
.headerMainLeft a {
	display: block;
	position: relative;
	float:left;
	}
	
.headerMainLeft a img {
	display: block;
	position: relative;
	float: left;
	}	
	
		/* right */
		
.headerMainRight {
	display: block;
	position: relative;
	height: 35px;
	right: 10px;
/*	background: url(/images/main-site/bg_szukaj.jpg) no-repeat 0 0;*/
	background: none;
	margin-left: 12px;
	text-align: center;
	float: right;
	}
	
.headerMainRight .txt01 {
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #777;
	line-height: 22px;
	}	
	
.headerMainRight a {
	display: inline;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	}
	
.headerMainRight span {
	display: inline;
	position: relative;
	margin-top: 6px;
	margin-left: 10px;
	float: left;
	}
	
.headerMainRight .formSearch {
	display: inline;
	position: relative;
	margin: 0;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
	}
	
.headerMainRight .infoHdr {
	display: block;
	position: relative;
	width: 362px;
	top: 9px;
	float: left;
	}
	
.headerMainRight .infoHdr a {
	margin-top: 0;
	padding-left: 70px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #F00;
	text-align: center;
	}
	
.headerMainRight .infoHdr a:hover {
	color: #333;
	}
	
		/* end right */
	
	/* end HEADER MAIN */

	
	
