/* -------- Browserkonfigurationsmeldungen -------- */

#javameldung {
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	text-align: center;
	width: 30em;
	height: 100px;
   background: white;
	box-shadow: 0 0 10px #999;
	border-radius: 8px;
	padding: 10px 10px 10px 10px;
	margin: auto;
}
#browsermeldung {
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	text-align: center;
	width: 30em;
	height: 117px;
   background: white;
	box-shadow: 0 0 10px #999;
	border-radius: 8px;
	padding: 10px 10px 10px 10px;
	margin: auto;
}
