  a { color: #000000; text-decoration: none }
  a:visited {color: #000000 }
  a:hover {color: #000000; text-decoration: none }
  a.weblink {color: #000000; text-decoration: none }
  a.weblink:visited {color: #000000}
  a.weblink:hover {color: #000000 }
  a.popuplink {color: #000000; text-decoration: none}
  a.popuplink:visited {color: #000000}
  a.popuplink:hover {color: #000000; text-decoration: none}
  a.filelink {color: #000000; text-decoration: none}
  a.filelink:visited {color: #000000}
  a.filelink:hover {color: #000000; text-decoration: none}
  
  /* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Fett-Bold /* Fett - Bold */
{
 font-weight: bold;
}
span.f_gp_Kasten_Achtung /* gp_Kasten_Achtung */
{
 font-weight: bold;
}
span.f_gp_Kasten_Achtung_Text /* gp_Kasten_Achtung_Text */
{
}
span.f_gp_Kasten_Hinweis /* gp_Kasten_Hinweis */
{
 font-weight: bold;
}
span.f_gp_Kasten_Hinweis_Text /* gp_Kasten_Hinweis_Text */
{
}
span.f_gp_Kasten_Tipp /* gp_Kasten_Tipp */
{
 font-weight: bold;
}
span.f_gp_Kasten_Tipp_Text /* gp_Kasten_Tipp_Text */
{
}
span.f_gp_Text_normal /* gp_Text_normal */
{
}
span.f_gp_Ueberschrift_2 /* gp_Ueberschrift_2 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Fett-Bold /* Fett - Bold */
{
}
.p_gp_Kasten_Achtung /* gp_Kasten_Achtung */
{
 text-align: justify;
 border-color: #000000;
 border-style: double;
 border-width: 2px;
 border-bottom: none;
 background: #ffdfdf;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_gp_Kasten_Achtung_Text /* gp_Kasten_Achtung_Text */
{
 text-align: justify;
 border-color: #000000;
 border-style: double;
 border-width: 2px;
 border-top: none;
 background: #ffdfdf;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_gp_Kasten_Hinweis /* gp_Kasten_Hinweis */
{
 border-color: #000000;
 border-style: double;
 border-width: 2px;
 border-bottom: none;
 background: #ffffd2;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_gp_Kasten_Hinweis_Text /* gp_Kasten_Hinweis_Text */
{
 border-color: #000000;
 border-style: double;
 border-width: 2px;
 border-top: none;
 background: #ffffd2;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_gp_Kasten_Tipp /* gp_Kasten_Tipp */
{
 border-color: #000000;
 border-style: double;
 border-width: 2px;
 border-bottom: none;
 background: #e7ffce;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_gp_Kasten_Tipp_Text /* gp_Kasten_Tipp_Text */
{
 border-color: #000000;
 border-style: double;
 border-width: 2px;
 border-top: none;
 background: #e7ffce;
 padding: 3px 3px 3px 3px;
 margin: -3px -3px -3px -3px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

