.fontstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.bold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.liste {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; padding-top: 5px; padding-bottom: 5px}
.formular {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
.Karte {
	position: absolute;
	height: 300px;
	width: 300px;
	left: 550px;
	top: 200px;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
opacity:0.9;
	z-index:1000; /* makes sure it stays on top */
}

#status {
	width:300px;
	height:300px;
	position:absolute;
	left:50%; 
	top:50%;
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-200px 0 0 -150px; /* is width and height divided by two */
	font-size:14px;
	line-height:18px;
	font-family: sans-serif;
}