.tabberlive .tabbertabhide
{
	display: none;
}

ul.tabbernav
{
	margin: 0;
	/* padding: 3px 0; */

	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
	/* padding: 3px 0.5em; */
	margin-left: 3px;
	border: 1px solid #000000;
	border-bottom: none;
	background: #D7C686;
	background-image: url(images/arkaplan.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

ul.tabbernav li a:link
{
	color: #000;
}
ul.tabbernav li a:visited
{
	color: #000;
}

ul.tabbernav li a:hover
{
	color: #000;
	background: #dedede;
	border-color: #000000;
}

ul.tabbernav li.tabberactive a
{
	background: url() #fff no-repeat;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
	 padding: 10px;	
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2
{
	display: none;
}
.tabberlive .tabbertab h3
{
	display: none;
}

