a:link {text-decoration: none; color: #FFA500;}
a:visited {text-decoration: none; color: #FFA500;}
a:active {text-decoration: none; color: #FFA500;}
a:hover {text-decoration: none; color: #FFFFFF;}

body {
      scrollbar-arrow-color : orange;
      scrollbar-base-color:#00004B;
     }

.text {
       font-family: Verdana, Helvetica, Arial sans-serif;
       font-size : 11px;
       color: #FFFFFF;
       line-height: 120%;
      }
      
p {
       font-family: Verdana, Helvetica, Arial sans-serif;
       font-size : 11px;
       color: #FFFFFF;
       line-height: 120%;
      }      

.menu {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size : 11px;
       color: #FFFFFF;
       line-height : 120%;
      }

.ueberschrift {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-style : bold;
               font-size : 30px;
               color: #FFFFFF;
               line-height : 100%;
              }
h1 {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-style : bold;
               font-size : 30px;
               color: #FFFFFF;
               line-height : 100%;
              }

.ueberschrift_s {
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-style : bold;
                 font-size : 11px;
                 color: #FFA500;
                 line-height : 120%;
                 font-weight:bold;
                }

h2 {
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-style : bold;
                 font-size : 11px;
                 color: #FFA500;
                 line-height : 120%;
                 font-weight:bold;
                }                

.ueberschrift_s_white {
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-style : bold;
                 font-size : 11px;
                 color: #FFFFFF;
                 line-height : 120%;
                 font-weight:bold;
                }

.error {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FF0000;
        line-height : 120%;
       }

.klein {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8px;
        color: #FFFFFF;
        line-height: 120%;
       }

table {
          background-color : none;
          font-family : Verdana, Arial, Helvetica;
          font-size: 11px;
          color: #FFFFFF;
          line-height : 120%
          border-color : #000000;
          border-style : none;
         }


.nobgcolor {
           background-color : #00004B;
           border-color : none;
           border:none;
           }

SELECT, input, textarea {
                         background-color : orange;
                         font-family : Verdana, Arial, Helvetica;
                         font-size: 11px;
                         color: #FFFFFF;
                         border-color : #FFFFFF;
                         border-style : solid;
                         border-width : 2;
                         border-left-width : 2;
                         border-top-width : 2;
                         border-right-width : 2;
                         border-bottom-width : 2;
}

