p {
	font-size: 12px;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 6px;
}
p.text_gross {
		font-size: 14px;
	}
p.text_normal {
		text-align:justify;
		margin-right:20px;
		font-size: 12px;
	}
p.text_klein {
		font-size: 11px;
		line-height: 1.1em;
	}
p.adresse {
	padding-left: 20px;
	padding-top: 20px;
	line-height: 1.1em;
	font-weight: 500;
}
/*titel normal in text*/
span.blau {
	font-size: 15px;
	font-weight: bold;
	color: #546199;
}
span.rot {
	color: red;
}
span.grau {
	color: #7f7f7f;
}
span.center {
        text-align: center;
}
span.formel {
	font-family: times;
	font-size: 1.2em;
	font-style: italic;
}

img.testimg {
        background-color:#E6E6E8;
}
a.testanch {
        color: #555555;
        text-decoration: none;
}