body {
	background-image: url(../bilder/HGNoten.png);
    background-attachment: fixed;  
	background-repeat: repeat;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;	
}

a:hover {
	color: rgb(0%,0%,0%);
    background-color: rgb(75%,80%,100%);
	font-weight: bold;
	text-decoration: none;	
}

a.sichtbar{
	color: rgb(20%,20%,80%);
	text-decoration: underline;	
}

.MPkt{
	background-color: rgb(70%, 70%, 70%);
	-webkit-transition: background-color 1s ease 0s;
	-moz-transition: background-color 1s ease 0s;
	-ms-transition: background-color 1s ease 0s;
	-o-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;		
}

.MPkt:hover{
	color: white;		
}

.MPkt, .MPktAktuell{
	color: black;
	height: 31px;
	padding-top: 9px;
	text-align: center;
	font-family: cursive;
	font-size: medium;
	font-weight: normal;
}

.MPktAktuell{
	background-color:  rgb(50%, 50%, 50%);
	color: black;
}

.MPktAktuell:hover{
	
	color: white;
}

/*********************** Formatierungen des Seitenmenühintergrunds *****************************/
.Menue{

	position: fixed;
	top: 0px;
	left: 10%;
	right: 10%;
	height: 40px;	
	z-index: 5;

}

/***************** Übereinstimmende Formatierungen der Seitenmenüpunkte **************************/
#MP1, #MP2, #MP3, #MP4, #MP5, #MP6, #MP7 {
	position: absolute;
	width: 115px;

}

/************ Animation für die Seitenmenüpunkte: 1 x um 15 Pixel nach oben hüpfen ***************/
@keyframes KMP{
	from {top: -15px;}	
	to {top: 0px;}
}

/*********** Position, Animationsverzögerung & -dauer der einzelnen Seitenmemenüpunkte ***********/
#MP0{
	position: absolute;
	left: 0px;
    animation-name: KMP;
	animation-duration: 0.1s;
}
#MP1{
	left: 20px;
	animation-name: KMP;
	animation-duration: 0.1s;
}

#MP2{
	left: 140px;
	animation-name: KMP;
	animation-duration: 0.1s;
	animation-delay: 0.1s;
}

#MP3{
	left: 260px;
	animation-name: KMP;
	animation-duration: 0.1s;
	animation-delay: 0.2s;
}

#MP4{
	left: 380px;
	animation-name: KMP;
	animation-duration: 0.1s;
	animation-delay: 0.3s;	
}

#MP5{
	left: 500px;
	animation-name: KMP;
	animation-duration: 0.1s;	
	animation-delay: 0.4s;
}

#MP6{
	left: 620px;
	animation-name: KMP;
	animation-duration: 0.1s;	
	animation-delay: 0.5s;
}

#MP7{
	left: 740px;
	animation-name: KMP;
	animation-duration: 0.1s;	
	animation-delay: 0.6s;
}

#Text {
	position: absolute;
	background-color: rgba(100%, 100%, 100%, 0.8);
	border: 2px solid rgb(176,0,39);
	top: 70px;
	left: 10%;
	right: 10%;
	height: auto;
	padding: 20px;
}

/*********** Übereinstimmende Formatierung der Überschriften & Texte ****************************/
h1, h2, h3, h4, p, td{
	font-family: cursive;
	
}

/***************** Spezielle Formatierung der Überschriften 1. Ordnung **************************/
h1 {
	color: rgb(176,0,39);
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	font-size: xx-large;
}

/***************** Spezielle Formatierung der Überschriften 2. Ordnung **************************/
h2 {
	color: rgb(176,0,39);
	font-size: x-large;
    margin-top: 50px;
}

/***************** Spezielle Formatierung der Überschriften 2. Ordnung **************************/
h3 {
	color: rgb(20%,20%,20%);
	font-size: medium;
}

table {
	background-color: white;
	width: 90%;
}

td {
	font-size: large;

}

/***************************** Spezielle Formatierung der Texte *********************************/
p {
	color: black;
	font-size: medium;
	text-align: justify;
}

