@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

html, body {
height: 100%;
margin: 0;
padding: 0;

}

body {
	font-size: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

#inhalt_aussen {
	width: 100%;
}

#inhalt_innen {
	padding-top: 100px;
	width: 1100px;
	text-align: center;
	margin: 0 auto 0 auto;
}

	
.bodytext {
	font-family: 'Noto Sans', sans-serif;
	color: #888;
	font-weigt: normal;
	line-height: 28px;
	font-size: 18px;
}