/* Formatierungen für Modules - Entwicklung, wird später in die master.css integriert */
.modulecontent {
	text-align:left;
	width:300px;
	border: 0px solid red;
}

.cmodule_weblink {
	border: 1px solid green;
	padding:5px;
	width:300px;
	color:red;
}

.cmodule_p {
	border: 0px solid green;
	padding-top:5px;
	padding-bottom:5px;
}