/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
}
span.f_Comment /* Comment */
{
}
span.f_Definition /* Definition */
{
 font-size: 11pt;
 font-family: 'Courier New CYR';
 font-style: italic;
 color: #666666;
}
span.f_Fliesstext /* Fliesstext */
{
 font-size: 14pt;
 font-family: 'Roboto';
 color: #666666;
}
span.f_Fliesstext_fett /* Fliesstext_fett */
{
 font-size: 14pt;
 font-family: 'Roboto';
 font-weight: bold;
 color: #333333;
}
span.f_Fliesstext_Tabellenueberschrift /* Fliesstext_Tabellenüberschrift */
{
 font-size: 14pt;
 font-family: 'Roboto';
 font-weight: bold;
 color: #ffffff;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 16pt;
 font-weight: bold;
 color: #00ff00;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 8pt;
 font-weight: bold;
}
span.f_Link /* Link */
{
 font-size: 14pt;
 font-family: 'Roboto';
 color: #0000ff;
 text-decoration: underline;
}
span.f_Notes /* Notes */
{
}
span.f_Produktbezeichnung /* Produktbezeichnung */
{
 font-weight: bold;
 color: #797979;
}
span.f_Produktname /* Produktname */
{
 font-size: 16pt;
 font-weight: bold;
 color: #515151;
}
span.f_Programmierbeispiel /* Programmierbeispiel */
{
 font-size: 9pt;
 font-family: 'Courier New';
}
span.f_Ueberschrift1 /* Überschrift1 */
{
 font-size: 26pt;
 font-family: 'Roboto';
 color: #4c4c4c;
}
span.f_Ueberschrift2 /* Überschrift2 */
{
 font-size: 14pt;
 font-family: 'Roboto';
 color: #333333;
}
span.f_Ueberschrift3 /* Überschrift3 */
{
 font-size: 13pt;
 font-family: 'Roboto';
 color: #333333;
}
span.f_Ueberschrift4 /* Überschrift4 */
{
 font-size: 14pt;
 font-family: 'Roboto';
 color: #333333;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
}
.p_Comment /* Comment */
{
}
.p_Definition /* Definition */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Fliesstext /* Fliesstext */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Fliesstext_fett /* Fliesstext_fett */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Fliesstext_Tabellenueberschrift /* Fliesstext_Tabellenüberschrift */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Heading1 /* Heading1 */
{
}
.p_ImageCaption /* Image Caption */
{
}
.p_Link /* Link */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Notes /* Notes */
{
}
.p_Produktbezeichnung /* Produktbezeichnung */
{
 text-align: justify;
 margin: 2px 5px 5px 5px;
}
.p_Produktname /* Produktname */
{
 text-align: justify;
 line-height: 1.50;
 margin: 5px 5px 0px 5px;
}
.p_Programmierbeispiel /* Programmierbeispiel */
{
}
.p_Ueberschrift1 /* Überschrift1 */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Ueberschrift2 /* Überschrift2 */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Ueberschrift3 /* Überschrift3 */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
.p_Ueberschrift4 /* Überschrift4 */
{
 text-align: justify;
 margin: 2px 0px 2px 0px;
}
