/*TINYMCE*/

.image-left img {
float: left;
margin: 5px;
}

.image-right img {
float: right;
margin: 5px;
}

.image-center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

.image-left:after {
content: '';
clear: left;
display: block;
}

.image-right:after {
content: '';
clear: right;
display: block;
}

/**umb_name:image-left*/
img {
	float:left;
}

/**umb_name:image-right*/
img {
	float:right;
}

/* Bilder im RichText auf Spaltenbreite begrenzen */
.umb-rte img,
.richtext img,
.text-content img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

/* Reduce cell height in Umbraco rich text tables */
table td p,
table th p {
	margin-bottom: 0;
}
