/* alle ausser IE */
.text_unten
	{
	color: #7DC1F8;
	padding: 4px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: justify;
	text-decoration: none;
	border-color: #999999; border-width:1px; border-style:solid;
	position: absolute;
	left: 4px;
	top: 1080px;
	width: 700px;
	height: 390px;
	overflow: auto;
	}

/* IE */
#ie .text_unten
{
	color: #7DC1F8;
	padding: 4px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: justify;
	text-decoration: none;
	border-color: #999999; border-width:1px; border-style:solid;
	position: absolute;
	left: 4px;
	top: 1100px;
	width: 700px;
	height: 450px;
	overflow: auto;
}

 .text_unten h1
	{
	/*color: #0099FF;*/
	color: #0033cc;
  font-size : 12px;
  font-weight : bold;
  font-family: Arial,Helvetica,Univers,Zurich BT;
	}

.text_unten p
	{
	font-family: Arial,Helvetica,Univers,Zurich BT;
  text-decoration: none;
  color: #666666;
  font-size: 10px;
	}
