/* deutschlandkarte_css */
#rahmen { width:500px;  position:relative;}

#rahmen a:hover {background:none; text-decoration:none; display:block;} /*BG color is a must for IE6*/
#rahmen a.tooltip span {display:none; padding:2px 3px; margin-top:20px; width:100px; }
#rahmen a.tooltip:hover span{display:block; position:absolute; width:250px; border:1px solid #252665; margin:0px; background:#fff; color:#000; filter: alpha(opacity=80);-moz-opacity: 0.8;}

#rahmen #schweinfurt {position:absolute; left:175px; top:420px; width:100px; height:23px;z-index:3;}
#rahmen #karlstadt {position:absolute; left:160px; top:445px; width:70px; height:40px; z-index:2;}
#rahmen #wuerzburg {position:absolute; left:170px; top:475px; width:80px; height:30px; z-index:2;}
#rahmen #hallstadt {position:absolute; left:245px; top:445px; width:100px; height:40px; z-index:2;}
#rahmen #laufach {position:absolute; left:90px; top:410px; width:68px; height:33px;z-index:1;}
#rahmen #coburg {position:absolute; left:240px; top:380px; width:119px; height:35px;z-index:3;}
#rahmen #muehlheim {position:absolute; left:120px; top:565px; width:160px; height:55px;z-index:3;}
#rahmen #luechow {position:absolute; left:235px; top:170px; width:180px; height:50px;z-index:3;}

#rahmen div a.tooltip  {text-decoration:none; display:block; width:100%; height:100%;}

#rahmen .headline {background:#252665;color:#FFFFFF; display:block; margin:0; padding:2px; font-weight:bold}

