/******************************************/
/* CSS definition file for screen display */
/* www.gemmrig.de webserver               */
/* Author: Ruediger Gemmrig               */
/* File: css_wwwgemmrigde_screen.css      */
/* Created: 13-Aug-1998                   */
/* Last modified: 20-Jul-2002             */
/******************************************/


/* Links */
a:link            {color: #fdb126;
                   text-decoration: none}
a:active          {color: #fdb126;
                   text-decoration: none}
a:visited         {color: #fdb126;
                   text-decoration: none}
a:hover           {color: #ffffff;
                   text-decoration: none}


/* Informationen about author at document's bottom */
address           {color: #8080c0;
                   font-family: 'Trebuchet MS', Verdana, Arial;
                   font-size: 7pt;}


/* Document's body */
body              {background: url(/img_background_space_0002_512x512x16m.jpg);
                   /*
                   background-attachment: fixed;
                   */
                   background-color: #000000;
                   background-repeat: repeat;
                   /* color: #c0c0c0; */
                   color: #8080c0;
                   font-family: 'Trebuchet MS', Verdana, Arial;}


/* Ueberschriften */
h1                {color: #ffffff;
                   font-family: 'Trebuchet MS', Arial;
                   font-size: 16pt}
h2                {color: #ffffff;
                   font-family: 'Trebuchet MS', Arial;
                   font-size: 12pt}
h3                {color: #ffffff;
                   font-family: 'Trebuchet MS', Arial;
                   font-size: 10pt;
                   font-weight: normal}
h4                {color: #ffff00;
                   font-family: 'Trebuchet MS', Verdana, Arial;
                   font-size: 10pt;
                   font-weight: bold}


/* Separating lines */
.hr1              {color: #ff0000;}
.hr2              {color: #ff0000;}


/* Span elements */
.span_text1       {color: #ffffff;
                   font-family: 'Trebuchet MS', Verdana, Arial;
                   font-size: 7pt}


/* Paragraph elements */
.p_contentcaption  {color: #ffff00;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 9pt;
                    font-weight: bold;}
.p_contentcaption2 {color: #ffff00;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    font-weight: bold;}
.p_menucategory    {color: #ffff00;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    font-weight: bold;}
.p_text1           {color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    text-align: justify;
                    font-weight: normal;}


/* List elements in navigation menu */
.ul_menu1          {list-style-type: disc;
                    list-style-image: url(/icon_arrow_triangle_right_orange_7x9x32.gif);
                    padding-left: 12px;}


/* Table elements in index.html,
  index_de.html,
  index_en.html,
  error401.html,
  error403.html,
  error404.html */
.th_content1       {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 9pt;
                    text-align: center;
                    vertical-align: top}
.td_content1       {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    text-align: left;
                    vertical-align: top}
.td_content2       {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    text-align: center;
                    vertical-align: top}
.td_footer         {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 7pt;
                    font-style: italic;
                    text-align: left;
                    vertical-align: top}
.td_menu1          {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    text-align: left;
                    vertical-align: top}
.td_menu2          {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 8pt;
                    text-align: right;
                    vertical-align: middle}
.td_title          {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);
                    color: #8080c0;
                    font-family: 'Trebuchet MS', Verdana, Arial;
                    font-size: 20pt;
                    text-align: right;
                    vertical-align: middle}


/* Tabellenelemente in page_calendar_en.html */
.table_calendar    {background: url(/img_background_lines_horizontal_blue_0001_650x4x16.gif);}
.td_calendar1      {color: #8080c0;
                    font-family: 'Trebuchet MS',Verdana, Arial;
                    font-size: 9pt;
                    font-weight: bold;}
.td_calendar2      {color: #8080c0;
                    font-family: 'Trebuchet MS',Verdana, Arial;
                    font-size: 9pt;
                    font-weight: bold;}


/* Definition of fonts according to CSS2 */
/* Local font definiton and downloadable fonts
   definition according to Microsoft EOT,
   definition according to Bitstream's PFR */
@font-face        {font-family: Arial;
                   src: local("Arial"),
                        url(arial) format("truetype")
                        url(/fonts/arial.ttf) format("truetype"),
                        url(/fonts/arial.eot) format("embedded-opentype")}
@font-face        {font-family: Verdana;
                   src: local("Verdana"),
                        url(verdana) format("truetype")
                        url(/fonts/verdana.ttf) format("truetype"),
                        url(/fonts/verdana.eot) format("embedded-opentype"),
                        url(/fonts/verdana.pfr) format("truedoc-pfr");}
@font-face        {font-family: 'Trebuchet MS';
                   src: local("Trebuchet MS"),
                        url(trebuc) format("truetype")
                        url(/fonts/trebuc.ttf) format("truetype"),
                        url(/fonts/trebuc.eot) format("embedded-opentype"),
                        url(/fonts/trebuc.pfr) format("truedoc-pfr");}



/* Seitendefinitionen fuer Ausdruck */
/*
@media print
{
  @page            {margin: 10%}
  H1, H2, H3,
  H4, H5, H6       {page-break-after: avoid;
                    page-break-inside: avoid}
  BLOCKQUOTE,
  PRE              {page-break-inside: avoid}
  UL, OL, DL       {page-break-before: avoid}
}
*/

