 .tabcontainer
{
position:relative;

}

 .tabgewoon
{
width:88px;
background-image : url(niet-tab.gif);
background-repeat : no-repeat;
text-align:center;
margin-left:1px;
float:left;
border-bottom:1px solid silver;
font-family : verdana,arial,sans-serif ;
font-size:.8em;
}

.tabaktief
{
width:88px;
background-image : url(tab.gif);
background-repeat : no-repeat;
text-align:center;
margin-left:1px;
float:left;
border-bottom:none;
font-family : verdana,arial,sans-serif ;
font-size:.8em;
}

