/* ================================
			  DIKTIO INTERNET
 	Container Styles for DotNetNuke
	================================ */   

/* ******************************
	Icons fuer Editieren und Hilfe
	stehen immer oben-links in der
	Ecke!!
	****************************** */
.DNN-Edit {
	position: static;
	float: left;
	
	width: 20px;
	padding: 0px;
	margin: 0px;
	
	background-color: transparent;
}

	

/* ******************************
	Textinhalt ohne Rahmen!!
	****************************** */
.ContainerStandard-Content {
	position: static;
	clear: both;
	
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	
	background-color: transparent;
}
