
#ddimagetab{   z-index:7;
}

#ddimagetab a{
    z-index:7;
text-decoration: none;
font: 10px Arial; /*tab font */
color: black; /*font color */

position: absolute;


width: 78px; /*width of tab image */
height: 14px; /*height of tab image */
float: left;
 line-height: 7px;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(../graphik/bluetab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetab a:hover, #ddimagetab a.current{
background-repeat: no-repeat;
background-image:url(../graphik/bluetabover.gif); /*URL to tab image onmouseover */
color: black;
  top:-16px;
left:0px;
width: 78px; /*width of tab image */
height: 16px; /*height of tab image */
padding-top: 6px;    z-index:7;
}



#tabcontentcontainer{
background-repeat: no-repeat;
width:320px; /*width of 2nd level content*/
height:240px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/


 z-index:7;
}



.tabcontent{
background-repeat: no-repeat;
padding-top: -5px;
padding-left: 10px;
padding-right: 10px;
  display:none ;
     width:320px;
     height:120px;
 font-size:14px;
        z-index:7;
}