.debug_meldung
{
	top: 20px;
	margin: auto;
	color: #000;
	border: 1px solid #fb001c;
	background-color: #8db0fe;
	position: relative;
	text-shadow: #fb001c 1px 1px 1px;
	width:50% ;
	text-align: center;
	z-index: 9;
}
.debug_info
{
	color: #000;
	border: 1px solid #1616fe;
	background-color: #fdfcbc;
	position: relative;
	text-shadow: #fb001c 1px 1px 1px;
	width:100% ;
	text-align: center;
	overflow: visible;
	right: 0;
	left: 0;
	z-index: 10;
	top: 25px;
}

.debug_status
{
	top: 0px;
	left: 0px;
	height: auto;
	margin: auto;
	color: #000;
	font-weight: bold;
	border: 1px solid #1611fe;
	background-color: #7efe6f;
	position: absolute;
	text-shadow: #fb001c 1px 1px 1px;
	width:100% ;
	text-align: center;
	z-index: 9;
}
.formular
{
	border: 1px solid #1c18fe;
	background-color: #689efe;
	text-align: left;
	color: black;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}