
#tabview_article_wrapper {
	border: 1px solid #cacaca;
	background: #efefef;
	padding: 9px;
	margin-bottom: 40px;
}

#tabview_article {
	padding: 0;
	border-radius: 0;
	border: 0;
	background: none;
}

#tabview_article .ui-tabs-nav {
	border-radius: 0;
	border: 0;
	height: 31px;
}

#tabview_article .ui-tabs-nav li {
	border-radius: 0;
	width: 92px;
	height: 30px;
	background: url(gfx/tabview.tab.bg.png) no-repeat left top;
}

#tabview_article .ui-tabs-nav li a {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #666;
	padding: 6px 0 !important;
	text-align: center;
	display: block;
	float: none;
}

#tabview_article .ui-tabs-nav li.ui-tabs-active {
	padding: 0;
	background: #fff;
	margin: 0 -1px -1px 0;
	padding-bottom: 1px;
}

#tabview_article .ui-tabs-nav li.ui-tabs-active a {
	color: #7d0000;
}

#tabview_article .ui-tabs-panel {
	border-radius: 0;
	background: #fff;
	padding: 13px;
}

/* Artikel-Auflistung */
#tabview_article ul.articles {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabview_article ul.articles li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dededc;
	font-size: 12px;
}

#tabview_article ul.articles li:last-child {
	margin: 0;
}
