/* DATEI: moos.css */

body            { scrollbar-face-color: #D79C1D;
                  scrollbar-shadow-color: #EEEEEE; 
                  scrollbar-highlight-color: #EEEEEE;
                  scrollbar-3dlight-color: #D79C1D; 
                  scrollbar-darkshadow-color: #D79C1D;
                  scrollbar-track-color: #D79C1D; 
                  scrollbar-arrow-color: #EEEEEE; }

a:link          { color:#FFFFFF; text-decoration:underline; } 
a:visited       { color:#FFFFFF; text-decoration:underline; } 
a:active        { color:#000000; text-decoration:underline; } 
a:hover         { color:#000000; text-decoration:underline; } 

.text           { color:#FFFFFF; font-family: Verdana; font-size: 10pt; }
.myform         { background-color: #DFB331; color: #000000; border:solid 1px #E0B456; border-left-width:0; border-right-width:0; border-top-width:0;}
.mybutton       { background-color: #DFB331; color: #000000; width:100px; border:solid 1px #000000; cursor:hand; }

