<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blockInhalt_modul {
	padding:2px;	
}

#blockInhalt_neueModule .blockInhalt_modul {
	text-align:left;
	background-color:#D8D4E6;
	border-radius:6px;
	margin-bottom:2px;
	padding-left:10px;
	width:234px;
	margin-left:2px;
	margin-right:2px;
}


#blockInhalt_benutzteModule .blockInhalt_modul {
	border:1px solid #888888;
	border-radius:6px;
	background-color:#EEEEEE;
	
	margin-bottom:1px;
}


#blockInhalt_benutzteModule {
	margin-left:260px;
	margin-top:5px;
	width:250px; 
	min-height:100px; 
	border:1px solid #D8D4E6;
	border-radius:10px;
	text-align:left;
	padding:10px;

}

#blockInhalt_loeschen {
	width:160px;
	height:160px;
	border: 1px dotted #D8D4E6;
	border-radius: 10px;
	right:20px;
	bottom: 40px;
	position: fixed;
	background-image:url('/sysicons/crystal_project/128x128/filesystems/trashcan_full.png');
	background-repeat:no-repeat;
	background-position:50%;
}

#blockInhalt_vorschau {
	width:400px;
	height:200px;
	border: 1px dotted #D8D4E6;
	border-radius: 10px;
	right:20px;
	top: 170px;
	position: fixed;
	display:none;
	text-align:left;
	padding:5px;
	background-color:#FDFFED;
	
}


.blockInhalt_loeschenAktiv {
	background-color:#EEEEEE;
}

.blockInhalt_loeschenHover {
	background-color:#FF7878;
}


</pre></body></html>