	.Cs_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #0097c0;
		
	}
	
	.Cs_aTab{
		border-left:1px solid #186989;
		border-right:1px solid #186989;
		border-bottom:1px solid #186989;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		height: 100%;
		background-color: #FFFFFF;
  	font-family: Tahoma, Arial, Verdana;
  	font-size:10px;
  	color:#505050;
  	line-height:16px;

	}
	
	.Cs_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:repeat-x;
		background-position:top left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	
	.Cs_tabPane .tabActive{
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	
	.Cs_tabPane .tabActive .active{
	   background-image:  url("tab_active.gif");
	   top: 0px;
	   float: left;
	}
	
	.tabButtonText{
    color: rgb(0,149,193);
  }
  
  .tabButtonTextOver{
    color: rgb(197,5,66);
  }
	
	.Cs_tabPane .tabInactive{
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}
  
  .Cs_tabPane .tabInactive .active{
	   background-image: url("tab_inactive.gif");
	   /*background: #fce6e6;*/
	   top: 0px;
	   float: left;
	}
  
	.Cs_tabPane .inactiveTabOver{
		background-image:url(../../www.familienurlaub.at/tabs/tab_left_over.gif);
		margin-left:0px;
		margin-right:0px;
	}
	
	.Cs_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
		
	}
	.Cs_tabPane .tabActive span{
		padding-top: 1px;
		position: relative;
    top: 1px;
		line-height:20px;
		
	}
	
	.Cs_tabPane img{
		float:left;
		top: 1px;
	}
