.subtitle {

 font: 11px Arial, sans-serif;
 color: #454545;
 
}

a.pressetitel {

 font: 13px Arial, sans-serif;
 color: #266E36;
 text-decoration: none;
 font-weight: bold;

}





.tabberlive .tabbertabhide {
 display:none;
}


.tabber {
}
.tabberlive {
 margin-top:1em;
}


ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #FFFFFF;
 font: bold 12px Arial, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border: 1px solid #EFEFEF;
 border-bottom: none;
 background: #F9F9F9;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #C0C0C0; }
ul.tabbernav li a:visited { color: #C0C0C0; }

ul.tabbernav li a:hover
{
 color: #444444;
 background: #F7F7F7;
 border-color: #FFFFFF;
}

ul.tabbernav li.tabberactive a
{
 background-color: #F7F7F7;
 border-bottom: 1px solid #F7F7F7;
 color: #444444;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #444444;
 background: white;
 border-bottom: 1px solid white;
}


.tabberlive .tabbertab {
 padding:0px;
 padding-top: 10px;
 border-top:0;
 background-color: #F5F4F4;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive .tabbertab h4 {
 display:none;
}
.tabberlive .tabbertab h5 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}