It often happens that a picture is wider than the range is displayed in the Content. Especially if you have several authors who are not so experienced in WordPress.
In order to embed large images but to avoid destroying of the layout, simply add following lines of CSS in the styles.css file.
.Post area { img max-width: 400px; height: auto;}