@media all
{
  .main_tabnav {
	width:100%;
	float:left;
	color: #fff;
	background-color:#1f1e2e;
	background:#1f1e2e url("../../images/widgets/tabnav/bg.gif") repeat-x bottom;  
	}

	.main_tabnav ul {
	white-space: nowrap;
	line-height: 1em;
	margin:0;
	padding:0 0 0 50px;
	list-style:none;
	}

	.main_tabnav li {
	float:left;
	background: #8f8cad url("../../images/widgets/tabnav/left.gif") no-repeat top left;
	/*  margin-right: 2px;  nur einfügen bei ECKIGEN Ecken */
	padding: 0 0 0 3px;
	margin: 0;
	border-bottom:1px solid #000;
	}

	.main_tabnav li span.disabled {
	color: #888888;
	background: #FAFAFA;
	border: 2px solid #DDDDDD;
	border-bottom: none;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
	}

	.main_tabnav a {
	float:left;
	display:block;
	color:#334;
	background: transparent;
	background: url("../../images/widgets/tabnav/right.gif") no-repeat top right;
	padding:5px 11px 3px 8px;
	text-transform: none;
	text-decoration:none;
	font-weight:normal;

	width: auto; /* nur IE 5.x */
	width/**/:/**/ .1em; /* für IE 6.0 */
	}

	.main_tabnav > ul a {width:auto;}  /* für alle anderen Browser */

	/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	.main_tabnav a {float:none;}
	/* End IE5-Mac hack */

	.main_tabnav li:hover, .main_tabnav li:hover a {
	background-position:0% -80px;
	}

	.main_tabnav li:hover a { background-position:100% -80px; }

	.main_tabnav a:hover { 
	color:#fff;
	background-color: transparent;
	background:    url("../../images/widgets/tabnav/right.gif") no-repeat top right;
	}

	.main_tabnav .active, .main_tabnav .active:hover {
	background-position:top left;
	background-image:    url("../../images/widgets/tabnav/left_on.gif");
	border-width:0
	}  

	.main_tabnav a.active, .main_tabnav a:hover.active {
	background-position:top right;
	color:#334;
	background-image:     url("../../images/widgets/tabnav/right_on.gif");
	font-weight:bold;
	padding-bottom:4px;
	padding-top:5px;
	}

	.main_tabnav a:visited {
	/* color: #334; */
	}

	.main_tabnav_content {
	text-align: justify;
	background: #FFB000;
	padding: 20px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
	}
}