/* - - - - - - vergrösserung der normalwerte - - - - - - - */
#inhaltsbereich {
	height:  563px;
	padding: 10px;
	background-image:url(../grafiken/hintergr_rueck.gif);
	background-repeat:no-repeat;
}
/* - - - - - - ende vergrösserung - - - - - - - */

/* - - - - - tabellendefinitionen - - - - - */

.table {
	position:relative;
	border: solid 1px #CCCCCC;
	padding: 0; /*ist als zellraum (abstand der zellen zueinander) zu verstehen ("0" für IE6)*/
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	width: 100%;
    }

.leftcell {

	text-align: center;
	}
	
.rightcell {

	padding: 0; /*ist als zellauffüllung (textabstand) zu verstehen*/
    }
/* - - - - - ende tabellendefinitionen - - - - - */	

.iframe {
	position: relative;
	padding: 0;	
	border: 0;
	width: 600px;
	height: 553px;
	overflow: hidden;
	font-size:11px;	
    }  

   

/* - - - - - - textboxen - - - - - - */
#textoben {
    position: relative;
	padding: 5px 15px 0 5px;	
	width: 270px;
	height: 30px;
	overflow: hidden;
	font-size:15px;
	font-weight:bold;
	text-align:right;
    }
#textunten {
	position: relative;
	padding: 10px;
	height: 486px;
	overflow: auto;
	font-size:11px;
	background-color:#F1F1EB;
	border:solid 1px #DDD;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #F4F3E8;
	scrollbar-track-color: #F4F3E8;
	scrollbar-face-color: #F4F3E8;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #F4F3E8;
	width: 268px;
    }
#pfeilchen {
	position: absolute;
	padding: 0;
	left:0; /* für IE6,IE7 */
	width: 100px;
	height: 25px;
	overflow: hidden;
	font-size:10px;
	font-weight: normal;
	text-align:center;
    }
