/* Alle Browser außer Internet Explorer */
.infotext
	{

	padding: 15px 20px 20px 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#ff0000; border-width:1px; border-style:solid;
	background-color:#dddddd;
	position: relative;
	left: 290px;
	top: 300px;
	width: 650px;		
	overflow: auto; 
	height: 1120px;

	}	

/* Nur Internet Explorer */
#ie .infotext
	{

	padding: 20px;
	font-size: 10px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	text-align: left;
	text-decoration: none;
	border-color:#ff0000; border-width:1px; border-style:solid;
	background-color:#dddddd;
position: relative;
	left: 290px;
	top: 300px;
	width: 670px;
	height: 1209px;
	overflow: auto; 


	scrollbar-base-color 			:#990000;	/* = Basisfarbe der Scroll-Leiste */
	scrollbar-3dlight-color 	:#E0CCCE;	/* = Farbe für 3D-Effekte */
	scrollbar-arrow-color 		:#000000;	/* = Farbe für Verschiebepfeile */
	scrollbar-darkshadow-color:#990000;	/* = Farbe für Schatten */
	scrollbar-face-color 			:#990000;	/* = Farbe für Oberfläche */
	scrollbar-highlight-color :#990000;	/* = Farbe für oberen und linken Rand */
	scrollbar-shadow-color 		:#E0CCCE;	/* = Farbe für unteren und rechten Rand */
	scrollbar-track-color 		:#990000;	/* = Farbe für freibleibenden Verschiebeweg */
	}	
	
/* Alle Browser */

.infotext h1
{
	
	font-size:12px;
	margin-bottom: 4px;
}

.infotext h3
{	
	font-size:10px;
	font-weight:normal;
	margin-bottom: 4px;
	display:inline;
}
