body, html {
		width: 100%;
		height: 100%;
		margin: 0;
}
header {
		width: 100%;
		height: 50%;
		background-image:url(Bilder/header01.jpg);
		background-size:cover;

}
header h1 {
		margin:0;
		padding:60px 0;
		font-family:georgia, serif;
		color:#fcea7a;
		font-size: 180px;
		position:absolute;
		top:50px;
		width:100%;
		text-align:center;
		font-style:italic;
		text-shadow: 0 0 4px black;

	
	
}
header a {
	text-decoration:none;
	
}
nav{
	width:100%;
	text-align: center;
}
nav ul{
	list-style-type: none;
}
nav li{
	display: inline-block;
	width:150px;
	padding: 5px 0;
	border-right: solid grey 1px;
	text-align:center;
	
}
nav li:last-child{
	border:none;
}
nav a{
	text-transform:capitalize;
	font-family: calibri;
	font-weight: bold;
	display:block;
	color:#b2313d;
}
nav a:hover{
	color: green;
	
}

div.content h1{
	font-size: 75px;
	color: darkgreen;
	padding-left: 35px;
	margin-top: 60px;
	font-family: cambria;
	text-transform: capitalize;
	
}
div.content p{
	font-size: 18px;
	padding-left: 35px;
	
	

	
}
div.content img.eins {
	width: 700px;
	height: 425px;
	float: right;
	margin-right: 10%;
	border-radius: 60px;
	margin: 50px;
	
	
	
	
}
div.content h2 {
	padding-left: 35px;
	font-size: 30px;
	font-family: cambria;
	color: black;
	
	
}
div.content ol {
	font-size: 18px;
	padding-left: 50px;
	width: 60%;
	
	
}
div.rezept {
	width:100%;
}

div.rezept div.zutaten {
	width:40%;
	float:left;
}
div.rezept div.bild {
	width:20%;
	float:left;
}
div.rezept div.bild img{
	width:100%;
	Height: 270px;
	width: 500px;
	padding: 140px;
}h3 {
	padding-left: 35px;
	
	
}
div.bild1 img{
	float: right;
	width: 460px;
	padding-right: 550px;
	
}
div.bild2 img{
	float: right;
	width:460px;
	padding-right: 550px;
	padding-top: 50px;
	
	
}

	
	


