body               { background: #0051A5; }

.top                    {vertical-align: top;}
.bold                  {font-weight: bold;}
.right                 {text-align: right;}
.center                {text-align: center;}
.just                  {text-align: justify;}

.quote                {font-family: 'Times New Roman';
                       font-style: italic;}

.name                   {font-variant: small-caps; 
                          color: red;}
.species                   {font-style: italic;
                        color: green;}

.bold_right                  {font-weight: bold;
                             text-align: right;}
.bold_center                  {font-weight: bold;
                             text-align: center;}
.bold_just                 {font-weight: bold;
                             text-align: justify;}

.orientation_left           {font-weight: bold;
                             text-align: left;}

.orientation_right           {font-weight: bold;
                             text-align: right;}



table                    {}

table.frontpage       {  border: 0px;
                    cellspacing: 0px;
                    cellpadding: 10px;
                          width: 100%;
                     background: #0051A5; }



td.content   {  background-color: white;
                         padding: 10px;
                            link: darkblue;
                    border-style: inset;
                    border-color: ;
                    border-width: 2px;}
td.content ul       {margin-left: 20px;}
td.content li     {margin-bottom: 12px;
                     margin-left: 0px;}
td.content h1     {   text-align: center;
                     font-family: ;}

td.content h2     {   text-align: center;
                     font-family: Arial, 'sans serif';
                       font-size: 200%;
                      margin-top: 60px;
                   margin-bottom: 30px;}
td.content h3     {   text-align: center;
                     font-family: Arial, 'sans serif';}

#navigation        { font-family: Arial;
                       font-size: 90%;
                           color: white;}

#navigation a:link        {color: white;
                     font-weight: bold;
                 text-decoration: none;}
#navigation a:visited     {color: white;
                     font-weight: bold;
                 text-decoration: none; }
#navigation a:focus       {color: white;
                     font-weight: bold;
                 text-decoration: none; }
#navigation a:hover       {color: black;
                          background-color: yellow;
                     font-weight: bold;
                 text-decoration: none;}
#navigation a:active      {color: aqua;
                     font-weight: bold;
                 text-decoration: none;}


#language       {list-style-type: none;}

#menue          {list-style-type:disc;}
