
/* layout
-------------------------------------------------------------- */
body {
	margin:0px; padding:0px;
	text-align:center;
	width:100%; max-width:600px; max-height:100%;
	position:absolute;
	overflow-y: auto;	overflow-x: auto;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
	background:none;
/* border: 1px solid red; */
}
.trenner {
	width:100%;
	height:2px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px dotted #000;
	display:block;
	overflow:hidden;
}
.text {
	width:90%;
	padding-left:20px; padding-right:20px;
	text-align:left;
}
.fm_player {
	margin:0px;
	padding:0px;
	width:300px; height:42px;
/* border:1px solid green; */
}

/* textformate
-------------------------------------------------------------- */
body {
	font: 100% sans-serif;
}
a {
	text-decoration:none;
	color:#000;
	border-bottom: 1px solid #000;
}
h1 {
	font-size:400%;
	line-height:100%;
	font-family: serif;
	font-weight:600;
	font-style:italic;
	color: #606660;
	margin:10px;
	text-align:center;
}
h2 {
	font-size:120%;
	line-height:120%;
	margin:10px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}
p {
	margin:0px;
	margin-bottom:20px;
	line-height:130%;
}

#startbild {
	width:50%;
/* border: 1px solid blue; */
}


