.TagTabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
color: #CC33FF;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.TagTabs li{
display: inline;
margin: 0;

}

.TagTabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #6699FF;
color: #A2157F;
background: white url(#) top left repeat-x;
}

.TagTabs li a:visited{
color: #A2157F;
}

.TagTabs li a:hover{
text-decoration: underline;
color: #A2157F;
}

.TagTabs li.selected{
position: relative;
top: 7px;

}

.TagTabs li.selected a{ /*selected main tab style */
background-image: #;
background-color:#F4F4F4
border-bottom-color: white;
}

.TagTabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 502px;
margin-bottom: 1em;
padding: 10px;
background-color:#F4F4F4
}

.tabcontent{
display:none;
}


@media print {
.tabcontent {
display:block!important;
}
}

.Halle1{
         font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
         color: #FFF;
         background-color:#A2157F
        }
.Halle2{
         font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
         color: #FFF;
         background-color:#6699FF
        }
.Zus{
         font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
         color: #FFF;
         background-color:#FF9933
        }
