/*   stylesheet v2.0 definitions file design.css   */
/*   copyrighted in 2002 by pharao                 */
/*                                                 */
/*   ready for mozilla, netscapes navigator 4.05   */
/*   or higher and microsofts internet explorer    */
/*   4.01 or higher.                               */
/*   sorry, other versions do not understand the   */
/*   stylesheet propertys correctly...             */


/*   definitions for complete body   */

body         {
                  background-color:black;
                    font-size:14pt;
                      font-family:Tahoma, Arial;
                        color:yellow;
                      }


/*   definitions for links   */

a:link        {
                  font-size : 13pt;
                    font-family : Tahoma, Arial;
                      font-weight:600;
                        color:blue;
                          text-decoration:underline
                        }

 a:visited   {
                  font-size : 13pt;
                    font-family : Tahoma, Arial;
                      font-weight:600;
                        color:darkviolet;
                          text-decoration:underline
                        }

 a:hover    {
                  font-size : 13pt;
                    font-family : Tahoma, Arial;
                      font-weight:600;
                        color:red;
                          text-decoration:underline
                        }

 a:active    {
                  font-size : 13pt;
                    font-family : Tahoma, Arial;
                      font-weight:600;
                        color:red;
                          text-decoration:none
                        }


/*   definitions for special tags   */

small        {
                  font-size : 8pt;
                    font-family : Tahoma, Arial;
                      color : white;
                        }

i,b            {
                  font-size : 10pt;
                    font-family : Tahoma, Arial;
                      color : white;
                    }

samp        {
                  font-size : 10pt;
                    font-family : Tahoma, Arial;
                      color : yellow;
                    }

big         {
                  font-size : 10pt;
                    font-family : Tahoma, Arial;
                      color : red;
                    }

strong      {
                  font-size : 11pt;
                    font-family : Tahoma, Arial;
                      font-weight : strong;
                        vertical-align : middle;
                          color : white;
                    }
                    

/*   definitions for tables global   */

table,tr,td   {
                   padding-left : 1mm;
                     background-image:url(http://dau-alarm.de/pictures/bgrnd.gif);
                       font-size : 10pt;
                         font-family : Tahoma, Arial;
                           color : white;
                         }


/*   definitions for forms   */

form           {
                    font-size : 10pt;
                      font-family : Tahoma, Arial;
                        color : white;
                      }


/*   definitions for headers   */

h1               {
                    font-size : 16pt;
                      font-weight: 700;
                        font-family : Tahoma, Arial;
                          color : white;
                        }

h2               {
                    font-size : 16pt;
                      font-weight: 700;
                        font-family : Tahoma, Arial;
                          color : yellow;
                        }
