/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Auflistung /* Auflistung */
{
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_heading1 /* heading 1 */
{
 font-size: 14pt;
 font-family: Cambria;
 font-weight: bold;
 color: #365f91;
}
span.f_heading2 /* heading 2 */
{
 font-size: 13pt;
 font-family: Cambria;
 font-weight: bold;
 color: #4f81bd;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
}
span.f_Hyperlink /* Hyperlink */
{
 font-style: italic;
 color: #0000ff;
}
span.f_Image /* Image */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_ListParagraph /* List Paragraph */
{
}
span.f_Normal-bold /* Normal - bold */
{
 font-weight: bold;
}
span.f_Normal-kursiv /* Normal - kursiv */
{
 font-style: italic;
}
span.f_Normal-Table /* Normal - Table */
{
}
span.f_Notes /* Notes */
{
}
span.f_Objekte /* Objekte */
{
 font-style: italic;
}
span.f_Produkte /* Produkte */
{
 font-style: italic;
}
span.f_Programmierung-Courier /* Programmierung - Courier */
{
 font-family: 'Courier New';
}
span.f_Sub-Heading /* Sub-Heading */
{
 font-size: 12pt;
 font-weight: bold;
 color: #5a7ca2;
}
span.f_Sub-Headingsmall /* Sub-Heading small */
{
 font-weight: bold;
 color: #5a7ca2;
}
span.f_Tableheadingbold /* Table heading bold */
{
 font-weight: bold;
 color: #ffffff;
}
span.f_Tableleftbold /* Table left bold */
{
 font-weight: bold;
}
span.f_TiP /* TiP */
{
 font-style: italic;
}
span.f_TiPAuflistung /* TiP Auflistung */
{
 font-style: italic;
}
span.f_TiPHeading /* TiP Heading */
{
 font-weight: bold;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Auflistung /* Auflistung */
{
 text-align: left;
 text-indent: -24px;
 margin: 5px 0px 5px 48px;
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 line-height: 1.0;
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_heading1 /* heading 1 */
{
 text-align: left;
 line-height: 1.15;
 margin: 32px 0px 0px 0px;
}
.p_heading2 /* heading 2 */
{
 text-align: left;
 line-height: 1.15;
 margin: 13px 0px 0px 0px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: justify;
 text-indent: 0px;
 line-height: 1.50;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Hyperlink /* Hyperlink */
{
 text-align: left;
}
.p_Image /* Image */
{
 text-align: center;
 margin: 14px 0px 14px 0px;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
 margin: 14px 0px 14px 0px;
}
.p_ListParagraph /* List Paragraph */
{
 margin: 0px 0px 0px 29px;
}
.p_Normal-bold /* Normal - bold */
{
}
.p_Normal-kursiv /* Normal - kursiv */
{
}
.p_Normal-Table /* Normal - Table */
{
 text-align: left;
 margin: 5px 5px 5px 5px;
}
.p_Notes /* Notes */
{
}
.p_Objekte /* Objekte */
{
}
.p_Produkte /* Produkte */
{
}
.p_Programmierung-Courier /* Programmierung - Courier */
{
 text-align: left;
 line-height: 1.0;
 margin: 0px 0px 0px 29px;
}
.p_Sub-Heading /* Sub-Heading */
{
}
.p_Sub-Headingsmall /* Sub-Heading small */
{
}
.p_Tableheadingbold /* Table heading bold */
{
 text-align: center;
 line-height: 1.0;
 margin: 10px 0px 10px 0px;
}
.p_Tableleftbold /* Table left bold */
{
 text-align: center;
}
.p_TiP /* TiP */
{
 background: #c8c8c8;
}
.p_TiPAuflistung /* TiP Auflistung */
{
 background: #c8c8c8;
}
.p_TiPHeading /* TiP Heading */
{
 background: #c8c8c8;
}


#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;
}
