#zertifikat {
	padding-top: 12px;
}

#zertifikat_text {
	width: 360px;
	float: left;
}

#zertifikat_daten {
	width: 360px; 
	float: right;
}

#siegel {
	float: right;
}

#zertifikat_daten h3 {
	font-family: "courier new", monospaced;
	font-size: 12px;
	margin: 1em 0px 0.5em 0;
}

#zertifikat_daten p {
	font-family: "courier new", monospaced;
	font-size: 11px;
	margin: 0.5em 0px;
}

#zertifikat_daten .gueltig {
	background-color: green;
	color: white;
	padding: 3px;
	font-weight: bold;
}

#zertifikat_daten .ungueltig {
	background-color: red;
	color: white;
	padding: 3px;
	font-weight: bold;
}