.dropdown * { padding:0; margin:0; }
/*
.dropdown {float:left;}
.dropdown dt {width:138px; border:0; padding:0px; font-weight:bold; cursor:pointer; background:url(../bilder/bg_mainnav_off.jpg)}
.dropdown dt:hover {background:url(../bilder/bg_mainnav_on.jpg)}
.dropdown dd {position:absolute; overflow:hidden; width:138px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
*/
.dropdown { float:left; }
.dropdown dt {width:138px; height:20px; text-align:center; padding-top:15px; cursor:pointer; background:url('../bilder/bg_mainnav_off.jpg'); }
.dropdown dt.activ {width:138px; height:20px; text-align:center; padding-top:15px; cursor:pointer; background:url('../bilder/bg_mainnav_on.jpg'); }
.dropdown dt:hover { background:url('../bilder/bg_mainnav_on.jpg'); }
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0}
.dropdown ul { border:1px solid #c9c9c9; list-style:none; text-align:left; background:#ffffff; text-indent: 5px; overflow:visible; }
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; color:#000000; text-decoration:none; background:#ffffff;}
.dropdown a:hover {background:#d9e1e4; color:#000; }
.dropdown a.actives {}
.dropdown .underline {border-bottom:1px solid #c9c9c9; }

