html, body
{
  font-family:Tahoma, Arial;
  font-size:11px;
  margin:0px auto;
  text-align:center;
  color:#4e4e4e;
  background-color:#ffffff;
}

#main {
	width:985px;
	margin:0 auto;				
	position:relative;
	z-index:2
}

.main {
	width:985px;
	margin:0 auto;				
	position:relative;
	z-index:2
}


img 
{
	border:0;
}

.pageTitle {
	position:absolute;
	left:0;
	top:-14px;
	font-size:17px;
	color:#BE1F27;
	font-weight:bold;
	font-family:Tahoma;
	font-style: oblique;
	display:block; 
	background:url("../../gfx/titlebg.png") repeat-x;
}
	
/* gora strony */
	.pageTop
	{
		height:154px;
		width:100%;
		background:url("../../gfx/default/bg_top.jpg") no-repeat;
		
	}
	.navTop
	{
		height:34px;
		width:680px;
		float:right;
		background:url("../../gfx/default/bg_topright.png") repeat-x;
		position:relative;
	}
	
	.buttop
	{
		float:left;
		display:inline;
		cursor: pointer;
	}
	
	.navTopRight
	{
		float:left;width:180px;
		position:absolute;
		top:23px;
		right:-5px;		
	}
	.navTopButton
	{
		float:left;width:60px;
	}
	
	.navTopButton a
	{
		color:#076EA9;
		font-size:10px;
		text-decoration:none
	}
 
 	.navTopButton a:hover
 	{
 		color:#cc0000;
 	}
 	
 /* menu glowne */
 	.menuMain
 	{
 		width:100%;
 		height: 35px;
 		text-align:left;
 		
 		background:url("../../gfx/menu/menu.png") no-repeat;
 	}
 	.button1 {
 		position:relative;
 		display:inline;
 		float:left;
 		z-index:1;
 		width:125px;
 		height:35px;
 		cursor:pointer;
 		background:url("../../gfx/menu/top/strona_glowna.png") no-repeat;
 	}
 	
 	.button1Hover {
		z-index:2;
 		background:url("../../gfx/menu/top/strona_glowna_on.png") no-repeat;
 	}
 	.button2 {
 		position:relative;
 		display:inline;
 		cursor:pointer;
 		float:left;
 		left:-8px; 	
 		width:114px;
 		z-index:1;
 		height:35px;	
 		background:url("../../gfx/menu/top/button_promocje.png") no-repeat;
 	}
 	
 	.button2Hover {
 		z-index:2;
 		background:url("../../gfx/menu/top/button_promocje_on.png") no-repeat;
 	}
 	
 	
 	.button3 {
 		position:relative;
 		display:inline;
 		float:left;
 		cursor:pointer;
 		left:-16px; 	
 		width:218px;
 		z-index:1;
 		height:35px;	
 		background:url("../../gfx/menu/top/button_ads.png") no-repeat;
 	}
 	
 	.button3Hover {
 		z-index:2;
 		background:url("../../gfx/menu/top/button_ads_on.png") no-repeat;
 	}
 	.button4 {
 		position:relative;
 		display:inline;
 		float:left;
 		cursor:pointer;
 		left:-24px; 	
 		width:114px;
 		z-index:1;
 		height:35px;	
 		background:url("../../gfx/menu/top/button_dopobrania.png") no-repeat;
 	}
 	
 	.button4Hover {
 		z-index:2;
 		background:url("../../gfx/menu/top/button_dopobrania_on.png") no-repeat;
 	}
 	.button5 {
 		position:relative;
 		display:inline;
 		float:left;
 		left:-32px; 
 		cursor:pointer;	
 		width:85px;
 		z-index:1;
 		height:35px;	
 		background:url("../../gfx/menu/top/button_praca.png") no-repeat;
 	}
 	
 	.button5Hover {
 		z-index:2;
 		background:url("../../gfx/menu/top/button_praca_on.png") no-repeat;
 	}
 		.button6 {
 		position:relative;
 		display:inline;
 		float:left;
 		left:-40px; 	
 		cursor:pointer;
 		width:78px;
 		z-index:1;
 		height:35px;	
 		background:url("../../gfx/menu/top/button_kontakt.png") no-repeat;
 	}
 	
 	.button6Hover {
 		z-index:2;
 		background:url("../../gfx/menu/top/button_kontakt_on.png") no-repeat;
 	}
 	
 	
 	
 /* content top */

 .spacerTop {
 	width:2px;
 	font-size:1px;
 	float:left;
 	height:72px;
 	background:url("../../gfx/default/bg_spacer.jpg") no-repeat;
 }
 
 
 
 .spacerVer {
 	width:2px;
 	font-size:1px;
 	float:left;
	min-height:690px; 	
 	background:url("../../gfx/default/bg_vert.gif");
 }
 
 * html .spacerVer {
 	height:690px;
 }
 .contentBg {
	min-height:950px;
 }
 
 * html .contentBg
 {
 	height:950px;
 	
 }
 	

