/* Schriften */


.fliess {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #5c5b5b;
	line-height: 27px;

}
.fliess_klein {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #5c5b5b;
	line-height: 19px;
}


/* Elemente */


body {
}
#logo {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width:253px;
	z-index:1;
}
#unterfirmen {
	position:absolute;
	left:-371px;
	top:207px;
	width:994px;
	height:130px;
	z-index:2;
}
#inhalt {
	position:absolute;
	left:50%;
	width:80%;
	z-index:3;
	transform: translate(-50%, -0%);
}
