/*
 cmmp public templates
 admin editor css

 Your own css definitions (also available in admin/tinymce)
*/

/* =================================================================== */
/* Editor Admin	Classes												   */
/* =================================================================== */

table.table-bild-text {
	width:100%;
	margin:20px 0px 0px 0px;
}
table.table-bild-text td:first-child {
	width:10%;
}
table.table-bild-text td:first-child img {
	width:100% !important; height:auto;
	padding:2px 0px 2px 0px;
}

table.table-bild-text td:last-child {
	width:80%;
	padding:2px 0px 2px 20px;
}

.aufklappbar-link { 
	cursor:pointer;
    -ms-user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
.aufklappbarer-inhalt { }
