@font-face {
font-family: MSSix-Two;
src: url(mssix.otf);
}

@font-face {
font-family: MSSix-Under;
src: url(mssix-us.otf);

}
* {
	box-sizing:border-box;
	margin:0px;
	padding:0px;
/* 	border:0.5px solid black; */
}
body {
	font-family: MSSix-Two;
	font-size:1.2em;
	letter-spacing:;
	text-align:left;
	line-height:1.4em;
	color:black;
	background: #ffff00;

}
.full {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
}
a {
	color:black;
	text-decoration:none;
	font-family: MSSix-Under;
	
}

.links, .rechts {
	display:block;
	width:50%;
	max-width:600px;
	padding:1em;
	float:left;
}

.pub-image {
	max-width:100%;
	padding:1em;
}

.text {
	padding:1em;
	display:block;
	max-width:1000px;
}

@media only screen and (max-width: 600px) {
	.links, .rechts {
		width:100%;
	}
}


