/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 12pt;
 font-family: Arial;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
body	{margin:0px}

table		{border-collapse:collapse;}
table.box	{margin:0 auto;}
table.box th	{padding:4px 1em; border:solid 1px #000000;background:#c0c0c0;font-size:9pt;font-weight:bold;}
table.box th.l	{text-align:left;background:white;}
table.box td	{padding:4px 1em; border:solid 1px #000000;font-size:9pt;text-align:center;}
table.box td.l	{text-align:left;background:white;}

.red		{font-weight:bold;color:#ff0000;}
.green		{font-weight:bold;color:#339966;}

h2	{font-size:12pt;}

div.bild		{text-align:center;margin:1em;font-size:10pt}

span.f_CodeExample /* Code Example */
{
 font-size: 10pt;
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Codierungstabelle /* Codierungstabelle */
{
 font-size: 9pt;
}
span.f_GSD_Wort /* GSD_Wort */
{
 font-weight: bold;
 color: #008000;
}
span.f_Hinweis /* Hinweis */
{
 font-weight: bold;
 color: #ff0000;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 10pt;
}
span.f_Notes /* Notes */
{
}
span.f_Untertitel /* Untertitel */
{
 font-weight: bold;
}

p	{text-align:justify;}

.p_CodeExample /* Code Example */
{
 text-align: left;
 white-space: nowrap;
}

h1	{
 text-indent: 0px;
 padding: 4px 1em;
 margin: 0px;
 font-size: 14pt;
 font-weight: bold;
 color: #0000ff;
 background: #a7d7f8 url('bg_topichd.gif') repeat-x bottom;
}
.p_Untertitel /* Untertitel */
{
 text-align: left;
}


/* Styles for the various hyperlink types */
a { color: blue; text-decoration: none; }
a:visited {color: blue; }
a:hover {color: blue; text-decoration: underline; }
a.weblink {color: blue; text-decoration: underline; }
a.weblink:visited {color: blue; }
a.weblink:hover {color: blue; text-decoration: underline; }
a.filelink {color: green; text-decoration: none; }
a.filelink:visited {color: green; }
a.filelink:hover {color: green; text-decoration: underline; }

/* TOC link for topics opened on their own */
.sync-toc { display: none }

/* Hide annoying link selection outlines */
a {outline: 0 none;}

/* Set the padding in the INNER div for all other browsers. */ 
#innerdiv {padding: 10px 5px 5px 10px;} 

