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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:600px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	

	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

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

/* panes */
#flowpanes {
	background: transparent;		
	width:550px;
	height:119px;
	border: 0px dashed red;
}


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

/* some decorations for elements inside single pane */

#flowpanes a {
	color:#000;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#000;		
}

#flowpanes div.narrow {
	padding-right:60px;		
}
.c_prev { background:transparent; border: 0; color: #000; font-family: tahoma; font-size: 11px; margin-top: 0px; text-align: center; padding-left: 0px; padding-right: 0px; cursor: pointer; }
.c_next { background:transparent; border: 0; color: #000; font-family: tahoma; font-size: 11px; margin-left: 0px; text-align: center; padding-left: 0px; padding-right: 0px; cursor: pointer; }

	#seiten_navi {
		width: 550px;
		height: 15px;
		border: dashed yellow 0px;
		text-align: right;
	}
	
	
