.normal, .schatten {
	position:relative;
	width:100%;
	height:24px;
	margin:0;
	padding:0;
	line-height:30px;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.schatten {
   left:0px;
   top:0px;
   color:#333333;
}
.normal {
   left:-1px;
   top:-25px;
   color:#009f3d;
}


