
/* Das Band zur Ausgabe von Koordinaten und Bildschirmgrößen */

.xyHelferBand {
	background-color: black;
	z-index: 999999;
}


.xyHelferBand {
	position: fixed;
	bottom: 0;
	background-color: black;
	width: 100%;
	color: white;
}

.xyHelferEin {
	height: 6px;
	width: 6px;
	position: fixed;
	bottom: 5px;
	left: 5px;
	background-color: transparent;
	color: transparent;
}

.xyHelferEin a {
	display: inline-block;
	background-color: black;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	color: transparent;
	margin-left: 100px;
}

.xyHelferBand span {
	padding: 5px;
	margin-right: 10px;
}

.xyHelferBand span.xyHelferAus {
}
   
.xyHelferBand span.xyHelferAus a{
	margin: 0;
	padding: 0;
	background-image: none;
}

/* xyMeldungen als Alert-Box */

#xyAlertmeldungHintergrund {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	z-index: 9999;
	opacity: 0;
}

#xyAlertmeldungVordergrund {
    margin: 0 auto;
	min-height: 100px;
	width: 50%;
	max-width: 500px;
	min-width: 300px;
	height: auto;
	position: fixed;
	top: 30%;
	background-color: rgba(0, 134, 183, 0.9);
	margin: 0 auto 0 auto;
	text-align: center;
	border-radius: 1em;
	/*
	-webkit-box-shadow: rgba(180, 180, 180, 0.7) 5px 5px 5px;
	   -moz-box-shadow: rgba(180, 180, 180, 0.7) 5px 5px 5px;
	        box-shadow: rgba(180, 180, 180, 0.7) 5px 5px 5px; 
	        */
}

#xyAlertmeldungVordergrund .form01HilfeknopfZu {
	display: none;
}

#xyAlertmeldungVordergrund *{
	color: white;
}

#xyAlertmeldungVordergrund h2 {
	padding: 1em 1em 0 1em;
    margin: 0;
}

#xyAlertmeldungVordergrund p{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#xyAlertmeldungVordergrund span a {
	display: block;
	padding: 1em 0 1em 0;
	margin-top: 1em;
	border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
}

#xyAlertmeldungVordergrund .doppel a {
    width: 50%;
    display: inline-block;
}

#xyAlertmeldungVordergrund .doppel a:first-child {
    width: 50%;
    display: inline-block;
}

#xyAlertmeldungVordergrund .doppel .antwort1 a:first-child {
	border-right: 1px solid #f2f2f2;
}

#xyAlertmeldungTextTeil1 h4,
#xyAlertmeldungTextTeil1 p{
	padding: 1em;
	margin: 0;
}

#xyAlertmeldungVordergrund p span{
	font-size: 0.8em;
}

#xyAlertmeldungTextTeil2{
	display: none;
	opacity: 1;
}


/* Ein Band am Kopf oder Fuß zur Ausgabe von Meldungen */

#xyBandmeldungHintergrund {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	top: 0;
	z-index: 9999;
	opacity: 0;
}

#xyBandmeldungVordergrund {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	background-color: white;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 20px;
	border: 2px solid teal;
	color: teal;
	-webkit-box-shadow: rgba(180, 180, 180, 0.7) 5px 5px 5px;
	   -moz-box-shadow: rgba(180, 180, 180, 0.7) 5px 5px 5px;
	        box-shadow: rgba(180, 180, 180, 0.7) 5px 5px 5px; 
}
