/* Start of CMSMS style sheet 'tab' */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 52px; /*--Set height of tabs--*/
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 52px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 52px; /*--Vertically aligns the text within the tab--*/
	border: 0px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 0 ;
	border: 0px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
        color: #26478C; 
}
ul.tabs li a:hover { color: #aa067d; 
	
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	
	border-bottom: 0px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
        
	height:280px; 
        border: 0px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
 
	
}

#atab1, #atab2 , #atab3 {margin:0 0 0 1px ;  color: #26478C; }

#atab1  {background-image:url(uploads/images/layout/tab_kim_jestesmy.png); background-repeat:no-repeat;width:263px;  text-indent:-300px;}
#atab1:hover {background-image:url(uploads/images/layout/tab_kim_jestesmy_hover.png); background-repeat:no-repeat;width:263px; }

#atab2  {background-image:url(uploads/images/layout/tab_aktualnosci.png); background-repeat:no-repeat;width:147px;  text-indent:-300px;}
#atab2:hover {background-image:url(uploads/images/layout/tab_aktualnosci_hover.png); background-repeat:no-repeat;width:147px; }

#atab3  {background-image:url(uploads/images/layout/tab_kalendarz_imprez.png); background-repeat:no-repeat;width:195px;  text-indent:-300px;}
#atab3:hover {background-image:url(uploads/images/layout/tab_kalendarz_imprez_hover.png); background-repeat:no-repeat;width:195px; }
#atab4  {width:185px;  padding:0 0 0 10px;font-size: 18px; color:#F4820A; font-weight:bold; }
.tab_content {
       background-image:url(uploads/images/layout/srodek.png); 
        height:280px; 
       padding:35px 15px 0 15px ; 
}


/* End of 'tab' */

