﻿#schrift {
	color: B2B2B2;
	font-family: Ubuntu, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight:normal;
	line-height: 2em;
	
	
}

CSS selector {
  font-family: 'Ubuntu', sans-serif;
}


IMG.center {
display: block;
margin-left: auto;
margin-right: auto }


img {
  image-rendering: pixelated;
}

  
	/*
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
	*/
