a.info{
	position: relative; /*this is the key*/
	z-index: 24;
	background-color: #c3c3c3; /*Hintergrundfarbe fuer Links auf der Seite "admin->links"*/
	color: #000000;
	text-decoration: none;
	background: fixed;
}


a.info:hover{
	z-index:25; 
	background-color:#fff
}

a.info span{
	display: none
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000;
    background-color:#fff; color:#000;
    text-align: left
}
/*****************************/
a {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10px;
	
	background-color: #FFFFFF;
	padding: 3px;
	border-top: solid 1px #FFFFFF;
}

a:visited{
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10px;
	
	background-color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

a:active{
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10px;
	
	background-color: #FFDEAD;
	border-top: solid 1px #FFFFFF;
}


a:hover {
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10px;
	
	background-color: #F2F2F2;
	border-top: solid 1px #FFFFFF;
}
/***************************************/
.tx_refercon_blocksatz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
	text-align:justify;
}

p.dropcap:first-letter {
font-family: Garamond;
font-size:24pt;
font-style:none;
font-weight:bold;
float:left;
color:#595959; 
}