.contentList
{
	width: 647px;
}

.contentTextDiv
{
	margin-top:2px;
	display: inline; 
	float: left;
	width:100%;
	
}

.contentTitle
{
	display:block;
	float:left;
	color:#535353;
	font-weight:bold;
	position:relative;
}

.title
{
	
	
	position:relative;
	color: #BE1F27;
	font-size:17px;
	font-weight: bold;
	text-align:left;
	font-style: italic;
	top:-20px;
}
.contentDate
{
	display:block;
	color:#BEBEBE;
	
	float:right;
}

.e4ContentCenter
{
	float:left;
	width:647px;
	min-height:120px;
	text-align:left;
	padding-bottom:10px;
	line-height:16px;
	
}

a.intro
{
	text-decoration:none;
	color:#535353;
	line-height:16px;
}

.navi
{
	float:left;
	height:16px;
	line-height:16px;
	font-size:11px;
}

.navi a
{
	text-decoration:none;	
}

.navi a:hover
{
	text-decoration:underline;	
}

/* wyciaganie strony */
.blockPage {
	position:relative;width:100%;
	background: url("../../gfx/top_bg.jpg") repeat-x;
	}
.blockPage2 {
    position:relative;width:100%;
   
    }
	
.rightTop1 
{
	position:absolute;
	
	width:50%;
	right:0;
	height:34px;
	background:url("../../gfx/default/bg_topright.png") repeat-x;
	
}
.bgLeftContentBottom{
	width:50%;position:absolute;top:-136px;left:0;height:105px;
	background:url("../../gfx/tlo_botom.png") repeat-x;
}


.leftMenuBg
{
	position:absolute;width:50%;left:0;height:35px;top:0;
	background:url("../../gfx/menu/menu_bgleft.png") repeat-x;
	}
.bgtopleft
{
	position:absolute;width:50%;left:0;top:0;height:100px;z-index:0;
	/*background:url("../../gfx/default/bgtop1.jpg") repeat-x;*/
	/*background-color:#E2FAAD*/
	
}

/* employes */
.employeesCategorySub
{
	
	text-align:left;
}

.employeesCategorySub a
{
	font-weight:bold;
	color: #0B79B8;
	text-decoration:none
}	


/*nawigacja */
.navi a
{
	color:#5EA8D2
}
.navi { color:#5EA8D2 }


.news{
	width:322px;height:98px;float:left; background:url(../../gfx/bg_news.png) no-repeat;
	background-position: bottom;
		padding-top:5px;
}

.news2
{
	width:322px;height:103px;float:left; background:url(../../gfx/bg_news2.png) no-repeat;
	padding-top:5px;
}
.promotions { width:322px;float:left;padding-top:5px;background:none;height:95px; }


.bottomMenuItem
{
	display:inline
	
}
.bottomMenuItem a
{
	font-size:12px;
	text-decoration: none;
	font-style: italic;
	size: 12px;
	color: #398AB5
}

.newsletter
{
	height:88px;
	background: url(../../gfx/default/bgnewsletter.png) no-repeat;
}


.searchForm input
{
	border:1px solid #3b89b6;
	margin:2px;
	width:142px;
	height:17px;
	display:inline;
	float:left;
	color:#5fb2e4;
	font-style: italic;
	text-align:center;
	font-size:9px;
}

.bottomMenuItem a:link, .bottomMenuItem  a:visited, .bottomMenuItem a:active{
	font-size:11px;	
}

.bottomMenuItem a:hover{
	text-decoration:none;
}

.fadein { position:relative; }
.fadein img { position:absolute; left:0; top:0; }


