.wotabs * {
    margin: 0;
    padding: 0;
}

.wotabs ul.tabbar{
    height: 20px;
    background: #2B5F49 url(http://www.wallstreet-online.de/css/base/img/tab_bg.gif) repeat scroll 0 20px;
}

.wotabs .tabbar li{
    display: inline;
    list-style-type: none;
}


.wotabs .tabbar a{
    display: block;
    float: left;
    border-right: 1px solid #2B5F49;
    
    padding: 4px 11px 2px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;

    vertical-align: top;
    cursor: pointer;
}

 .wotabs .tabbar a:focus
,.wotabs .tabbar a:hover
,.wotabs .tabbar .active a
{
    background-color: #fff;
    color: #2B5F49;
}

.wotabs .tabbar a:focus
,.wotabs .tabbar a:hover
{
    text-decoration: underline;
}

.wotabs .tabpanes
{
    background: #fff;
    padding-top: 1px;
    clear: left;
}

div.title, .table tr th.title, h2.title
{
    height: 20px;
    background: #2B5F49 url(http://www.wallstreet-online.de/css/base/img/tab_bg.gif) repeat scroll 0 20px;
    color: #fff;
    font-size: 11px;
    font-weight:normal;
    line-height: 20px;
    padding-left:10px;
    margin:0;
}


.table tr th.title
{
    line-height:16px;
}

html:not(bla) .table th.title
{
    height:20px;
}

