/* IE */
.infotext
	{
	display:none;
	color: #000000;
	padding: 40px;
	font-size: 10px;

	text-align: justify;
	text-decoration: none;

	
	/* nur bei Positionierungsproblemen erforderlich
	position: absolute;
	overflow: auto;
	width: 600px;
	height: 400px;
	top: 300px;
	left: 200px;
	*/
	}
	
/* firefox */
*[class="infotext"]
{
	display:none;
	color: #000000;
	padding: 40px;
	font-size: 8px;

	text-align: justify;
	text-decoration: none;

	
	/* nur bei Positionierungsproblemen erforderlich
	position: absolute;
	overflow: auto;
	width: 600px;
	height: 400px;
	top: 300px;
	left: 200px;
	*/
	}
.infotext h1
	{
  font-size : 12px;	
  font-weight : bold;
	}
.infotext a:link, .infotext a:visited
	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  color: #000000;
	}
.infotext a:hover, .infotext a:active	{
	
  text-decoration: underline;
  color: #FF1BB3;
	}

.infolink
	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  text-decoration: none;  
  padding-left: 35px;
  color: #000000;
	}


