* {
	margin:0;
	padding:0;
}
body {
	/* Setting default text color, background and a font stack */
	color:#57585A;
	font-size:0.825em;
	background: #57585A;
	font-family:Arial, Helvetica, sans-serif;
}
.classWrapper {
	background:#FFF url(../img/bg-wrapper.png);
	width:687px;
	height:479px;
	position:relative;
}
h1 {
	text-indent: -9999em
}
#teaser-image {
	position: absolute;
	top: 19px;
	left: 300px;
	z-index: 1;
}
#text {
	position: absolute;
	top: 150px;
	left: 20px;
	z-index: 99;
	width: 242px;
	height: 118px;
}
.note {
    color: #e2001a;
}
#dena-guetesiegel {
	position: absolute;
	top: 337px;
	left: 20px;
	z-index: 2;
}
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
span.displaynone {
	display: none;
}
