*, *:before, *:after {    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */    box-sizing: border-box; /* Opera/IE 8+ */}body {/*Hintergrund-Eigenschaften*/  background-color : #FFFFFF;/*Ränder*/  margin-top:100px;  margin-right:50px;  margin-bottom:100px;  margin-left:50px;/*Text-Eigenschaften */  color: #3e3e3e;  font-size: 1.2em;  line-height: 1.5em;  font-family: 'Montserrat-Regular', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;  font-size:18pt;  text-align : justify;  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}/*    Schrift*/@font-face {font-family: 'Montserrat-Regular';	src: url('Montserrat-Regular.eot');
	src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('Montserrat-Regular.woff') format('woff'),
	url('Montserrat-Regular.ttf') format('truetype');
}table {   margin-left: auto;   margin-right: auto;}td {  vertical-align:top;  padding:10px;  text-align : justify;}h1 {  font-size : 24pt;  font-weight : bold;}a:link {   color:#3e3e3e;   font-weight:bold;};a:visited {   color:#3e3e3e;   font-weight:bold;};a:hover {	color: red;	font-weight: bold;}a:active {	color: red;	font-weight: bold;}a:focus {	color: red;	font-weight: bold;}hr {  margin-top:50px;  margin-bottom:50px;}img {	border: 0;}