@charset "utf-8";
/* CSS Document */

#fltab
{
	width: 641px;
	margin: 1em -9px 1.5em -9px;
	position: relative;
	background: url(images/fltab/background.gif) repeat-x;
}

/* Vom IE mac 5.x verstecken. Fix für den Windows IE 3px-Text-Gap-Bug \*/

* html #fltab
{
	margin: 1em -9px 1.5em -6px;
	width: 641px;
}

/* Ende von IE5/mac verstecken*/

#fltab .line
{
	width: 642px;
	height: 1px;
	background: #e5e5e5;
	position: relative;
	left: 0px;
	top: 40px;
}

#fltab ul
{
	margin: 0px 0px 0px 10px;
	list-style: none;
}

#fltab ul li
{
	margin: 0px 1px 0px 0px;
	float: left;
}

#fltab span
{
	display: none;
}

#fltab a
{
	width: 120px;
	height: 40px;
	display: block;
	cursor: pointer;
}

/* Standard */

#fltab a.active
{
	border-bottom: 1px solid #FFFFFF;
	height: 40px;
}

#fltab .alle a
{
	background: url(images/fltab/alle_inactive.jpg) no-repeat;	
	width: 42px;
}

#fltab .ok1 a
{
	background: url(images/fltab/ok1_inactive.jpg) no-repeat;
}


#fltab .ok2 a
{
	background: url(images/fltab/ok2_inactive.jpg) no-repeat;
}

#fltab .ok3 a
{
	background: url(images/fltab/ok3_inactive.jpg) no-repeat;
}

#fltab .ok4 a
{
	background: url(images/fltab/ok4_inactive.jpg) no-repeat;
}

#fltab .ok5 a
{
	background: url(images/fltab/ok5_inactive.jpg) no-repeat;
	width: 84px;
}

/* Hover */

#fltab .alle a:hover
{
	background: url(images/fltab/alle_active.jpg) no-repeat;
	width: 42px;
}

#fltab .ok1 a:hover
{
	background: url(images/fltab/ok1_active.jpg) no-repeat;
}

#fltab .ok2 a:hover
{
	background: url(images/fltab/ok2_active.jpg) no-repeat;
}

#fltab .ok3 a:hover
{
	background: url(images/fltab/ok3_active.jpg) no-repeat;
}

#fltab .ok4 a:hover
{
	background: url(images/fltab/ok4_active.jpg) no-repeat;
}

#fltab .ok5 a:hover
{
	background: url(images/fltab/ok5_active.jpg) no-repeat;
	width: 84px;
}

/* Active */

#fltab .alle a.active
{
	background: url(images/fltab/alle_active.jpg) no-repeat;
	width: 42px;
}

#fltab .ok1 a.active
{
	background: url(images/fltab/ok1_active.jpg) no-repeat;
}


#fltab .ok2 a.active
{
	background: url(images/fltab/ok2_active.jpg) no-repeat;
}

#fltab .ok3 a.active
{
	background: url(images/fltab/ok3_active.jpg) no-repeat;
}

#fltab .ok4 a.active
{
	background: url(images/fltab/ok4_active.jpg) no-repeat;
}

#fltab .ok5 a.active
{
	background: url(images/fltab/ok5_active.jpg) no-repeat;
	width: 84px;
}

