/*** SOS-DOKU Spezifische CSS Formatierungen ***/
/*** ======================================= ***/

/*** -------------------------------------------------------------------- ***/
/*** CHANGELOG                                                            ***/
/***                                                                      ***/
/*** 2008-01-26 - AA  - To reduce irregularaties in vertical spacing      ***/
/***                    and improve visual structure of long pages        ***/
/***    Added formatting for h2, h3 & h4                                  ***/
/***    Increased font-size for: h2.sos-doc-index                         ***/
/***                             h3.sos-doc-page-subtitle                 ***/
/***                             h4.sos-doc-page-subsubtitle              ***/
/***                                                                      ***/
/*** 2008-02-06 - AA  - To stop long strings in <pre> tags from           ***/
/***                    overflowing container in Gecko browsers.          ***/
/***    Changed formatting for .sos-doc-example                           ***/
/***        (removed width and modified margins).                         ***/
/***                                                                      ***/
/*** 2008-02-06 - AA  - To improve layout in:                             ***/
/***                    .sos-doc-example <div> tags.                      ***/
/***    Added .sos-doc-example h4 formatting.                             ***/
/***        Scheduler XML Configuration Chapter.                          ***/
/***    Added .sos-doc-xml-element-header to replace style attributes     ***/
/***        coded in html.                                                ***/
/*** -------------------------------------------------------------------- ***/


