/* 3D- Überschriften*/
.shadow{ /* Normalisierung für alle Templates*/

font-family:inherit;
font-size-adjust:none;
font-stretch:normal;
font-style:inherit;
font-variant:normal;
font-weight:bold !important;
line-height:normal;
letter-spacing:normal;
}
/*
h1 .after a,h2 .after a,h1 .after a:visited,h2 .after a:visited{
	text-decoration:none;
	color:inherit;
}*/
.shadow p {
	line-height:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:inherit;
	font-weight:bold !important;
	letter-spacing:inherit;
}
.shadow{
 	/*font-size: 2.2em; optional. just to increase the font size. */
	display: block;
	line-height: 1.0551em !important;
	/*color: #666;  shadow color */
	background-color: transparent;
	white-space: nowrap;
	overflow:hidden;

 /* wrapping breaks the effect */
}


.shadow p.before,.shadow p.before a{
	font-size: inherit;

	margin-bottom: -1.2em !important;
	margin-left: 0.04ex !important;
	color:#8F8686; /* shadow color */
	background-color: transparent;
}

.shadow p.after, .shadow p.after a{
	font-size: inherit;

	margin-top: -1.04em !important;
	margin-left: -0.1ex !important;
/*	color: #fff;  text color */

}


/* ------- Ende 3D- Überschriften*/