@import url('https://fonts.googleapis.com/css?family=Coiny');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');


body { 
	background-image:  url('./img/Hintergrund.jpg');
	font-family: 'Open Sans', cursive;
	color: white ; 
	
}



div#wrapper {
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	
}

	
div#header {
	position: absolute;
	top: 60px;
	padding: 17px;
	width: 732px;
	background-color: #191F58;
	font-size: 300%;
	border: 3px solid  #022735;
	height: 50px;
	font-family: 'Coiny', cursive;
}




div#Box1 {
	padding: 10px;
	position: absolute;
	width: 200px;
	background-color: #535993;
	top:180px;
	color:white;
	left: 0px;
	font-size: 150%;
	font-family: 'Fredoka One', cursive;
	border: 3px solid  #022735;
	height: 30px;
	
}


div#Box2 {
	padding: 10px;
	color:white;
	font-family: 'Fredoka One', cursive;
	position: absolute;
	top:180px;
	width: 297px;
	background-color: #535993;
	left: 224px;
	font-size: 150%;
	border: 3px solid #022735;
	height: 30px;
}


div#Box3 {
	padding: 10px;
	color:white;
	font-family: 'Fredoka One', cursive;
	position: absolute;
	top:180px;
	width: 201px;
	background-color: #535993;
	left: 545px;
	font-size: 150%;
	border: 3px solid  #022735;
	height: 30px;
}

#Box4{
	background-color:#535993;
	padding: 10px;
	color:white;
	width: 297px;
	height: 50px;
	left: 224px;
	position: absolute;
	font-family: 'Fredoka One', cursive;
	border: 3px solid #022735;
	font-size:200%;

}

div#footer {
	position: absolute;
	top: 240px;
	right: -41px;
	width: 150px;
	background-color: #457485;
	padding:10px;
	border: 3px solid #022735;
	margin: 10px;

	
}

div#article {
	position:relative;
	background-color: #457485;
	padding: 20px;
	border: 3px solid #022735;
	margin: 10px;
	margin-right: 270px;
	top: 250px;
	right: 10px;
	width: 500px;
	height: 602px;
}


#wrapper a{	 
	color:white;
}

div#wrapper a:hover,
div#wrapper a:focus {
  color: #C290DD;
}

#article {
	font-size: 170%;
}

ul {
	text-decoration: none; 
}

#footer {
	font-size: 110%;
}