body,html {
	width: 100%;
	height:100%;
	margin:0;

}

header {
	background-image: url(Bilder/zimtheader.jpg);
	width:100%;
	height:40%;
	background-repeat: no-repeat;
	background-size:cover;
}

header h1{
	width: 60%;
    margin-left:10%;
	margin-top:5%;
	color: #593714;
	font-family: "Goudy Old Style";
	text-align: left;
	font-size:120px;
	position:absolute;
}
	

		


nav {
	width:100%;
	text-align: center;
	font-family:"Goudy Old Style";
}

nav ul{
	list-style-type:none;
	
}

nav li{
	display:inline-block;
	width:150px;
	padding:15px 0;

	text-align:center;

}
	
nav a{
	text-decoration:none;
	color:#593714;
	font-weight: bold;
	text-transform:uppercase;
	display:block;
	width:80%;
	padding: 5px 0;
	margin-left:10px;
	text-align:center;
	border-bottom: solid grey 4px;
}

nav a:hover{
	color:grey;
}

div.content img.normal{
	width:30%;
	box-shadow: 5px 5px 10px darkgrey;
	border:solid 3px #593714;
	padding:20px;
	margin:10px;
	margin-right:80px;
	margin-bottom:50px;
	float: right;
}
div.content p{
	float:left;
	width:50%;
	font-size: 18px;
	margin-left: 10px;
}
div.content cite{
	 font-family:Calibri;
     color:black;
    font-size:10px;
}
div.content h1{
 font-family:"Goudy Old Style";
  color:#593714;
  font-size:30px;
  text-transform:uppercase;
  text-shadow: 3px 2px 1px grey;
  border-bottom: solid 2px #593714; 
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
div.content cite{
	margin-left:20px;
	display:block;
	clear:both;
}

div.content div.zutaten {
		width:40%;
		box-shadow: 5px 5px 10px darkgrey;
		border:solid 3px #593714;
		margin-top:35px;
		padding:20px;
		float:left;
		margin-left:10px;
}
div.content div.bild {
		width:30%;
		float:right;
}
div.content div.bild img {
	width:100%;
	box-shadow: 5px 5px 10px darkgrey;
	border:solid 3px #593714;
	padding:20px;
	margin:10px;
	margin-right:80px;
	margin-bottom:50px;
	float:right;
}

div.content img.fotos{
	width:20%;
	box-shadow: 5px 5px 10px darkgrey;
	border:solid 3px #593714;
	padding:20px;
	margin:10px;
	margin-right:80px;
	margin-bottom:50px;
	float:left;
	margin-left:100px;
}

div.content div.anleitung{
	margin-left:10px;
	clear:both;
}
div.content img.zimtschnecke{
	width:30%;
	box-shadow: 5px 5px 10px darkgrey;
	border:solid 3px #593714;
	padding:20px;
	margin-right:80px;
	margin-bottom:60px;
	margin-top: 40px;
	float: right;
	
}