.naglowek { width: 695px; height: 29px; background: url(images/bg.jpg) repeat-x; position: absolute; float: left;}
.naglowek h1 img { position: absolute; top:3px; left:8px; display: block; float: left;}

#aktMainSwiat { display: none;}
#aktMainKraj { display: block;}
#aktListaSwiat { display: none;}
#aktListaKraj { display: block;}

.aktKraj, .aktSwiat, .aktKraj_on, .aktSwiat_on { position: absolute; top: 0px; color: #fff; font-family: Arial, Tahoma;
text-decoration: none; font-size: 11px; text-transform: uppercase; font-weight: bold; display: block; padding: 6px 10px;
height: 30px;}
.aktKraj { right: 50px;}
.aktKraj_on { right: 50px; background: #fff; color: #0d5296; margin-right: 8px;}
.aktKraj:hover { text-decoration: underline;}
.aktSwiat { right: 1px;}
.aktSwiat_on { right: 1px; background: #fff; color: #0d5296;}
.aktSwiat:hover { text-decoration: underline;}


.wiecejAkt { position: absolute; bottom: 1px; width: 695px; height: 30px; background: #eee; }
.wiecejAkt a { text-decoration: none; color: #0071c7; font-size: 11px; font-family: Arial, Tahoma; float: right; 
font-weight: bold; margin: 8px 10px 0 0;}
.wiecejAkt a:hover { text-decoration: underline; }

#featured{ 
	width:695px; 
	position:relative; 
	border:1px solid #ccc; 
	height:329px; 
	background:#fff;
	padding: 1px;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:30px; right:1px; 
	list-style:none; 
	padding:0; margin:0; 
	width: 306px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666;
  margin-bottom: 2px; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:12px;  padding-top: 4px; display: block;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#0071c7;  background:#fff;
	text-decoration: none;
	
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#eee; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;  top: 30px;
	overflow: hidden;
}

#featured .ui-tabs-panel img { width: 400px; }

#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2 { 
	font-size: 16px; font-family:Arial, serif; 
	color:#fff; padding :5px; margin:0;
	overflow:hidden; 
}
#featured .info p { 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a { 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}