/************************************************************
Diese Klassen sollen NICHT Portalspezifisch angepasst werden!
Falls eine Anpassung nötig sein sollte muss diskutiert werden,
ob die Klasse in die portal.css integriert wird, oder ob eine
neue Option im Portal den gewünschten Effekt erzielen sollte.
************************************************************/
.EditIconList
{
	float:right;
}

.moduleFooterIconList
{
	padding: 0px;
	margin: 0px;
	width:100%;
	list-style:none;
}

.moduleFooterIconList li img
{
	border: 0px;
}

.moduleFooterIconList li
{
	float:right;
	display:inline;
}

.ModulePrintImagexx /* das Drucksymbol in der Modulfußzeile */
{
	float:right; /* richtet das Drucksymbol rechts aus */
	cursor:hand; /* zeigt die Hand beim mouseover. Beide Zeilen sind notwendig! */
	cursor:pointer;
	border:0px;
}

.ModuleSendImagexx
{
	float:right; /* richtet das Drucksymbol rechts aus */
	cursor:hand; /* zeigt die Hand beim mouseover. Beide Zeilen sind notwendig! */
	cursor:pointer;
	border:0px;
}