

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


/***** HEADER *****/
header {
	width:100%;
	height:40%;
	background-image:url(Bilder1/Gummibaerchen.jpg);
	background-size:cover;
	
}
	
header h1 {
color:black;
margin:0;
padding:100px 0;
font-family:"SimSun ";
text-align: center;
font-size:80px;
text-transform:uppercase;
position:absolute;
top:50px;
width:100%;



}
/******Menü*****/


nav {
	width: 100%;
	text-align: center;
	background-color:white;
	font-family: "Century"
}

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


nav li {
	display: inline-block;
	width: 300px;
	padding: 6px 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;
	width: 90%;
	text-transform: uppercase;
	padding: 5px 0;
	margin-left: 10px;
	border-top: solid white 1px;
	display:block;
	border-top: solid white 1px;
	font-size:13pt;
	

}
nav a:hover {
      color:#ecbc34;
	
}

content h1 {
	text-transform: uppercase;
	margin: 50px;
	
}
content p {
	font-size:15pt;
	font-family: "Century";
	margin:50px;
	line-height:30px;

}

content img {
	
height: 250px;
border-radius:70px;
border: solid 2px white;
width: 300px;
box-shadow: 2px 2px 2px white;
padding:50px;
padding-top: 60px;
float:right;
	
}

content cite {
	
	margin:50px;
	
}

content h2{
	
text-transform: uppercase;
margin:50px;
	
}


content ul {
	
margin: 50px;
font-size:15pt;
	
}




}
content h3{
	text-transform:uppercase;
	margin:50px;
	
	
}
 content ul {
	 margin: 50px;
	 font-size:15pt;
	 
	 
	 
 }

content p {
	
	
	font-size:14pt;
	font-family: "Century";
	margin:50px;
	line-height:30px;
	
}



















