/* Stylesheet für Basisinhalte */

        /* Schriften */

        /* 0. Keine Serifen, aber schön für Absatztext */
        /* "Trebuchet MS" */

        /* 1. Serifen */
        /* Georgia,"Times New Roman",Garamond,"New York",Times,serif */

        /* 2. Serifenlos */
        /* Verdana,Tahoma,Arial,Geneva,Helvetica,Swiss,SunSans-Regular,sans-
serif */

        /* 3. Schreibmaschine */
        /* "Courier New",Courier,Monaco,monospace */

        /* 4. Andere */
        /* "Comic Sans MS",fantasy */

        /* Links */

a                        {
                        text-decoration:none;
                        }
a:link                 {
                        color:rgb(20,20,180);
                        }
a:visited              {
                        color:rgb(180,80,150); /* rgb(80,80,255); */
                        }
a:active               {
                        color:rgb(00,245,0);
                        }
a:hover                {
                        color:rgb(245,0,0);
                        }

        /* Elemente */

h1                     {
                        font-size:100%;/* =1em =11pt */
                        padding-bottom:0pt;
                        padding-top:5pt;
                        margin-bottom:10pt;
                        }

h2                     {
                        font-size:100%;/* =1em =11pt */
                        padding-bottom:0pt;
                        padding-top:5pt;
                        margin-bottom:10pt;
                        }

            /* background-color:rgb(255,225,145); */

p,td,th,tr,ul,li       {
                        font-family:"Trebuchet MS","Times New Roman",Garamond,"New York",Times,serif;
                        color:rgb(50,50,80);
                        font-size:10pt;
                        }


ins                    {
                        color:rgb(192,0,20);text-decoration:none; /* Hervorhebung */
                        }

        /* Classes */

.tiny                  {
                        font-size:5pt;
                        }

.marke                 {
                        font-size:60%;
                        line-height:1em;
                        }

.helpns                {
                        font-family:"Trebuchet MS","Times New Roman","Times","serif";
                         color:rgb(50,50,80);
                         }

.rightbound            {
                        position:absolute;left:200px;
                        }
