
img{
       border:0px;
       }
.td_werbung{
       padding:10px; width:300px;
       FONT-SIZE: 18px; FONT-FAMILY: arial, sans-serif;
       font-variant:small-caps; text-align:center;
       }

.wb_anzeige {
       position:absolute; top:57px; left:415px;
       z-index:1;
       margin:0px 0 0px 0px; /* this page only */
}

.wb_anzeige ul{
        display:block;
        z-index:1500;
        }

.wb_anzeige ul li a: ul{
        background: #EFEFEF; border:0px #FFFF00 dashed;
        left:-300px; top:-10px;
        list-style-type:none;
        width:250px;
        z-index:1500;
        }

.wb_anzeige ul li ul{
        border:0px #FFFF00 dashed;
        left:-330px; top:-10px;
        list-style-type:none;
        width:250px; height:60px;
        z-index:1500;
        -moz-border-radius: 4px;
        }
/* style the list items */
        .wb_anzeige li {
        /* for IE7 */
        float:left;
        }
        .wb_anzeige li ul li{
        /* for IE7 */
        float:left;
        padding:5px;
        }


/* get rid of the table */
.wb_anzeige table {
        position:absolute; border-collapse:collapse; top:0; left:0; z-index:2000;
        font-size:1em;
        }

/* style the links */
.wb_anzeige a, .wb_anzeige a:visited {
        display:block;
        text-decoration:none; text-align:center;
        height:60px;
        width:129px;
        color:#000;
        border:0px dotted #fff;

}
/* hack for IE5.5 */
        * html .wb_anzeige a, * html .wb_anzeige a:visited {width:130px; w\idth:129px;}

/* style the link hover */
        * html .wb_anzeige a:hover {color:#E02230; background:#DFDFDF; position:relative;}

.wb_anzeige li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.wb_anzeige a:active, .wb_anzeige a:focus {
      color:#FF0033; background:#DFDFDF;
      }

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.wb_anzeige li:hover > a {
       }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.wb_anzeige li ul {
visibility:hidden;
position:absolute;
top:10px;
/* set up the overlap (minus the overrun) */
left:-50px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
}

/* for browsers that understand this is all you need for the flyouts */
.wb_anzeige li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.wb_anzeige ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.wb_anzeige ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.wb_anzeige ul a:hover ul {
visibility:visible;
}