
* { padding: 0; margin: 0; }

h1,h2 ,h3, p, ul, ol { margin-bottom: 1em; }

ol ul {
	margin-bottom: 0;
	padding-left: 20px; }

li { margin-left: 1em; }



div#header{
	position: absolute;
  top: -190px;
  left: 0px;
  background-color:FF5D40;
  color: black;
  width: 720px;
  padding: 20px; 
}
@import url('https://fonts.googleapis.com/css?family=Coiny');
div#footer{
	position: absolute;
	font-family: 'Coiny', cursive;
	top: 700px;
	left:280px;
	font-size: 120%;
	
	
	

  
}
 


	
body{
	
	font-family: ;
	background-color: #FFD873; 
	background-image: ;
	color: white ;	
}

div#wrapper{
  top: 200px;
  position: relative;
  background-color:#FFB800;
  color: black;
  width: 720px;
  margin-left: auto;
  margin-right: auto; 
  padding: 20px; 

 
		}
		
div#klassenliste{
 position: absolute;
top:-200px;
 left: 800px;
color: black;
width: 200px;
 }	
	


	a {
		
	text-decoration: none; 
}


a:link { color: #006221
}


a:hover,
a:focus {
  border-bottom: 1px solid white;
	color:white;
}
	
	
	
	