#nav {
	text-align: center;
	margin-top: 60px;
	color: white ;
	padding: 8px;
	background-color: blue;
    border: 1px solid white;
    margin-bottom: 10px; 
    margin-left: 10px;
	width: 682px;
    position: fixed;
	border-radius: 5px;
	
    }

#body {
	margin-right: 50px;

}

html {
background-color: #00B90C;

}

div#wrapper {
	
  color: white; /* Schriftfarbe */
  background-color: #00940A;
  width: 720px;
  margin-top: 10px; /* Abstand oben */
  margin-right: auto; /* Abstand rechts */
  margin-bottom: 10px; /*Abstand unten*/
  margin-left: auto; /* Abstand links */
  padding: 10px; /* Innenabstand */
  border: 4px solid white; /*Umrandung */
  border-radius: 5px;
}

#article {
background-color: #21CC2C;
border: 1px solid white;
margin-top: 50px;
margin-right: 10px;
margin-left: 10px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
border-radius: 5px;

}

div#box {
	
  text-align: center;
  background-color:#007308;
  padding: auto;
  border: 1px solid white;
  border-radius: 8px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 5px;
  margin-top: 20px;
  border-radius: 5px;
}

div#box3 {
	

  background-color:#21CC2C;
  margin-left: 320px;
  margin-top: -250px;
}

div#box4 {
	

  background-color:#21CC2C;
  margin-left: 210px;
  margin-top: -70px;
  
}

div#Box5{
 margin-left: 323px;
 margin-top: -160;
  
}

div#box2 {
	

  background-color:#21CC2C;
  margin-left: 230px;
  margin-top: -60px;
}

a { text-decoration: none; } /* Unterstreichung entfernen */
a:link { color: white; }   /* Farbe des Links */
a:visited { color: white; } /*Wenn er besucht wurde wechselt die Farbe*/
a:focus {
	color: #0C1B8B;
  border-bottom: 1px solid black; /*Wenn man mit dem Mauszeiger über dem Link ist dann wird er unterstrichen oder wenn
  er mit der Tastatur ausgewählt wird dann wird er auch unterstrichen*/
 }
 
#a{
	
margin-left: 25px;
margin-bottom: 10px;
 }
 
 div#boxx {
	
  background-color:#339e12;
  border: 1px solid white;
  border-radius: 8px;
  margin-left: 298px;
  position: fixed;
  width: 633px;
  height: 50px;
  padding-left: 65px;
  padding-bottom: 20px;
  padding-top: 5px;
}


