body {
	background-color: LightSteelBlue;
	font-size: large;
	font-family: Serif;
}
#header {
	background-color: linen;
	height: 150px;
}
#Schriftzug {
	float: left center;
}
#Logo {
	float: right;
}
h2 {
    font-weight: bold;
    font-size: 30px;
    margin-left: 50px;
    margin-right: 200px;
}
h3 {
    text-decoration: underline;
    font-weight: bold;
    font-size: large;
    margin-left: 50px;
    margin-right: 200px;
}
p {
    margin-left: 50px;
    margin-right: 200px;
}
ul {
    margin-left: 50px;
    margin-right: 200px;
}
.erzählung {
	font-style: italic;
	margin-left: 50px;
	margin-right: 200px;
	font-size: large;
}
#startseitentext {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#mittig {
	text-align: center;
}
footer {
	background-color: linen;
	float: bottom;
    text-align: center;
    font-size: 19px;
    height: 100px;
}
nav {
	background-color: #6a5acd;
	margin: 10px 10px 0px 10px;
	height: 50px;
}
nav ul {
	background-color: #6a5acd;
	margin: 0px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}
nav ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
}
nav ul li a:link, nav ul li a:visited {
	color: black;
	border-bottom: none;
	font-weight: bold;
	font-size: 20px;
}
nav ul li.selected {
	background-color: #6a5acd;
}
