/* CSS Document */

/* 	**************************************************
    Styles für notwendige Tabellen in den Hilfeseiten
	**************************************************
 */
 
/*  ==================================================
 	Tabellen mit einheitlicher Hintergrundfarbe
	==================================================
	Verwendet in:	- hilfe3 (Allgemeine Hilfe)
					- hilfe4 (Technische Hilfe)
 */

.helptopic {
	vertical-align: top;
	background-color: #F1F6FA;
	
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
}

.helptext {
	vertical-align: top;
	background-color: #F1F6FA;
	
	font-size: 8pt;
	color: #666666;
}



/*  ==================================================
 	Hilfe: Lotsen
	==================================================
 */

.lotse {
	left: 8px;
	padding: 4px;
	background-color: #F1F6FA;
	font-weight: bold;
	color: #006699;
}

/* ---------------------------------------------- */

.left-cell {
	float: left;
	width: 175px;
	margin: 0px 2px 6px 0px;
	font-weight: bold;
	color: #006699;
	background-color: #F1F6FA;
	line-height: 18px;
}

.right-cell {
	float: right;
	width: 350px;
	margin: 0px 0px 6px 2px;
	background-color: #F1F6FA;
	line-height: 18px;
}

/*  ==================================================
 	Webtipps (in fast allen Hilfeseiten)
	==================================================
 */

h1.webtipp {
	color: #232323;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 2px solid #246c93;
	height: 2px;
}

a.webtipp {
	width: 152px;
	padding: 0px 0px 2px 0px;
	margin-bottom: 6px;
	display: block;
}

a.webtipp:hover {
	width: 152px;
	padding: 0px 0px 2px 0px;
	margin-bottom: 6px;
	display: block;
}


/* ==================================================
   Hilfe: Chatbefehle 
   ==================================================
*/

/*	------------------------
	Basistabelle
	------------------------
*/
table.chatbefehle {				/* Grundgerüst für die Darstellung der Erklärungen */
	width: 537px;
	font-size: 8pt;
	font-weight: bold;
	/* border: 1px dashed solid black; */
	cell-padding: 8px;
	cell-spacing: 0px;
	line-height: 14px;
}

td.left {						/* Linke Zelle für den Chatbefehl */
	width: 160px;
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
	vertical-align: top;
	padding-top: 12px;
}

td.right {						/* Rechte Zelle für die Beschreibungen */
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 10px;
}

td.beispiel {					/* Rechte Zelle für die Beispiele */
	color: #333333;
	background-color: #F1F6FA;
	font-weight: normal;
}

/* --- Unterteilung des Beispielbereichs --------------------------------------------  */

div.command {					/* Linker Teil im Beispielbereich: Befehl(e) */
	float: left;
	width: 120px;
	font-size: 8pt;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-weight: normal;
	color: #006699;
	vertical-align: top;
	padding-top: 0px;
}

div.sample {					/* Rechter Teil im Beispielbereich: Ein-/Ausgaben etc. */
	float: left;
	width: 236px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	border-left-color: white;
	border-left-width: 2px;
	border-left-style: solid;
}

/* --- Spezielle Textauszeichungen im Beispielbereich --------------------------------- */

span.hinweis {					/* Kennzeichnung eines Hinweises */
	color: #666666;
	font-weight: normal;
}

span.ausgabe {					/* Kenzeichnung der Ausgabe vom System */
	color: #003366;
	font-weight: normal;
}

span.red {
	color: red;
}


#backLinkBox{
	margin: 0px;
	width: 100%;
	overflow: auto;
	clear: both;
	padding-top: 0px;
	/* border: dashed 1px; */
}

#backLinks {
	border-top: 1px #CCCCCC dashed;
	margin: 12px 0px 8px 0px;
	text-align:right;

}


