/*  Kommentare in Style-Dateien  */

body,table,td,tr,div,p,pre,ul,h1,h2,h3 {font-family: verdana, arial, avalon, sans-serif;}
body,table,td,tr,div,p,pre,ul {font-size: 13px;}

body{
scrollbar-face-color: #636363;
scrollbar-shadow-color: #404040;
scrollbar-highlight-color: #EEEEEE;
scrollbar-3dlight-color: #EEEEEE;
scrollbar-darkshadow-color: #303030;
scrollbar-track-color: #696969;
scrollbar-arrow-color: #D0D0D0;
background-color:#636363;}

*.bghell { background-color:#636363; }
*.bgdunkel { background-color:#404040; }
*.bgweiss { background-color:#FFFFFF; }
*.bgsw { background-color:#000000; }

/*größe der Überschriften*/
h1 {font-size: 22px; color:#AFAFAF;}
h2 {font-size: 20px; color:#BFBFBF;}
h3 {font-size: 16px;}

.id_small {font-size: 12px; color:#636363}
.small {font-size: 12px; color:#FFFFFF}
.mini {font-size: 11px;}
.minimini {font-size: 10px; color:#AFAFAF}

.oben { vertical-align:top; }

a { font-size: 13px; text-decoration: none; font-weight : bold;}
a:link {color:#FFFFFF}              /*unbenutzter Link*/
a:visited {color:#FFFFFF}           /*mindestens 1 mal benutzter Link*/
a:active {color:#AFAFAF}            /*für gerade angeklickte Links*/
a:hover{color:#FFAD2D}              /*während der Anwender mit der Maus darüber fährt*/