.tab{
	float:left;
	background: #f7f7f7 url(../img/line980.gif) no-repeat bottom;
	padding-bottom:8px;
	margin-bottom:12px;	
}
.tab_header{
	height:36px;
	width:100%;
	float:left;
	background: url(../img/tabs/header.gif) no-repeat left top;	
}
.tab_header_content{
	height:26px;
	padding:10px 0px 0px 0px;
	margin-left:12px;
	background: url(../img/tabs/header.gif) no-repeat right top;
}

.tab_navigation{
	list-style:none;
	margin:0px;
	padding:0px;	
	float:left;	
	width:100%;
	font-size:11px;
	line-height:14px;
	background: white url(../img/tabs/ul_bg.gif) no-repeat right;
}
.tab_navigation li{	
	height:28px;	
	overflow:hidden;
	float:left;
	text-align: center;
	background: #ffffff url(../img/tabs/bg.gif) repeat-x bottom;
}
.tab_navigation li a{
	height:20px;
	padding:8px 12px 0px 7px;
	margin-left:3px; 
	color:#7f7f7f; 
	display:inline;
	float:left;
	background: url(../img/tabs/separator.gif) no-repeat right bottom;	
}
.tab_navigation li.first{background: url(../img/tabs/left.gif) no-repeat left bottom;}
.tab_navigation li.last {background: url(../img/tabs/right.gif) no-repeat right bottom; border-right:0px;}
.tab_navigation li.lastempty {background: url(../img/tabs/right2.gif) no-repeat right bottom; border-right:0px;}
.tab_navigation li.lastempty a, .tab_navigation li.last a{background:none;}
.tab_navigation li.active {background: url(../img/tabs/active.gif) no-repeat left top; }
.tab_navigation li.active a{background: url(../img/tabs/active.gif) no-repeat right top; }
.tab_navigation li.active a{ color:#000000;}
.tab_navigation li.empty{ 
	float:right;
	border-right:1px #eeeeee solid;
	background:none;
}

.tab_content{
	padding:13px 15px 0px 0px;
	float:left;
	background: #f7f7f7 url(../img/tabs/content_bg.gif) repeat-x top;
	font-size:11px;
	line-height: 14px;
	color:#7f7f7f;
	overflow:hidden;
}
.tab_hide { display: none;}

.tab_content .foto{
	 float:left;
	 margin-right:15px;
	 height:100%;
}

.tab_content .intro{
	height:140px;
	overflow:hidden;
}
.tab_content div.text_more{
	display:none;
	height:150px;
	overflow:hidden;
}
.tab_content .linki{
	border-top:1px #dddddd solid; 
	margin-top:8px;
	padding-top:8px;
	height:120px;
	overflow:hidden;
}