/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 11pt;
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Aufzaehlung_mit_Punkt /* Aufzählung_mit_Punkt */
{
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Dialog /* Dialog */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Eingabe /* Eingabe */
{
 font-weight: bold;
}
span.f_Funktion /* Funktion */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
 font-weight: bold;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading4 /* Heading4 */
{
 font-weight: bold;
}
span.f_Heading5 /* Heading5 */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Hinweis /* Hinweis */
{
 font-style: italic;
 color: #ff0000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_Pfadangaben /* Pfadangaben */
{
 color: #0000ff;
}
span.f_Programm /* Programm */
{
 font-weight: bold;
}
span.f_Schaltflaeche /* Schaltfläche */
{
 font-style: italic;
 font-weight: bold;
 color: #747474;
}
span.f_Tabelle_Ueberschrift /* Tabelle_Überschrift */
{
 font-weight: bold;
}
span.f_Text_Normal /* Text_Normal */
{
}
span.f_Variable /* Variable */
{
 font-style: italic;
 color: #339966;
}
span.f_Vorgehensweise /* Vorgehensweise */
{
 font-weight: bold;
 color: #00ccff;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 9px 0px;
}
.p_Aufzaehlung_mit_Punkt /* Aufzählung_mit_Punkt */
{
 margin: 0px 0px 9px 19px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 24px 0px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 24px 0px 14px 0px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 12px 0px 14px 0px;
}
.p_Heading4 /* Heading4 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 7px 0px 9px 0px;
}
.p_Heading5 /* Heading5 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 7px 0px 9px 0px;
}
.p_Hinweis /* Hinweis */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Notes /* Notes */
{
}
.p_Tabelle_Ueberschrift /* Tabelle_Überschrift */
{
}


#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;
}
