.tabbed_content { font-size: 11px; font-family: Arial; background-color: #000000; width: 504px; }

.tabs {
	height: 62px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px 15px 29px;
	background-color:red;
	background-image:url(../bilder/global/arrow_down_red.gif);
	position: absolute;
	width: 125px;
	z-index: 190;
	left: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.tabs .tab_item { display: block; float: left; padding: 15px; width: 125px; color: #ffffff; font-weight: bold; text-align: center; z-index: 200; position: relative; cursor: pointer; }

.tabbed_content .slide_content { overflow: hidden; background-color: #000000; position: relative; width: 484px; padding: 20px 0 10px 20px; }

.tabslider { width: 5000px; height: 160px; }

.tabslider ul {
	float: left;
	width: 485px;
	margin: 0;
	padding: 0;
	
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: red;
}

.tabslider ul li {
	padding-bottom: 7px;
}
