<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	font-family: "Helvetica Light", "Helvetica Neue";
	color: #FFF;
}
#Container {
	position: relative;
	left: 10%;
	top: 5%;
	margin-top: 5%;
	margin-left: 10%;
	background-color: #FFF;
	height: 550px;
	color: #000;
	width: 750px;
	
}
#Header {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	background-color: #FFF;
	height: 120px;
	width: 750px;
}
.Haupttitel {
	font-family: "Helvetica Light", "Helvetica Neue";
	font-size: xx-large;
	font-weight: 100;
	letter-spacing: 0.4em;
}

#NaviHeader {
	position: absolute;
	height: 11%;
	top: 60px;
	left: 0px;
	width: 750px;
}

.Wahlleiste {
	font-size: medium;
	top: auto;
	word-spacing: 20px;
}

.Wahlleiste a {
	padding-right: 20px;
	font-size: normal;
	font-weight: lighter;
	letter-spacing: 0.1em;
}


#Normalsprecherbild {
	position: absolute;
	height: 400px;
	width: 150px;
	top: 120px;
	left: 0px;
	font-weight: lighter;
	color: #000;
	font-size: medium;
	line-height: 25px;
	margin: 0;
}
.Buchtitel {
	letter-spacing: 0.2em;
}
.Verlage {
	font-family: "Helvetica Light", "Helvetica Neue";
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 20px;
}
#Normalsprechertext {
	position: absolute;
	height: 400px;
	width: 500px;
	top: 120px;
	right: 0px;
	font-weight: lighter;
	text-align: justify;
	color: #000;
	font-size: medium;
	line-height: 25px;
	float: right;
	margin: 0;
}


</pre></body></html>