/**
 * default.css is used for TinyMCE to provided nearly same styling in MCE as it is in the view itself
 */
body, .ui-widget 
{
	font: 14px/22px "Open Sans", sans-serif;	
	margin: 0px;
	font-weight: 300;
    padding: 1em;
}

strong, b {
    font-weight: 700;
}

ul li {
	list-style-type: square;	
}

.mce-content-body  p {
	text-align: justify;
	margin-block-start: 0em;
}

/* bild */
.bildmitte {
	display : block;
  	text-align : center;
	margin: 5px auto;
	max-width: 100%;
}

.bildlinks {
	float : left;
	margin: 3px 10px 0px 0px;
	max-width: 100%;
}

.bildrechts {
	float: right;
	margin: 3px 0px 0px 10px;
	max-width: 100%;
}

.mceContentBody {
    clear: both;
    text-align: justify;
}

.input_field_pot {
	display: none;
}

ul {
	text-align: left;	
}
}
