﻿@charset "utf-8";

#tabs
{
	width:				100%;
	height:				50px;
}

#tabs ul#primary
{
	width:				100%;
	margin:				0;
	padding:			0; /* fixes ff linebreak problem */
	border-bottom:		1px solid #c4c0c7;
}

#tabs ul#primary li, #tabs ul#secondary li
{
	display:			inline;
	list-style:			none;
	padding:			0; /* fixes ff linebreak problem */
}

#tabs ul#primary a,#tabs ul#primary span,#tabs ul#primary a.current 
{
	display:			block;
	float:				left;
	width:				85px;
	padding:			4px 0;
	font-size:			7pt;
	font-family:		tahoma, verdana, sans-serif;
	text-align:			center;
	color:				#333333;
	border:				0;
}

/* aktuell ausgewähltes element */
#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover
{
	font-weight:		bold;
}

/* sub menu */
#tabs ul#secondary
{
	width:				100%;
	margin:				0;
	border-bottom:		1px dotted #c4c0c7;
}

#tabs ul#secondary li a,#tabs ul#secondary li span
{
	width:				auto;
	display:			block;
	float:				left;
	padding:			0 10px;
	text-align:			center;
	border:				0;
	border-right:		1px dotted #2f3436;
}

#tabs ul#secondary li a {}
#tabs ul#secondary li a:hover
{
	color:				#333333;
	padding:			0 10px;
	background:			transparent;
}

#tabs ul#secondary li a:active
{
	color:				#000000;
	background:			transparent;
}

#tabs ul#secondary li a.active
{
	color:				#000000;
	background:			transparent;
}