.infotext
	{
	display:block;
	color: #000000;
	padding: 5px;
  font-size : 10px;
	font-family: Verdana, sans-serif;
	text-align: justify;
	text-decoration: none;
	position:relative;
	top:55px

	
	/* nur bei Positionierungsproblemen erforderlich
	position: absolute;
	overflow: auto;
	width: 600px;
	height: 400px;
	top: 300px;
	left: 200px;
	*/
	}
	

.infotext h1
	{
  font-size : 10px;
  font-weight : bold;
	}
.infotext a:link, .infotext a:visited
	{
	font-family: Verdana, sans-serif;
  text-decoration: underline;
  color: #000000;
    font-size : 10px;
	}
.infotext a:hover, .infotext a:active
	{
	font-family: Verdana, sans-serif;
  text-decoration: underline;
  font-weight:bold
  color: #000000;
    font-size : 10px;
	}
	
.infotext p
	{
	font-family: Verdana, sans-serif;
  color: #000000;
  font-size : 10px;
	}

