.bereichL 
{
	right:18%;
	position:absolute;
	left:25px;
	top:175px;
	bottom:25px;
	background:blank;
	overflow:auto;       /* Scrollbalken NUR innerhalb des Bereiches */
	text-align: justify; /* Breite des Bereiches wird mit dem Text angeglichen */
}

.bereichR
{
	right:30px;
	position:absolute;
	left:85%;
	top:175px;
	bottom:25px;
	overflow:auto;       /* Scrollbalken NUR innerhalb des Bereiches */
}