html {
	font: 13.2px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
	background : #EEE;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  
	
}

p {
	text-align:justify;
}

body {
	max-width : 600px;
	margin-left : auto;
	margin-right : auto;
	background : white;
	padding : 15px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
}

li {
	margin-bottom: 10px;
	text-align:justify;
}

img.blogimg  {
	margin : 5px 0px 5px 15px; 
	float: right;
}

figure {
  float: right;
 margin : 0px 0px 5px 15px; 
 text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
/*   border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;*/
}

.geschichten img {
	margin : 0px 0px 5px 15px; 
	float: right;
}


@media all and (max-width: 479px) {
	.geschichten img {
		float: none;
	}
}