/* Startseiten Stylesheet */
.startlinks{font-weight:700; font-size:15pt; line-height:23pt;}


h1.startlinks{font-size:22pt; line-height:27pt;}

.startlinks a{
position: static;
top: 0px;
left: 0px;
padding: 0;
margin: 0;
}


a:hover {font-size: 100%; z-index:1;} /* trotz Sinnlosigkeit bitte nicht löschen! */

.startlinks a bdo
{
display:none;

}

.startlinks a:hover bdo
{
	display: block;
	width: 280px;
	position: absolute;
	top: 310px; /*wichtig für firefox */
	left: 50%; /*wichtig für firefox */
	background: transparent;
	padding:0;
	margin: 0px 0px 0px -140px;
	z-index: 1;
}

.startlinks a bdo span{

	font-size: 10pt;
	font-weight:bold;
	width:256px;
	color:yellow;
	line-height: 14pt;
	display:block;
	position:relative;
	padding: 4px;
	margin:0;
	vertical-align: middle;
	border:8px ridge yellow;
	text-decoration:none;
	background-color: #000091;
	
	
}


#aktuelles_alert_box{

	display:none;	
	position:absolute;
	width:554px;
	left:50%;
	margin-left: -285px;
	top:50px; 
	background:#000091;	
	border:8px ridge yellow;
	z-index:10;
}


