body {

	font-family:  Helvetica;
	font-size: 13px;
	text-align: center;
	
/** Scrollverobt **/
/**	overflow: hidden; **/
	
/** Markierverbot **/
-khtml-user-select: none;
-moz-user-select:none;
-webkit-user-select: none;
-ms-user-select: none;
	
	}
	

/** Überschrift Pop Up**/
h2{
	font-size: 2em; color: #CC685D;
}

/** Links**/
p{ font-size: 1.3em; line-height: 0%; font-weight: normal;	color: #2d2d3d; text-decoration: none;
}

/**  Wackeln durch überfahren der Schrift im Menu**/
 @-webkit-keyframes wiggle {
	0% {
		-webkit-transform:rotate(1deg);
	}
	50% {
		-webkit-transform:rotate(-1deg);
	}
	100% {
		-webkit-transform:rotate(2deg);
	}
}
 p:hover{
	-webkit-animation: wiggle 1.6s infinite; 
}

/** Spaltenüberschrift**/
h1{
	font-size: 2em; color: #4F93CC; 
}
#Schueler a {
	text-align: center; display:block; 
}
#Lehrer a {
	text-align: center; display:block; 
}
#Sonstiges a {
	text-align: center; display:block;
}


/** Überschrift RHS**/
h3 { 
 	color: #325C7F;
 	text-decoration:none;
 	font-weight: 600;
 	text-align: center;
	font: bold 400% Consolas, Monaco, monospace;
}

/** Logos im Menu**/
.Logo{
width: 33px;
}


/** Pop Up**/
.link2 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;  color: #6495ed;
	padding: 0px; margin: 0px; width: 300px; height: 30px;
   background-color:whitesmoke;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 600ms ease-in;
	-moz-transition: opacity 600ms ease-in;
	transition: opacity 600ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 600px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 3px;
	background: whitesmoke;
}

/** Pop Up Schließen**/
.close {
	background: gray;
   text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -12px;
	width: 24px;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: steelblue; 
}

/**  Balken **/
nav {
  float: left;
  margin-left: -20px;
  width: 110%;
  height: 75px;
  background:steelblue;
margin-top: -20px;
box-shadow: 0.01px 5px 10px grey;

}
nav a {
  display: block;
  color: whitesmoke;
}
nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: grey;
  transition: 0.5s;
}

/** Bild RHS Logo**/
.mainpic{
height: 100px;
width: 300px;
margin-bottom: -30px;
}
IMG.mainpic {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/**  Balken unten**/
.unten{
background-color: #79e589;
margin-top: 70px;
height: 200px;
box-shadow: 0.01px -5px 10px #88ce93;
}

/**  Linie Pop Up **/
hr{
background-color: lightsteelblue;
height: 2px;
border: none;
margin-top: -15px;
}

/**  Formatierung der 3 Menu-Spalten **/
.floating-box {
  	display: inline-block;
   margin: 50px;
   margin-top: -160px;

}

/**  Osterkorb **/
.Osterkorb{
height: 200px;
position: relative;
margin-right: -800px;
margin-bottom: -680px;
}

/**Vogel**/
.Vogel{
width: 200px;
position: absolute;
  right: 900px;
  top: 50px;
-webkit-animation: wiggle 1s infinite; 
}

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/**  Sonne**/
body {

  background-image:  url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.5" fill="%23FFFFFF" cx="28.75" cy="22.338" r="0.713"/><circle opacity="0.2" fill="%23FFFFFF" cx="26.75" cy="79.443" r="0.307"/><circle opacity="0.5" fill="%23FFFFFF" cx="50" cy="41.884" r="0.308"/><circle fill="%23FFFFFF" cx="12.883" cy="42.25" r="0.367"/><circle opacity="0.4" fill="%23FFFFFF" cx="80" cy="72.818" r="0.307"/><circle opacity="0.5" fill="%23FFFFFF" cx="55.625" cy="12.375" r="0.308"/><circle opacity="0.2" fill="%23FFFFFF" cx="73.307" cy="89.375" r="0.308"/><circle opacity="0.5" fill="%23FFFFFF" cx="73" cy="53.884" r="0.308"/><circle opacity="0.5" fill="%23FFFFFF" cx="38.875" cy="89.432" r="0.385"/></svg>');
  background-size: 20rem 20rem;
}
.sun {
  position: absolute;
  left: 0;
  right: -950px;
  top: -500px;
  bottom: 0;
  width: 10rem;
  height: 10rem;
  margin: auto;
}
.body {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(left bottom, #e8e688, #f2f08a);
  background: -moz-linear-gradient(left bottom, #e8e688, #f2f08a);
  box-shadow: inset 0 0 3rem #e8e688;
}
.rays {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 7rem #fffdaa;
}
.ray {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e8e688;
  animation: rays 0.5s alternate infinite linear;
}
.ray:first-child {
  transform: rotate(30deg);
  animation-delay: 0.3s;
}
.ray:last-child {
   transform: rotate(60deg);
   animation-delay: 0.6s;
}
@keyframes rays {
  from { border-radius: 50%;}
  to { border-radius: 45%;}
}

