/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_BodyText, strong.f_BodyText, em.f_BodyText /* Body Text */
{
}
span.f_BodyTextbold, strong.f_BodyTextbold, em.f_BodyTextbold /* Body Text bold */
{
 font-weight: bold;
}
span.f_BodyTextjustified, strong.f_BodyTextjustified, em.f_BodyTextjustified /* Body Text justified */
{
}
span.f_Bodytextjustifiedindent, strong.f_Bodytextjustifiedindent, em.f_Bodytextjustifiedindent /* Body text justified, indent */
{
}
span.f_CodeExample, strong.f_CodeExample, em.f_CodeExample /* Code Example */
{
 font-size: 9pt;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Comment, strong.f_Comment, em.f_Comment /* Comment */
{
}
span.f_CourierFixed, strong.f_CourierFixed, em.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New',Courier,monospace;
}
span.f_Heading1, strong.f_Heading1, em.f_Heading1 /* Heading1 */
{
 font-size: 12pt;
 font-weight: bold;
}
span.f_Heading2, strong.f_Heading2, em.f_Heading2 /* Heading2 */
{
 font-size: 11pt;
 font-weight: bold;
}
span.f_Heading2italic, strong.f_Heading2italic, em.f_Heading2italic /* Heading2 italic */
{
 font-size: 11pt;
 font-style: italic;
 font-weight: bold;
}
span.f_Heading3, strong.f_Heading3, em.f_Heading3 /* Heading3 */
{
 font-weight: bold;
}
span.f_Heading3italic, strong.f_Heading3italic, em.f_Heading3italic /* Heading3 italic */
{
 font-style: italic;
 font-weight: bold;
}
span.f_ImageCaption, strong.f_ImageCaption, em.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_ImageCaptioncentered, strong.f_ImageCaptioncentered, em.f_ImageCaptioncentered /* Image Caption centered */
{
 font-weight: bold;
}
span.f_ImageohneAbstand, strong.f_ImageohneAbstand, em.f_ImageohneAbstand /* Image ohne Abstand */
{
 font-weight: bold;
}
span.f_List1, strong.f_List1, em.f_List1 /* List1 */
{
}
span.f_List2, strong.f_List2, em.f_List2 /* List2 */
{
}
span.f_MarkedText, strong.f_MarkedText, em.f_MarkedText /* Marked Text */
{
 font-weight: bold;
 background-color: #f3dcdb;
}
span.f_MarkedText2, strong.f_MarkedText2, em.f_MarkedText2 /* Marked Text 2 */
{
 font-weight: bold;
 color: #ffffff;
 background-color: #0090d6;
}
span.f_MarkedTextDS, strong.f_MarkedTextDS, em.f_MarkedTextDS /* Marked Text DS */
{
 color: #ffffff;
 background-color: #cc4444;
}
span.f_MarkedTextST, strong.f_MarkedTextST, em.f_MarkedTextST /* Marked Text ST */
{
 color: #ffffff;
 background-color: #447777;
}
span.f_Notes, strong.f_Notes, em.f_Notes /* Notes */
{
}
span.f_Programmbefehl, strong.f_Programmbefehl, em.f_Programmbefehl /* Programmbefehl */
{
 font-style: italic;
}
span.f_Tastenkuerzel, strong.f_Tastenkuerzel, em.f_Tastenkuerzel /* Tastenkürzel */
{
 font-weight: bold;
 text-transform: uppercase;
 background-color: #adbed4;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal, li.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 0 0 17px 0;
}
.p_BodyText /* Body Text */
{
 font-size: 10pt;
}
.p_BodyTextbold /* Body Text bold */
{
 font-size: 10pt;
}
.p_BodyTextjustified /* Body Text justified */
{
 font-size: 10pt;
 text-align: justify;
}
.p_Bodytextjustifiedindent /* Body text justified, indent */
{
 font-size: 10pt;
 text-align: justify;
 margin: 0 0 17px 23px;
}
.p_CodeExample /* Code Example */
{
 font-size: 9pt;
 line-height: 1.0;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0 0;
}
.p_Comment /* Comment */
{
 font-size: 10pt;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 page-break-after: avoid;
 padding: 0 0 0 0;
 margin: 0 0 20px 0;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 page-break-after: avoid;
 padding: 0 0 0 0;
 margin: 0 0 18px 0;
}
.p_Heading2italic /* Heading2 italic */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 page-break-after: avoid;
 padding: 0 0 0 0;
 margin: 0 0 18px 0;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 page-break-after: avoid;
 padding: 0 0 0 0;
 margin: 0 0 17px 0;
}
.p_Heading3italic /* Heading3 italic */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 page-break-after: avoid;
 padding: 0 0 0 0;
 margin: 0 0 17px 0;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 10pt;
}
.p_ImageCaptioncentered /* Image Caption centered */
{
 font-size: 10pt;
 text-align: center;
}
.p_ImageohneAbstand /* Image ohne Abstand */
{
 font-size: 10pt;
 margin: 0 0 0 0;
}
.p_List1 /* List1 */
{
 font-size: 10pt;
 text-indent: -24px;
 margin: 0 0 8px 48px;
}
.p_List2 /* List2 */
{
 font-size: 10pt;
 text-indent: -24px;
 margin: 0 0 8px 48px;
}
.p_MarkedText /* Marked Text */
{
 font-size: 10pt;
}
.p_MarkedText2 /* Marked Text 2 */
{
 font-size: 10pt;
}
.p_MarkedTextDS /* Marked Text DS */
{
 font-size: 10pt;
 background: #cc4444;
}
.p_MarkedTextST /* Marked Text ST */
{
 font-size: 10pt;
 background: #447777;
}
.p_Notes /* Notes */
{
 font-size: 10pt;
}
.p_Programmbefehl /* Programmbefehl */
{
 font-size: 10pt;
}
.p_Tastenkuerzel /* Tastenkürzel */
{
 font-size: 10pt;
}
/* Table styles */
table.Box {
 width: 100%;
 background-color: #E3EDFA;
 border: none;
 border-spacing: 10px;
}
table.Box tr.Box {
 text-align: left;
}
table.Box th.Box, table.Box td.Box {
 vertical-align: top;
 padding: 0;
 border: none;
}
table.Box th.Box {
 background-color:#cfd9e6;
}
table.TabellemitAbstaenden {
 width: 100%;
 border: none;
 border-spacing: 0;
}
table.TabellemitAbstaenden tr.TabellemitAbstaenden {
 text-align: left;
}
table.TabellemitAbstaenden th.TabellemitAbstaenden, table.TabellemitAbstaenden td.TabellemitAbstaenden {
 vertical-align: top;
 padding: 3px;
 border: none;
}
table.Tabelleabwechselnd {
 width: 100%;
 background-color: #F5F9FD;
 border: none;
 border-spacing: 0;
}
table.Tabelleabwechselnd tr.Tabelleabwechselnd {
 text-align: left;
}
table.Tabelleabwechselnd th.Tabelleabwechselnd, table.Tabelleabwechselnd td.Tabelleabwechselnd {
 vertical-align: top;
 padding: 5px;
 border: none;
}
table.Tabelleabwechselnd th.Tabelleabwechselnd {
 background-color:#cfd9e6;
}
div.hmrotate90  { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
div.hmrotate270 { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; transform: rotate(180deg); }

a.imagetogglelink {
  position: relative;
  display: inline-block;
}
svg.image-toggle-magnifier { /* Magnifier icon for image toggles */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40pt;
  height: 40pt;
  max-width: 80%;
  max-height: 80%;
  fill: #FFFFFF;
  stroke: #808080;
  stroke-width: 0.5pt;
  opacity: 0.3;
  transition: opacity 0.3s;
}
img.image-toggle:hover + svg.image-toggle-magnifier, svg.image-toggle-magnifier:hover {
  opacity: 1;
}



#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;
}
/* CSS for responsive image maps */

.hmImageMap a.hmHotspotRect { display:block; position:absolute; border: 1px solid transparent; background:#000; opacity:0.01 }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01 }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3 }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3 }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3 }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3 }
