/* CSS Document */
/*Ebenendefinitionen auf den sich bewegliches Feld des Klappfensters befindet*/
/*clipRect spezifiziert die Fl�che in der Klappfenster sichtbar ist*/

#divASRahmen{
	position:absolute;
	width:347px;
	height:200px;
	overflow:hidden;
	top:297px;
	left:58px;
	clip:rect(0,400,200,0);
	visibility: hidden;
	z-index: 12;
} 

/*Diese Ebene nicht �ndern!!!!*/
#divAContent{
	position:absolute;
	top:57px;
	left:0px;
	width: 403px;
	height: 88px;
	visibility: hidden;
}

.aktuellTextHd {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.aktuellText {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	line-height: 10px;
}
/*#divASRahmen{
	position:absolute;
	width:347px;
	height:200px;
	overflow:hidden;
	top:297px;
	left:58px;
	clip:rect(0,400,200,0);
	visibility:hidden;
	z-index: 12;
}
#divAContent{
	position:absolute;
	top:57px;
	left:0px;
	width: 403px;
	height: 88px;
	visibility: inherit;
} */
