/* Styles fuer IFrames */
/* $Id: spalten_iframe.css 592 2008-01-23 16:13:38Z nbennke $ */

body { 
	background: #B9D8B6;
}

#supportingText { 
	bottom: 0; 
	left: 0; 
	margin: 0; 
	overflow: hidden;
	padding: 0; 
	position: absolute; 
	right: 1px; 
	top: 140px; 
}

#middle {
/* z-index: oberste Box bei �berlagerung */
   z-index: 1;
   text-align: right;
   right: 10px;
/* margin-Angaben zur standardm��igen Zentrierung der mittleren Box (auch IE 6 im Standardmodus) */
   margin: 0px 0px 0px 0px;
   overflow: hidden;
   height: 95%;
}

.tx-ffiframe-pi1 { 
	overflow: hidden;
	height:95%;
}

.iframe { 
	overflow-x: hidden; 
	overflow-y: scroll;
}




