body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: white;
	background-repeat: repeat-y;
	background-position: 0px 0;
	font-family: arial,sans-serif;
	font-size: 12px;
	}
	
table {
	font-family: arial,sans-serif;
	font-size: 12px;
}	
	
	

a /*a Steht für die Links*/
{
	Text-decoration: none; /* Unterstreichungen weg bei links*/ 
	Font-weight: Bold; Color: #000000;			/* Fettschrift ; Bestimmt die Farbe des Links */
}

a:hover {

	Text-decoration: none; /* Unterstreichungen weg bei links*/ 
	Font-weight: Bold; Color: #e53949;

	}
.leiste-oben {
	margin: 0;
	padding: 0;
	position: absolute; top: 0px; left: 0px;
	z-index: 7;
	}
.inhaltbody {
	margin: 0;
	padding: 0;
	position: absolute; top: 200px; left: 30px;
	z-index: 7;
	}
.leiste-unten {
	margin: 0;
	padding: 0;
	position: absolute; top: 555px; left: 0px;
	z-index: 7;
	}
	
.leiste-bild {
	margin: 0;
	padding: 0;
	position: absolute; top: 250px; left: 500px;
	z-index: 7;
	}