@charset "utf-8";
/* CSS Document */
/******************************************************
Die Flowtabs
*/

#tabdiv {
	z-index:2;
}
	 
#flowtabs {
	height:25px !important;
	margin:0 !important;
	padding:0;
	width:594px;
/*	border-bottom: 1px solid #7997B8; */
}

#flowtabs li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
}
/*
#flowtabs li a {
	background:transparent url(_pix/tabs_navi.png) no-repeat scroll 0 0;
	display:block;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;
	width:119px;
}
*/

.flowtabs-blue-bg {
	background:transparent url(_pix/tabs_navi.png) no-repeat scroll 0 0;
	display:block;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;
	width:119px;
}

.flowtabs-green-bg {
	background:transparent url(_pix/tabs_navi_green.png) no-repeat scroll 0 0;
	display:block;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;
	width:119px;
}

#flowtabs a.current {
	cursor:default;
}

#flowtabs #t1 {
	background-position:0 0;
}

#flowtabs #t2 {
	background-position:-119px 0;
}

#flowtabs #t3 {
	background-position:-238px 0;
}

#flowtabs #t4 {
	background-position:-357px 0;
}

#flowtabs #t5 {
	background-position:-476px 0;
}

#flowtabs #t1:hover {
	background-position:0 -26px;
}

#flowtabs #t2:hover {
	background-position:-119px -26px;
}

#flowtabs #t3:hover {
	background-position:-238px -26px;
}

#flowtabs #t4:hover {
	background-position:-357px -26px;
}

#flowtabs #t5:hover {
	background-position:-476px -26px;
}

#flowtabs #t1.current {
	background-position:0 -52px;
}

#flowtabs #t2.current {
	background-position:-119px -52px;
}

#flowtabs #t3.current {
	background-position:-238px -52px;
}

#flowtabs #t4.current {
	background-position:-357px -52px;
}

#flowtabs #t5.current {
	background-position:-476px -52px;
}

#flowpanes {
	background:transparent url(_pix/tabs_content.png) no-repeat scroll 0 0;
	height:350px;
	width:594px;
	z-index:1;
	margin-top:-1px;
}

#flowpanes div.pane {
	color:#FFFFFF;
	display:none;
	margin:0px 40px;
}
