/******************************************************************************/
/*                                                                            */
/* Program name: css/cms.php                                                  */
/* Author      : Beatrice Hoyer                                               */
/* Version     : 1.1                                                          */
/*                                                                            */
/* Created     : 29.10.2019                                                   */
/* Updated     : 18.12.2025                                                   */
/*                                                                            */
/* Purpose     : Style definitions.                                           */
/*                                                                            */
/* Remarks     : css for homepage                                             */
/*                                                                            */
/* To do       : 1.                                                           */
/*                                                                            */
/******************************************************************************/

body
  {
   font-family: sans-serif;
   font-size: 11pt;
   line-height: 19pt;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   background-color: #ffd8a8;
   // color: #0000cc;
  }

td
  {
   color: #0000CC;
   font-weight: bold;
   text-decoration: none;
  }

a:link
  {
   color: #0000CC;
   font-weight: bold;
   text-decoration: none;
  }

a:visited
  {
   color: #0000CC;
   font-weight: bold;
   text-decoration: none;
  }

a:hover
  {
   text-decoration: underline;
   font-weight: bold;
   color: #0000cc;
  }

div.table
  { 
   display: table; 
   border-collapse:collapse;
   border: 1px solid;
   border-color: #ffd8a8; 
  }

div.trgroup
  { 
   display:table-row-group; 
  }

div.tr
  { 
   display:table-row; 
   border:1px solid;
   border-color: #ffd8a8; 
  }

div.td
  { 
   display:table-cell; 
   padding:5px; 
   text-align: left;
   font-family: sans-serif;
  }

div.caption
  {
   border:1px solid;
   border-color: #ffd8a8;
   caption-side: bottom;
   display: table-caption;
   text-align: center;
   padding:5px;
  }

.constellation
  {
   z-index: 1;
  }

.overlay
  {
   position: absolute;
   left: 30%;
   top: 30%;
   bottom: 40%;
   padding: 0px;
   width: 290px;
   height: 100px;
   z-index: 10;
   /* background-color: rgba(0,0,0,.0); */ /*dim the background*/
   box-shadow: 20px 20px 10px #888888;
  }