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

#karte{
 position: fixed;
 display:none;
 top: 100px;
 left: 288px;
 z-index: 55;
 width: 600px;
 height: 400px;
 background: url('background_map.png') no-repeat left top;
}

#karte #close{
 position: absolute;
 left: -6px;
 top: -6px;
 z-index: 65;
}

#karte #map {
 position: absolute;
 left: 9px;
 top: 9px;
 width: 582px;
 height: 381px;
}


a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none;}
