/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Bildschirmtexte /* Bildschirmtexte */
{
 font-family: 'Courier New';
}
span.f_Buttons /* Buttons */
{
 font-weight: bold;
 background-color: #c0c0c0;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
 font-size: 15px;
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 12px;
 font-family: 'Courier New';
}
span.f_FettKursiv /* FettKursiv */
{
 font-style: italic;
 font-weight: bold;
}
span.f_Heading_intermediate /* Heading_intermediate */
{
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 19px;
 font-weight: bold;
}
span.f_Hervor /* Hervor */
{
 font-weight: bold;
}
span.f_Hint /* Hint */
{
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_List /* List */
{
}
span.f_List_spezial /* List_spezial */
{
}
span.f_List_spezial2 /* List_spezial2 */
{
}
span.f_Notes /* Notes */
{
}
span.f_PPM_Tabelle /* PPM_Tabelle */
{
}
span.f_Tabelle /* Tabelle */
{
}
span.f_TabellenWertliste /* TabellenWertliste */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 5px 5px 5px 5px;
}
.p_CodeExample /* Code Example */
{
 margin: 5px 10px 5px 15px;
}
.p_Comment /* Comment */
{
}
.p_Heading_intermediate /* Heading_intermediate */
{
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 5px 5px 5px 5px;
}
.p_Hint /* Hint */
{
 border-color: #c0c0c0;
 border-style: solid;
 border-width: 2px;
 border-right: none;
 border-left: none;
 padding: 2px 2px 2px 2px;
 margin: 8px 3px 8px 3px;
}
.p_ImageCaption /* Image Caption */
{
 margin: 5px 0px 10px 25px;
}
.p_List /* List */
{
 margin: 0px 5px 5px 25px;
}
.p_List_spezial /* List_spezial */
{
 text-indent: -13px;
 margin: 0px 5px 3px 58px;
}
.p_List_spezial2 /* List_spezial2 */
{
 margin: 0px 5px 3px 60px;
}
.p_Notes /* Notes */
{
}
.p_PPM_Tabelle /* PPM_Tabelle */
{
 margin: 10px 5px 10px 5px;
}
.p_Tabelle /* Tabelle */
{
 margin: 2px 2px 2px 2px;
}
.p_TabellenWertliste /* TabellenWertliste */
{
 margin: 2px 5px 2px 8px;
}


#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;
}
