/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: Calibri;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
}
span.f_Hinweis /* Hinweis */
{
 font-weight: bold;
 color: #333399;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Menuepunkt /* Menüpunkt */
{
 font-weight: bold;
 background-color: #c0c0c0;
}
span.f_Notes /* Notes */
{
}
span.f_Sicherheit /* Sicherheit */
{
 font-weight: bold;
 color: #ff6600;
}
span.f_Ueberschrift1 /* Überschrift 1 */
{
 font-size: 18pt;
 font-weight: bold;
 color: #333333;
}
span.f_Ueberschrift1-Hinweis /* Überschrift 1 - Hinweis */
{
 font-size: 18pt;
 font-weight: bold;
 color: #333333;
}
span.f_Ueberschrift2 /* Überschrift 2 */
{
 font-size: 18pt;
 color: #1f1f1f;
}
span.f_Ueberschrift4 /* Überschrift 4 */
{
 font-weight: bold;
 color: #333333;
 text-decoration: underline;
}
span.f_Version /* Version */
{
 font-size: 11pt;
 font-weight: bold;
 color: #ffffff;
 background-color: #ff0000;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 11px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 background: #ffff99;
 margin: 0px 38px 0px 38px;
}
.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 11px 0px;
}
.p_Hinweis /* Hinweis */
{
 border-color: #3366ff;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
}
.p_ImageCaption /* Image Caption */
{
}
.p_Menuepunkt /* Menüpunkt */
{
}
.p_Notes /* Notes */
{
}
.p_Sicherheit /* Sicherheit */
{
 border-color: #3366ff;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
}
.p_Ueberschrift1 /* Überschrift 1 */
{
 border-color: #0000ff;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-left: none;
 margin: 0px 0px 4px 0px;
}
.p_Ueberschrift1-Hinweis /* Überschrift 1 - Hinweis */
{
 border-color: #0000ff;
 border-style: solid;
 border-width: 2px;
 border-top: none;
 border-right: none;
 border-left: none;
 background: #ffff00;
 margin: 0px 0px 4px 0px;
}
.p_Ueberschrift2 /* Überschrift 2 */
{
 border-color: #3366ff;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-left: none;
}
.p_Ueberschrift4 /* Überschrift 4 */
{
}
.p_Version /* Version */
{
}


#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;
}
