/* ######### STANDARD TAB BOX ######### */

.tabs-innerbox-div-tickets {
width:458px;
background-color:#FCC200; /* gelb */
background-image:url(grafik/rg-bg-gelbschraffur5x104.jpg);
background-repeat:repeat-x;
background-position:bottom left;
}

.shadetabs-tickets{ /* Tabs über der Box in Standard-Box (alle Tabs)*/
padding: 3px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /* Tabs ausrichten: links, mitte, rechts */
}

.shadetabs-tickets li{ /* einzelne Tabs */
display: inline;
margin: 0px;
}

.shadetabs-tickets li a{ /* einzelne Tabs: Inhalt */
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;  /* Innenabstand im Tab */
margin-right: 0px; /* Abstand der Tabs zueinander */
color: #FCC200; /* gelb */
background-color:#00397F; /* blau */
}

.shadetabs-tickets li a:visited{
color: #FCC200; /* gelb */
}

.shadetabs-tickets li a:hover{
color: #ffffff;
}

.shadetabs-tickets li a.selected{ /* ausgewähltes TAB */
position: relative;
top: 0px;
color: #00397F; /* blau */
text-decoration: none;
background-color:#FCC200; /* gelb */
}

.shadetabs-tickets li a.selected:hover{ /* ausgewähltes TAB */
text-decoration: none;
}
tabcontent-text-tickets {
font: bold 10px Verdana;
}

.tabcontenttickets {
display:none;
padding:10px;
font-size:10px;
}

.tabcontenttickets a:link {
color: #00397F; /* blau */
text-decoration: none;
font: bold 12px Arial;
}

.tabcontenttickets a:visited {
color: #00397F; /* blau */
text-decoration: none;
font: bold 12px Arial;
}

.tabcontenttickets a:hover {
color: #E2003A; /* rot */
text-decoration: none;
font: bold 12px Arial;
}

a:link.tabcontent-link-tickets {
text-decoration: none;
font-weight:bold;
color: #E2003A; /* rot */
}

a:hover.tabcontent-link-tickets {
text-decoration: none;
font-weight:bold;
color: #00397F; /* blau */
}

@media print {
.tabcontent-tickets {
display:block !important;
}
}

.shadetabs2-tickets { /* Tabs über der Box in Standard-Box (alle Tabs)*/
padding: 3px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 10px Verdana;
list-style-type: none;
text-align: right; /* Tabs ausrichten: links, mitte, rechts */
}

.shadetabs2-tickets li{ /* einzelne Tabs */
display: inline;
margin: 0px;
}

.shadetabs2-tickets li a:link{ /* einzelne Tabs: Inhalt */
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;  /* Innenabstand im Tab */
color: #ffffff;
background-color:#00397F; /* blau */
}

.shadetabs2-tickets li a:visited{
color: #ffffff;
text-decoration: none;
}

.shadetabs2-tickets li a:hover{
color: #FCC200; /* gelb */
text-decoration: none;
}

.shadetabs2-tickets li a.selected{ /* ausgewähltes TAB */
position: relative;
top: 0px;
}

.shadetabs2-tickets li a.selected:hover{ /* ausgewähltes TAB */
text-decoration: none;
}

