BODY {
	background-image : url(mauer.jpg);
	}

font.bodytext {
	font : normal bolder larger sans-serif;
	font-size : large;
	height : 8px;
	color : Yellow;
}


P {
	font : normal bolder larger sans-serif;
	font-size : large;
	height : 8px;
	color : Yellow;
}


A:LINK {
	color : Blue;
}

A:VISITED {
	color : #24B525;
}

A:HOVER {
	color : Red;
}

A:ACTIVE {
	text-decoration : none;
}

H1 {
	color : Blue;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
}

H2 {
	color : Green;
	font-style : oblique;
}

div.kopf {
	padding : 5px;
	font : 130px Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bolder;
	text-align : left;
	background-image : url(littlnecro1.jpg);
	background-repeat : no-repeat;
}

DIV.spalte_links {
	float : left;
	width : 20%;
	padding-top : 100px;
	color : #FFFF00;
}

DIV.spalte_mitte {
	float : none;
	width : auto;
	padding-top : 5px;
	padding-left : 160px;
	color : #FFFF00;
	font : bold larger;
	font-family : Arial, Helvetica, sans-serif;
}
DIV.spalte_rechts {
	float : left;
	width : 15%;
	padding-top : 20px;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}

DIV.tabelle  {
	float : none;
	padding-top : 5px;
	text-align : left;
	color : #FFFF00;
	font : bold larger;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 1%;
	width : 99%;
}

DIV.bild {
	background-image : url(background.jpg);
	background-repeat : repeat;
	
}
DIV.koepchen {
	background : Black;
}
/*   Hinweis auf Bilder usw. in der Fußzeile */
DIV.fhinweis  {
	float : none;
	padding-top : 20px;
	text-align : center;
	font-size : x-small;
}
/*  Linkhinweise im Mittelteil   unten */
DIV.flink  {
	float : none;
	padding-top : 10px;
	text-align : center;
}