/************* HEADER ************/

body,html {
	width: 100%;
	height:100%;
}



header {
		width: 100%;
		height: 500px;
		background-image:url(Bilder/kaffee.png);
		background-size:cover;
}
header h1 {
		padding:40px 100px;
		font-family: Calibri;
		text-transform: uppercase;
		color:light-brown;
		background-color:rgba(255,255,255,0.5);
		font-family:Cambria;
		text-align:left;
		font-size:37pt;
		text-transform:uppercase;
		background-repeat: no repeat;
		position:absolute;
		top:50px;
		width:100%;
}



nav {
	width: 100%;
	text-align: center;
	font-family:ArialNarrow;
}

nav ul {
	list-style-type: none;
	font-size: 18px;
}

	
		
nav li {
	display: inline-block;
	width: 200px;
	padding: 5px 0;
	border-right: solid grey 1px;
	text-align: center;
}

nav li: last-child {
	border:none;
}

nav a {
	text-decoration: none;
	color:black;
	font-weight:bold;
	text-transform: uppercase;
	display:block;
	width:90%;
	padding: 5px 0;
	margin-left: 10px;
	border-top: solid white 1px;
	font-size:15pt;
}
	

nav a:hover {
	color:brown;
}

div.content img.normal{
	width:350px;
	float:right;
	box-shadow: 5px 5px 10px black;
	padding: 20px;
	margin: 10px;
	margin-right: 60px;
	margin-top: 105px;
}
	
	div.content p{
		float:left;
		width:60%;
		font-size: 18px;
		margin-left:10px;
	}
	div.content ul {
			font-size:18px;
	}	
	
	div.content cite{
		font-family: Calibri;
		color:black;
		font-size:10px;
		display:block;
		clear:both;
	}
	
	div.content h1{
		font-family: "Bahnschrift SemiBold"
		color:black;
		font-size:30px;
		text-transform:uppercase;
		text-shadow: 3px 2px 1px black;
		border-bottom:solid 2px #593714 ;
		padding-bottom: 5px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	div.content cite {
		margin-left: 20px;
	}
	
	/*REZEPT*/
	div.content div.rezept {
		width:100%;
		clear:both;
		margin-left:20px;
	}
	div.content div.rezept div.zutaten{
		width:40%;
		float:left;
	}
	div.content div.rezept div.bild{
		width:20%;
		float:left;
	}	
	div.content div.rezept div.bild img{
		width:100%;
		margin-top:-50px;
	}
		
		
		
		
		
		
		
	
	
	
	
	
	