/* everything is constructed with a single background image */

/* root element for tabs */


#content{
	background-image: none;
	margin: 0px;
	position: absolute;
	top: 250px;
}
#flowtabs {
	/* dimensions */
	width:400px;
	height:20px!important;
	margin:0 !important;
	padding:0;
	list-style-image: none;
}

/* single tab */
#flowtabs li {
	float:left;
	margin:0;
	text-indent:0;
	list-style-type:none;
	list-style-image: none;
}

/* a- tag inside single tab */
#flowtabs li a {

	display:block;
	height: 25px;   
	width: 80px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:9px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{
	width: 25px;
}
#flowtabs #t2 			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t3 			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t4 			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t5 			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t6			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t7 			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t8			{
	background-position: 0;
	width: 35px;
}
#flowtabs #t9			{
	background-position: 0;
	width: 35px;
}
 
/* mouseover state */
#flowtabs a:hover 		{
	color:#FF00CC;
	font-size: 25px;
}
#flowtabs #t1:hover 	{
}
#flowtabs #t2:hover 	{

}
#flowtabs #t3:hover 	{ }
#flowtabs #t4:hover 	{  }
#flowtabs #t5:hover 	{  }
#flowtabs #t6:hover 	{  }
#flowtabs #t7:hover 	{  }
#flowtabs #t8:hover 	{  }
#flowtabs #t9:hover 	{  }

/* currently selected tabs */
#flowtabs a.current		{
	cursor:default;
	color:#009900;
}
#flowtabs #t1.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t2.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t3.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t4.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t5.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t6.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t7.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t8.current {
	background-image: url(../img/active.jpg);
}
#flowtabs #t9.current {
	background-image: url(../img/active.jpg);
}


/* panes */
#flowpanes {
	width:870px;
	height:460px;
}


/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
	margin: 0px;
}

#flowpanes a {
	text-decoration: none;
	color: #000000;
}
#flowpanes1 {
	position: absolute;
	top: 250px;
	left: 1px;
	width: 500px;
	height: 390px;
	background-color: #FFFFFF;
}
#image1{
	position: absolute;
	top: 250px;
	right: 20px;
	left: 368px;
	width: 500px;
	height: 390px;
	background-color: #FFFFFF;
	}
#flowpanes2 {
	position: absolute;
	top: 300px;
	left: 1px;
	width: 500px;
	height: 390px;
	background-color: #FFFFFF;
}
#image2{
	position: absolute;
	top: 250px;
	right: 20px;
	left: 368px;
	width: 500px;
	height: 390px;
	background-color: #FFFFFF;
	}


#flowpanes p, #flowpanes samp {
	color:#333333;
	clear:both;
	float: left;
}

#flowpanes .narrow {
	padding-right:20px;		
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	
	float: right;
	margin-left: 0px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right:0px;
}

