

/* Map
=====================================================================*/
#mapcontainer { position: relative; height: 638px; margin-top: 0px; width:500px; border:1px solid red;}

#map { position: relative; width: 478px; height: 638px; z-index:10; background-repeat: no-repeat; }


#mapover { display:block; position: relative; width: 40px; height: 40px; top:-638px; left:0px; background-color:#FFF; z-index:12; }



#map a.bullet { position: absolute; width: 30px; height: 27px; background: url('button.png') no-repeat top left; text-decoration: none; z-index:11; }


#map div.popup { display:none; position: absolute; left:0; width: 230px; height:auto; background: url('popup_header.png') no-repeat top left; z-index:60; padding:0;}

#map div.popup * { font-family: Verdana, sans-serif; margin:0; font-size:10px; line-height:14px; }
#map div.popup a { color:#222; text-decoration:none; font-size:10px; }
#map div.popup a:hover { color:#666; text-decoration:underline; }
#map div.popup p, 
#map div.popup h4 { background: url('popup.png') repeat-y; font-size:11px; padding:2px 14px; }
#map div.popup h4 { color:#0580aa; padding-top:10px; }

#map div.popup p.schliessen { display:block; position:relative; top:11px; width: 230px; height:22px; background: url('popup_footer.png') no-repeat bottom left; margin-top:-11px; }
#map div.popup a.closelink { font-size: 11px; float:right; line-height:0px; margin:12px 24px; }
#map div.popup h3 { font-size: 12px; color: white; margin:14px; }
