@charset "utf-8";
/* CSS Document */


/* Allgemeine Definitionen ------------------------------------------------------------------------ */

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ebebeb;
}

img, a , div{
	border:0px;
	behavior: url(inc/pngfix/iepngfix.htc);
}


/* ------------------------------------------------------------------------ Allgemeine Definitionen */
/* Karte */

div#map {
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	background-image:url('../frontend/images/karte.jpg');
	width:585px;
	height:1083px;
	margin-left:50px;
}

img#ellipse {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
} 
		

div#text {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:ultra-condensed;
	font-weight: bold;
	font-size: 9px;
	width: 250px;
}