#tab01 {
width: 100%;
height: 100%;
border: 2px
background-color: #565656;
overflow: auto;
}

body {
margin : 0;
color : #000000;

 scrollbar-3dlight-color: #565656;
 scrollbar-arrow-color: #C6C6C6;
 scrollbar-darkshadow-color: #565656;
 scrollbar-face-color: #565656;
 scrollbar-highlight-color: #454545;
 scrollbar-shadow-color: #CCCCCC;
 scrollbar-track-color: #343434;
}
tr, td {
font : 12pt 'Verdana', Times New Roman, Times, serif; color : #000000;
}
a:link, a:visited {
color : #363636;
text-decoration : underline;
}
a:hover, a:active {
color : #D34848;
text-decoration : underline;
}
.white {
font : bold 7pt 'Verdana', Times New Roman, Times, serif;
color : #000000;
}
Die Klassen für Ausrichtungen
*/
.left {
text-align: left
}
.topcenter {
vertical-align: top;
text-align: center
}
.right {
text-align: right
}
select, textarea, input {
border-right : 1px solid #343434;
border-top : 1px solid #343434;
border-left : 1px solid #343434;
border-bottom : 1px solid #343434;
font-size : 7pt;
color : #000000;
background : #acacac;
font-family : 'Verdana', Times New Roman, Times, serif;
}