Wir bilden aus

/**** TAB Menu ************************************/
#tab-menu {
position:relative;
width:100%;
z-index:1;
}
ul.tab {
width:100%;
border-bottom:1px solid #B8BDC0;
list-style:none;
float:left;
margin:10px 0 5px 0;
padding:0;
position:relative;
}
ul.tab li {
border:1px solid #B8BDC0;
float:left;
margin:0 3px -1px 0;
position:relative;
}
ul.tab li a {
font-weight:400;
}
ul.tab li.aktiv {
border-bottom-color:#FFF;
margin-top:-4px;
}
ul.tab li.aktiv a {
background:#FFF none repeat scroll 0 0;
font-weight:700;
padding:8px 7px 2px;
}
ul.tab a {
background:transparent url(images/bg-input_.jpg) repeat-x scroll left bottom;
border-color:#FFF;
border-style:solid solid none;
border-width:1px 1px 0;
display:block;
float:left;
height:14px;
line-height:1em;
padding:4px 7px 2px;
text-decoration:none;
white-space:nowrap;
}
ul.tab li a:hover {
background:transparent url(images/bg-input.jpg) repeat-x scroll left top;
}
ul.tab > li, ul.tab > li > a {
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;