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



/* root element for tabs */
/* panes */
/* override the root element to enable scrolling */ 
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	width: 800px;
	height: 500px;
	/*border:1px solid #0000ff;*/
	margin-left: auto;
	margin-right: auto;
} 


/* override single pane */ 
#flowpanes div { 
    float:left;
    display:block; 
    width:800px;
	height: 500px;
	margin-bottom: 0;
    /*cursor:pointer;*/ 
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 2px;
	/*border:1px solid #00ff00;*/
} 


/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
}
#flowpanes .items #Seite_1{
	background-image: url(../images/Kreisel.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#flowpanes .items img {
	width: 500px;
	height: 328px;
	/*border:1px solid #0000ff;*/
}

#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}

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

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

#flowpanes div.narrow {
	padding-right:160px;		
}














