html {
    background-color: cornsilk
}

/*	body {
		margin: 0 auto;
		width: 70%;
}		*/	
body	{
	/*background-color: #edede7;*/
	font-family: "Courier Prime", monospace;
	max-width: 800px;
	margin: 100px 15% 0 15%;
}
footer {
	padding: 1em;
	text-align: center;
}

h1 {
font-size: 3em;
font-style: normal;
font-weight: bold;
letter-spacing: 1.1em;
text-align: center;
color: #069;
position: relative;
height: auto;
width: auto;
margin-top: 5%;
border-bottom-style: none;
border-left-width: thin;
line-height: 1.7em
p	{
	font-size: 1.5rem;
	color: #003;
	font-weight: normal;
	line-height: 1.5em;
}
.datenschutz {
	
	max-width: 1000px;
}
ul, ol	{
	font-size: 1rem;
	line-height: 1.5rem;
}
.daschu {font-family: sans-serif;
	line-height: 1.2rem;
	font-size: .9rem;
	color: black;
}
a	{
	color: rgb(59, 78, 147);
	text-decoration: none;
}
a:hover	{
	color: rgba(59, 78, 147, 0.43);
}
