/***
	sos_help.css
	version: 1.3
	date: April 2006
	author: Florian Schreiber
	mail: fs@sos-berlin.com
***/

	body											{ padding:0px; margin:0px; overflow:hidden;
															background-color:threedface; color:windowtext; font-family:"Arial", sans-serif; }

/*** DIV Formatierungen ***/
					
	.sos-block								{ position:absolute; overflow:hidden; margin:0px; padding:0px; border:0px; }
	
	#div0											{ border:outset; border-width:2px; background:threedface;}
	
	#div1											{ background:white;}
	
	#div2											{ background:white;}
	
	#div3											{ background:white;}
	
	#horizon									{ overflow:hidden; background:threedface; cursor:s-resize; }
	
	#hl_adjusting							{ position:absolute; top:15px; left:2px; height:22px; width:236px; }

	
/*** Text Hervorheben ***/

	#highlight								{ background-color:#AACCFF; position:absolute; top:0px; left:0px; width:118px; }

	
/*** images ***/
	
	#go												{ cursor:pointer; position:absolute; top:1px; left:120px; }
	#clear										{ cursor:pointer; position:absolute; top:1px; left:178px; }
	#left_tab									{ cursor:pointer; }
	#right_tab								{ cursor:pointer; }
	
/*** Selectbox Formatierungen ***/
	
	.sos-select-div						{ position:relative; overflow:hidden; margin-top:3px; height:37; width:240; background:threedface; }
			
	.selectbox								{ position:absolute; top:15px; left:2px; display:block; width:236px; }
			
			
/*** sos-subblock für Auflistung der Fundstellen der Indexsuche ***/
			
	.sos-subblock							{ position:absolute; overflow:auto; margin:0px; padding:10px; border-width:2px;
															border-style:inset; left:0px; top:0px; background:white; }

	.sos-subblock-opera 			{ position:absolute; overflow:auto; margin:0px; padding:10px; border-width:2px;
															border-style:inset; left:0px; top:0px; background:white; 
															border-top-color:#C8C8C8; border-left-color:#C8C8C8;
															border-right-color:#C9C9C9; border-bottom-color:#C9C9C9; }

/*** Container für alle sub-divs der Reiter ***/

	.sos-tab-container				{ position:absolute; margin:0px; padding:0px; border:0px; background:threedface; }
			
	.sos-tab									{ position:absolute; margin:0px; padding:0px;
															width:125px; height:20px; border:0px; background:threedface; }
			
	#left_tab									{ left:0px; }
	#right_tab								{ left:125px; }


/*** Überschrift ***/

	H3												{ font-size:9pt; text-align:center;}
	H3.sos-help-index					{ font-weight:400; color:#000000; margin: 00px 00px 00px 00px; padding:0px; }

	H1												{ color:windowtext; font-size:20pt; text-align:center; font-weight:100; }


/*** BUTTON Formatierungen ***/	
	
	.sos-button								{ margin:2px; }


/*** LINK Formatierungen ***/	
	
	a													{ font-weight:600; text-decoration:none; font-size:10pt; }
	 
  /* Standard Links */
	a:link										{ color:#FF6600; }
	a:visited									{ color:#FF6600; }
	a:hover										{ color:#FFA500; }
	a:active									{ color:#FF6347; }
	 
	a.sos-index-link:link			{ color:#000099; font-weight:200; }
	a.sos-index-link:visited	{ color:#000099; font-weight:200; } 
	a.sos-index-link:hover		{ color:#FFA500; font-weight:200; } 
	a.sos-index-link:active		{ color:#FF6347; font-weight:200; }


/*** BR ***/
	
	/* Abstand zwischen den Einträgen der Trefferliste */
	.sos-spacer								{ font-size:12px; }

