/* Schriftformatierung im Textbereich */

#textbereich h1, #textbereich h2, #textbereich h3	{
	clear:left;
	width:100%;
	margin:0 0 8px 0;
	background-image:url(/images/layout/quad_bl.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 20px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.9px;
	text-transform:uppercase;
}
#textbereich h2, #textbereich h3	{
	background-image:url(/images/layout/quad_or.jpg);
	padding:2px 0 0 20px;
	font-size:14px;
	letter-spacing:0.5px;
}
#textbereich h3	{
	background-image:url(/images/layout/quad_bl.jpg);
}
#textbereich p	{
	text-align:left;
	margin:0 0 10px 0;
}
.wochentag	{
	display:inline-block;
	width:80px;
	font-weight:bold;
}

