/* alle ausser Internet Explorer */
.infotext
{
	padding: 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#999999; border-width:1px; border-style:solid;
	position: relative;
	left: 50%;
	top: 20px;
	width: 558px;
	margin-left:-300px;

	overflow: auto;
	margin-bottom:20px;
}
/* Internet Explorer */
#ie .infotext
{
	padding: 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#999999; border-width:1px; border-style:solid;
	position: relative;
	left: 0%;
	top: 20px;
	width: 546px;
	margin-left:-0px;

	overflow: auto;
	margin-bottom:20px;
}

.infotext h1
{
	color: #999999;
	font-size : 12px;
	font-weight : bold;
	font-family: Arial,Helvetica,Univers,Zurich BT;
}
.infotext h3
{
	color: #999999;
	font-size : 12px;
	font-weight : bold;
	font-family: Arial,Helvetica,Univers,Zurich BT;
}

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

