/* 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_gp_Ueberschrift_3 /* gp_Ueberschrift_3 */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Help-Text /* Help-Text */
{
 font-size: 12pt;
 font-family: 'MS Sans Serif';
}
span.f_Help-Ueb1 /* Help-Ueb1 */
{
 font-size: 12pt;
 font-family: 'MS Sans Serif';
 font-weight: bold;
}
span.f_Help-Ueb2 /* Help-Ueb2 */
{
 font-size: 12pt;
 font-family: 'MS Sans Serif';
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_RE_Hochgestellt /* RE_Hochgestellt */
{
 vertical-align: super;
}
/* 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_gp_Ueberschrift_3 /* gp_Ueberschrift_3 */
{
}
.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_Help-Text /* Help-Text */
{
 white-space: nowrap;
}
.p_Help-Ueb1 /* Help-Ueb1 */
{
 white-space: nowrap;
}
.p_Help-Ueb2 /* Help-Ueb2 */
{
 white-space: nowrap;
}
.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;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
