ul.tabsa {
	margin: 0;
	padding: 0 !important;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	width: 413px;
}

ul.tabsa li {
	float: left;
	margin: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-image: url(/new_images/bg_tab_on.png);
	
	margin-right:1px;
}
ul.tabsa li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 0px solid #e5e5e5; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	
}

ul.tabsa li a:hover {
}

html ul.tabsa li.active, html ul.tabsa li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	border-bottom: 0px solid #114733; /*--Makes the active tab look like it's connected with its content--*/
	background: url(/new_images/bg_tab.png);
}

div.panes {
	background-image: url(/new_images/bg_tabs.png);
	background-repeat: repeat-x;
	background-position: left 26px;
	padding: 36px 20px 0px 20px;
	min-height:200px;
}


div.tab_content ul.download {
	border-top: 1px solid #DDDDDB;
	border-bottom: 1px solid #DDDDDB;

	list-style: none !important;
	list-style-image: none;
	padding-left: 0px;
	margin:10px 0px 10px 0px;
}

div.tab_content ul.download li {
	line-height:33px;
	text-align:left;
	background: transparent url('/images/nav/pfeil_rechts_off.png') no-repeat left center;
}

div.tab_content ul.download li a {
	margin-left: 20px;
	display: block;
}



div.tab_content ul.link {
	border-top: 1px solid #DDDDDB;
	border-bottom: 1px solid #DDDDDB;

	list-style: none !important;
	list-style-image: none;
	padding-left: 0px;
	margin:10px 0px 10px 0px;
}

div.tab_content ul.link li {
	text-align: right;
	line-height:33px;
	background: transparent url('/images/nav/pfeil_rechts_off.png') no-repeat right center;
}

div.tab_content ul.link li a {
	margin-right: 20px;
	display: block;
}
