/* stylesheet definitions for popups (Video, Review) and ProgramCTX */

  body { font-family: Verdana;
    font-size: 10pt;
    color: white;
    background-color: #402110; /* the same color as for Seitenlayout.inhalt */
    }
  table { border-style: none;
    font-size: 10pt;
    color: white;
    font-family: Verdana;
    }  
    
  h2 {font-family: Verdana;
      color:white;
      font-size: large;
      font-weight: bold;
      font-style:normal;
      text-align: center;
      } 
  
  h3 {font-family: Verdana;
      color: aqua;
      font-size: medium;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      } 
  
  h5 {font-family: Verdana;
      color: orange;
      font-size: xx-small;
      font-weight: normal;
      font-style:italic;
      text-align: left;
      }
  
  h6 {font-family: Verdana;
      color: aqua;
      font-size: xx-small;
      font-weight: normal;
      font-style:italic;
      text-align: right;
      }  

/* highlighted text with <span class=hlx>text</span> */
  .hl1 {font-family: Verdana;
      color: orange;
      /* background-color:darkblue; */
      font-weight: bold;
      font-style:normal;
      text-align: left;
      }

  .hl2 {font-family: Verdana;
      color: fuchsia;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      }

  .hl3 {font-family: Verdana;
      color: lime;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      }

  .hl4 {font-family: Verdana;
      color: aqua;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      }

  .hl5 {font-family: Verdana;
      color: gold;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      }

  .hl6 {font-family: Verdana;
      color: white;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      }
          
  a:active {color:lime;}
  a:visited  {color:yellow;}
  a:link {color:yellow;}
  a:hover {background-color:red; }
  
  img { border-style: solid;
    border-width: 0px;
    }