/***  BODY Formatierung ***/
	.sos-doc-body		{ font-family:Arial,Helvetica,sans-serif; color:#000000; font-size:12px; margin: 14px 17px 8px 16px; background-color:#FFFFFF; }
																										/* Setzt man bei Grundschrift- und Seitenattributen. */
	/* Achtung: Inhalte befinden sich in Tabelle => Schriftaenderung in td */
	
	/*** BODY Formatierung fuer contents.htm ***/
	#sos-doc-body-index		{ margin: 13px 4px 8px 16px; }


/***  Definitions-List Formatierungen - z.Zt. nicht benutzt ***/
/*dl.sos-doc-glossary-list					{ position:relative;}
	dt.sos-doc-glossary-term					{ float:left; padding-bottom:15px;}
	dd.sos-doc-glossary-definition		{ padding-left:100px; padding-bottom:15px; }*/

/***  Definitions-List Formatierungen ***/
	dl.sos-doc-list								{ padding-left: 25px;  }
		.sos-doc-term								{ padding-bottom: 10px; font-weight: bolder; color: #808080; }
																							/* Class ist NICHT mit <dt> 'gebunden'. Dies bedeutet, dass die gleiche class name in <span> benutzt werden kann. */
																							/* In Factory Manager Doku benutzt, flexiblere Layout in Beschreibungen von Button-Funktionalitaeten zu bekommen  */
	dd.sos-doc-definition					{ padding-bottom: 15px; }

	dl.sos-glossary-list					{  }
	dt.sos-glossary-term					{ font-weight:bolder; }
	dd.sos-glossary-definition		{ padding-bottom:25px; }



/*** DIV Formatierungen ***/
	.sos-doc-holder-main									{ width:705px; clear:both; position:relative; margin-bottom:20px; background-color:#FFFFFF; }
																										/* Wird benutzt <div> as holder for label and content div tags - (z.Zt. - Nov 03 - nur in "howto"-Datei) */
	.sos-doc-holder-label-howto						{ width:200px; clear:both; float:left; margin-bottom:20px; padding-top:1px; background-color:#FFFFFF; }
																										/* Wird benutzt im <div>-Tag im "howto" Datei als Platzhalter fuer die "Label" <p>-Tags */
	.sos-doc-holder-content-howto					{ width:505px; float:left; margin-bottom:20px; padding-top:1px; background-color:#FFFFFF; }
																										/* Wird benutzt im <div>-Tag im "howto" Datei als Platzhalter fuer die "Content/Beschreibung" <p>-Tags */



/*** <HR> Tag Formatierungen ***/
	.sos-doc-separator						{ color:#DDDDDD; }							/* Standard Trennlinie. */



/*** HEADLINE Formatierungen ***/
	h2					{margin-top:3em; padding-top:3em; border-top:0px solid gray; background-color:transparent;}
	h3					{margin-top:3em; padding-top:3em; border-top:1px solid gray; background-color:transparent;}
	h4					{margin-top:2em; padding-top:3em; border-top:0px solid gray; background-color:transparent;}
	h1.sos-doc-header						{ color:gray; font-size: 24px; font-weight:bold; margin: 0px 0px 0px 0px; }
																																/* Wird in <h1>-Tag benutzt z.B. in den "Support-Sevice" Ueberschrift, */
																																/* der vom Funktion "PageTop" in jeder Seite eingetragen wird - wird im <h1>-Tag benutzt. */
	h2.sos-doc-page-title				{ color:#000099; font-size: 16px; font-weight: bolder; margin-top:0px; margin-bottom:20px; }
																																/* Der Titel von Standardseiten (Blau) - wird im <h2>-Tag benutzt. */
	h2.sos-doc-index						{ color:#808080; font-size: 1.2em; font-weight: bolder; margin: 0px; }
																																/* Die Titel von den Index & Contents Seiten (Grau) - wird im <h2>-Tag benutzt. */
	
	h2.sos-doc-page-subtitle		{ color:#000099; font-size: 16px; font-weight: bold; margin-top:0px; margin-bottom:5px; border-top:0px solid gray; font-family:Arial,Helvetica,sans-serif; text-decoration:underline; }
	
	h3.sos-doc-page-subtitle		{ color:#000099; font-size: 1.5em; font-weight: bolder; margin-top:0px; margin-bottom:5px; border-top:0px solid gray; font-family:Arial,Helvetica,sans-serif; }
	
	h3.sos-doc-index						{ color:#808080; font-size: 1.5em; font-weight: bolder; margin-top:0px; margin-bottom:5px; }
	
	h3.sos-doc-page-subsubtitle	{ color:#000099; font-size: 1.2em; font-weight: bolder; margin-top: 30px; border-top:0px solid gray; }
																																/*  */
	h4.sos-doc-page-subsubtitle	{ color:#000099; font-size: 1.2em; font-weight: bolder; margin-top: 30px;}
																																/* Unter-Untertitel in Standardseiten (Schwarz - Nov'03) - wird im <h4>-Tag benutzt. */
	h4.sos-doc-page-subsubsubtitle	{ color:#000099; font-size: 1.0em; font-weight: normal; text-decoration:underline; margin-top: 30px; }
																																/* NO LONGER USED */
	h5.sos-doc-page-subsubsubtitle	{ color:#000099; font-size: 1.0em; font-weight: normal; text-decoration:underline; margin: 30px 0px 5px 0px; }
																																/* Unter-Untertitel in Standardseiten (Schwarz - Nov'03) - wird im <h5>-Tag benutzt. */
	h5.sos-doc-title-alternative		{ color:#808080; font-size: 1.0em; font-weight: bolder; margin-top: 30px;}
																																/* - wird im <h5>-Tag benutzt. */
	h6.sos-doc-page-4xsubtitle			{ color:#000000; font-size: 1.0em; font-weight: normal; text-decoration:underline; margin-top: 15px;}
																																/* wird im <h6>-Tag benutzt. */
	h6.sos-doc-title-alternative		{ color:#000000; font-size: 1.0em; font-weight: bolder; text-decoration:none; margin-top: 15px;}
																																/* wird im <h6>-Tag benutzt. */
	.sos-doc-example h4							{ padding-top:0px; }



/*** HTML LOGISCHE AUSZEICHNUNG Formatierungen ***/
	em						{ }
	code					{ }
	kbd						{ }



/*** IMAGE Formatierungen ***/
img													{ border:0px solid red; margin:0px 20px 25px 0px; }
	.sos-doc-screen-shot			{ text-align: left; border:0px; margin:0px 20px 0px 0px; }				/* Used for all Screen-shots */
																																/* Beschreibungen unterhalb eines Images werden nicht vorgesehen*/
	.sos-doc-bullet						{ text-align: left; border:0px; margin:0px 5px 0px 5px; }				/* Used for bullets in text */



/*** LINK Formatierungen ***/
	a		{ text-decoration: none; }																/* Alle Links werden nicht unterstreichen dargestellt. */

	a:link				{  }				/* Wilde Links - nur in Moz. sichtbar */
	a:visited			{  }
	a:hover				{  }
	a:active			{  }
	
	a.sos-doc-simple-link:link				{ color:#FF6600; font-weight:bolder; }		/* Einfache Links innerhalb Content zu erfassen. */
	a.sos-doc-simple-link:visited			{ color:#FF6600; font-weight:bolder; }
	a.sos-doc-simple-link:hover				{ color:#FFA500; font-weight:bolder; }
	a.sos-doc-simple-link:active			{ color:#FF6347; font-weight:bolder; }
	
	a.sos-doc-executable-link:link				{ color:#FF3300; font-weight:bolder; }
	a.sos-doc-executable-link:visited			{ color:#FF3300; font-weight:bolder; }
	a.sos-doc-executable-link:hover				{ color:#FFA500; font-weight:bolder; }
	a.sos-doc-executable-link:active			{ color:#FF3300; font-weight:bolder; }
	
	a.sos-keyword:link				{ color:green; }	/* Keyword Links innerhalb Content. */
	a.sos-keyword:visited			{ color:black; }	/* Keyword Links are only targets unless combined with another class. */
	a.sos-keyword:hover				{  }							/* Keyword Links are combined with "sos-glossary" or "sos-doc-simple-link" classes. */
	a.sos-keyword:active			{  }

	a.sos-doc-glossary-link:link				{ color:#A86539; font-weight:bolder; }	/* brown Glossary Links innerhalb Glossar. */
	a.sos-doc-glossary-link:visited			{ color:#A86539; font-weight:bolder; }
	a.sos-doc-glossary-link:hover				{ color:#FFA500; font-weight:bolder; }
	a.sos-doc-glossary-link:active			{ color:#A86539; font-weight:bolder; }

	a.sos-doc-index-link:link			{ color:#000099; font-weight:normal; } 				/* Links in Index/Contents file */
	a.sos-doc-index-link:visited	{ color:#000099; font-weight:normal; }
	a.sos-doc-index-link:hover		{ color:#FFA500; font-weight:normal; }
	a.sos-doc-index-link:active		{ color:#FF6347; font-weight:normal; }

	.sos-definition_link	{ font-style: italic; } 								/* Benutzt in <A> einen Link auf einen Definitionen (z.B. im Glossar) hervorzuheben. */

	.sos-glossary					{ color:#000000; font-size:13px; font-weight:bolder; }		/* Markiert Anker-Links in passiven Zustand. */
	.sos-howto						{ color:#000000; font-size:13px; font-weight:bolder; }		/* Markiert Anker-Links in passiven Zustand. */
	.sos-keyword					{  }		/* Markiert Anker-Links in passiven Zustand. */
	
	/* Markiert Anker-Links in aktiven Zustand (gerade aufgerufen) - Klassen werden dynamisch ausgetauscht */
	/* ID "target" muss background-color Eigenschaft besitzen, Farbe wird von sos_help dynamisch gesetzt */
	#target								{	background-color:#FFFFFF; }
	
	
/*** LIST Formatierungen ***/
	ul													{ list-style: url(); background-color:#FFFFFF; }
	ol													{ list-style: url() decimal; background-color:#FFFFFF; }
																																/* Notwendig, weil am sonsten blau bullet wird immer gezeigt wenn class="" & style="...none". */
																																/* Ist leider so in IE6 & in Moz Browsers. */
	.sos-doc-list								{ list-style: url(images/sos_bullet_list_blue.gif); margin: 5px 0px 0px 18px; background-color:#FFFFFF; }
																																/* Standard <ul> Formatierung - d.h. wenn Anfang eines Listes gleich der Anfang eines Absatzes ist. */
	.sos-doc-list-follow				{ list-style: url(images/sos_bullet_list_blue.gif); margin:-7px 0px 0px 18px; background-color:#FFFFFF; }
																																/* <ul> Formatierung wenn der Anfang eines Listes innerhalb eines Absatzes ist. */
	.sos-doc-list-table					{ list-style: url(images/sos_bullet_list_blue.gif); margin: 5px 0px 0px 18px; background-color:#FFFFFF; }
																																/* Wird in <ul> benutzt, wo die Liste innerhalb einer Tabelle liegt. */
	.sos-doc-list-link-intern		{ list-style: url(images/sos_arr_downo.gif); margin:-7px 0px 0px 18px; background-color:#FFFFFF; }
																																/* <ul> Formatierung fuer eine LinkListe. */
																																/* <ul> Kann nicht mit 'style=""' andere Bullet hinzufugen - deshalb neue Klasse. */
	.sos-doc-list-link-extern		{ list-style: url(images/sos_arr_righto.gif); margin:-7px 0px 0px 18px; background-color:#FFFFFF; }
																																/* <ul> Formatierung fuer eine LinkListe. */
																																/* <ul> Kann nicht mit 'style=""' andere Bullet hinzufugen - deshalb neue Klasse. */
	.sos-doc-list-none					{ list-style: url() none; margin:-7px 0px 0px 18px; background-color:#FFFFFF; }
																																/* <ul> Formatierung fuer eine Liste ohne bullet. */
	.sos-doc-list-element				{padding: 0px 0px 7px 0px;}				/* Standard <li> Formatierung. */




/*** <P> Tag Formatierungen ***/
	.sos-doc-content						{ text-align: left; }								/* Standard Textinhalt. Wird aber in Tabellen von <th> oder <td> ersetzt. */
	.sos-doc-content-follow			{ text-align: left; margin:0px 0px 0px 0px; }
																																/* Standard Textinhalt, wo der Absatz eine Liste direkt anschliessen sollte. Wird in Tabellen von <th> oder <td> ersetzt. */
	.sos-doc-subcontent-follow	{ text-align: left; margin:0px 0px 0px 20px; }
																																/* Nebenabsatz Textinhalt, wo der Absatz eingerueckt ist, und als Teil einen Absatz erscheint. */
																																/* Wird in Tabellen von <th> oder <td> ersetzt. */
	.sos-doc-label							{ font-weight:600; padding: 0px 10px 0px 0px; }
																																/* Used in z.B. HowTo-Datei, die Eintrag-Labels (in der linken Spalte). */
	.sos-doc-index-content			{ margin: 0px; text-align: left; }	/* Used in z.B. HowTo-Datei, fuer die Eintrag-Label (in der linken Spalte). */

	.sos-doc-image-holder				{ text-align: left; margin-bottom: 20px; font-size: 0.9em; font-weight: bolder;}
																															 	/* Platzhalter fuer Images. */
	.sos-doc-image-caption			{ text-align: left; margin: -15px 0px 20px 0px; font-size: 0.9em; font-weight: bolder;}
																															 	/* Platzhalter fuer Imageuntertiteln. */
	.sos-doc-example						{ text-align: left; margin: 25px 5% 0px 25px; padding: 5px 25px; border:solid #808080 1px; background-color:#eeeeee;}
																																/* Wird benutzt z.B. fuer complex (non-code) Input Beispiele. */
	.sos-doc-title-alternative-end				{ text-align: right; margin-bottom: 30px;}
																																/* Wird benutzt fuer letzten Absatz in einen Seitenabschnitt, der von einen weiteren Abschnitt mit (H3) Ueberschrift gefolgt wird. */
	.sos-doc-page-navi-bottom		{margin: 0px 10px 0px 0px; color:#808080; font-size: 12px; font-weight:500; text-align:right; }
																																/* Wird benutzt fuer "Seitenanfang" Link, die von Funktion "PageBottom" eingetragen wird, */
																																/* um automatisch in jede Seite hinzugefuegt werden zu koennen. */
	.sos-doc-page-navi-top			{margin: 0px 10px -40px 0px; color:#808080; font-size: 12px; font-weight:500; text-align:right; }
																																/* Wird benutzt fuer "Seitenende"Link, die von Funktion "PageTop" */
																																/* um automatisch in jede Seite hinzugefuegt werden zu koennen. */
	.sos-doc-footer-left				{margin: 0px 0px 0px 0px; color:#808080; font-size: 11px; font-weight:500;}
																																/* Wird benutzt im Footer, der von Function "PageBottom" in jeder Seite hinzugefuegt wird - u.a. erzeugt er Linksbuendigkeit.  */
	.sos-doc-footer-right				{margin: 0px 0px 0px 0px; color:#808080; font-size: 11px; font-weight:500; text-align: right;}
																																/* Wird benutzt im Footer, der von Function "PageBottom" in jeder Seite hinzugefuegt wird - u.a. erzeugt er Rechtsbuendigkeit.  */
	.sos-doc-xml-element-header	{ border:1px dashed; padding:3pt;font-size:0.9em; margin-right:5%; background-color:transparent;}
																																/* Wird benutzt in der XML Konfig Kapitel für jeden XML Element  */


/*** <PRE> Tag Formatierungen ***/
	pre													{ margin-top:0px; margin-bottom:-12px; font-size:12px; }
																																/* Margin-Bottom ist -ve, da CR @ end of tag content (d.h. bevor </pre> Tag) formatiert wird  */


/*** <SPAN> Tag Formatierungen ***/
	span.sos-doc-highlight				{ font-style: italic; }												/* Wird benutzt um Text hervorzuheben - z.B. in Warnungen. */
	span.sos-doc-definition				{ font-weight: bolder; font-style: italic; color: #808080; }		/* Wird benutzt um eine Definition hervorzuheben - falls kein Glossar benutzt wird. */
	span.sos-doc-input-field-name	{ font-weight: bolder; color: #808080; }			/* Wird benutzt um den Namen eines Eingabefeldes hervorzuheben. */
	span.sos-doc-input-value			{ font-weight: bolder; font-style: italic; }	/* Wird benutzt um Werte, die in einer Eingabemaske eingetragen oder ausgewaehlt werden sollen. */
	span.sos-doc-link-name				{ font-weight: bolder; }											/* Wird benutzt um den Namen eines Buttons oder Links hervorzuheben. */
	span.sos-doc-name							{ font-style: italic; }												/* Wird benutzt um einen Namen oder anlichen Begriff hervorzuheben. */
	span.sos-doc-status						{ font-weight: bolder; color: #808000; }			/* Wird benutzt um den Namen eines Statusfeldes hervorzuheben. */

	span.sos-small-caps						{ font-size:0.85em; }													/* Wird benutzt um den Namen eines SOS-Produktes zu formatieren. */

	span.sos-product-name					{ font-variant:small-caps; }									/* Wird benutzt um den Namen eines SOS-Produktes zu formatieren. */
																																					/* Wird in IE 5.0 NICHT korrekt dargestellt fuer kleinere Fonts. */
	span.sos-doc-script						{ color:#808000; }												/* Wird benutzt um SkriptCode in <p class=sos-doc-example> darzustellen. */

	span.sos-doc-symbol						{ font-family:Symbol; }													/* Wird benutzt um Symbole darzustellen. */


/*** TABLE Formatierungen ***/
  
	
	td 										{ font-size:12px; vertical-align:top; }

	.sos-doc-table				{ table-layout:fixed; width:100%; margin-left:25px; font-size: 12px; background-color:#FFFFFF; }
																												/* VORSICHT!!! - AENDERUNGEN IN VERGLEICH ZU SOS-HELPS "Meeting", "Support", ITS*/
																												/* Standard <table> Class - Tabellen mussen NICHT innerhalb <p>tags (class="sos-doc-content") benutzt werden, */
																												/* da Padding jetzt in <table> eingebaut ist. */
	#sos-doc-index				{ margin-left:0px; background-color:#FFFFFF; }
																												/* VORSICHT!!! - AENDERUNGEN IN VERGLEICH ZU SOS-HELPS "Meeting", "Support", ITS*/
																												/* Neue id hinzugefuegt. */
	
	.sos-doc-th						{ padding:5px 5px 5px 10px; vertical-align:top; text-align: left; background-color:#DDDDDD; }
																												/* Standard <th> Class - Die Breite von Tabellenspalten werden nur einmal in dem <th>Tag */
																												/* oder in dem obersten <td>Tag (mit z.B. style="width:10%")eingegtragen. */
	.sos-doc-td						{ padding:5px 5px 0px 10px; vertical-align:top; text-align: left; background-color:#EEEEEE; }
																												/* Standard <th> Class - Die Breite von Tabellenspalten werden nur einmal in dem <th>Tag */
																												/* oder in dem obersten <td>Tag (mit z.B. style="width:10%")eingegtragen. */
	.sos-doc-index-th			{ padding:0px 5px 0px 0px; vertical-align:top; background-color:#FFFFFF; }
																												/* <th> Class in Index & Contents Dateien - Die Breite von Tabellenspalten werden nur einmal */
																												/* in dem <th>Tag oder in dem obersten <td>Tag (mit z.B. style="width:10%")eingegtragen. */
	.sos-doc-index-td			{ padding:0px 5px 0px 0px; vertical-align:top; background-color:#FFFFFF; }
																												/* <th> Class in Index & Contents Dateien - Die Breite von Tabellenspalten werden nur einmal */
																												/* in dem <th>Tag oder in dem obersten <td>Tag (mit z.B. style="width:10%")eingegtragen. */
	.sos-doc-index-td-spacer	{ padding:0px; margin:0px; font-size:5px; }
