/* >> Zusaetzliche Steuerelemente (Zurueck, Drucken, Empfehlung versenden) */

/* Anpassungen des Steuerelemente  Kontainers*/
table.additionalControlsShell
{
	width: 100%;
	height: 24px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 20;
}

/* Einstellungen der Zelle ueber der linken Navigation */
td.addElementsImageCol
{
	background: url(../xist4c/web/standard/02/img/fbs_contentMainTable.gif) top left repeat-y;
}

/* Spacer Element fuer die Bild Zelle */
img.addElementsImage
{
	height: 24px;
}

/* Anpassungen der Zelle fuer die Steuerelemente */
td.addElementsCol
{
	padding-left: 20px;
	padding-right: 10px;
	background: url(../xist4c/web/standard/02/img/fbs_contentTables.gif) top right repeat-y;
}

/* Standarddefinition der Steuerelementbezeichner */
a.recommendationButton,
a.backPrompt,
a.printButton
{
	font-size: 11px;
}

/* Definiert das Icon fuer Zurueck */
img.backIcon
{
	width: 17px;
	height: 14px;
	border: 0px;
	vertical-align: text-top;
	background: url(../xist4c/web/standard/02/img/backIcon.gif) bottom left no-repeat;
}

img.recommendationButton
{
	width: 28px;
	height: 17px;
	border: 0px;
	vertical-align: middle;
	background: url(../xist4c/web/standard/02/img/recommendationButton.gif) bottom right no-repeat;
}

img.printButton
{
	width: 24px;
	height: 17px;
	border: 0px;
	vertical-align: middle;
	background: url(../xist4c/web/standard/02/img/printIcon.gif) bottom right no-repeat;
}

