@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #49261F;
	text-decoration: underline;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #EEE;
}
.Impressum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	position: absolute;
	width: 500px;
	left: 100px;
	top: 500px;
}.Navigation-Rezepte-Kaffee {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #49261F;
	position: absolute;
	top: 100px;
	width: 90px;
	background-color: #EEE;
}
.Inhalt-Rezepte-Kaffee {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #49261F;
	width: 500px;
	left: 100px;
	top: 100px;
	position: absolute;
	background-color: #EEE;
}
.Header {
	position: absolute;
	height: 100px;
	width: 600px;
	left: 0px;
	top: 0px;
	background-color: #EEE;
}

