﻿body { position: relative; color: black; background: #FFEB89; margin: 0; padding: 0; }

img { border: 0; }

div#links { position: absolute; top: /* eingefügt Johannes 2015-10-24 */1.6em/* Ende Einfügung. Auskommentiert Johannes 2015-10-24 5px */; left: 0; width: 390px; text-align: center; z-index: 100; color: black; background: #FFEB89; /* eingefügt Johannes 2015-10-24 */ margin-top: 5px; /* Ende Einfügung */}
div#links h1 { display: block; font: bold 1.3em sans-serif; color: black; text-align: center; }
div#links td { font: normal 0.7em sans-serif; }
 
div#inhalt { position: absolute; top: /* eingefügt Johannes 2015-10-24 */1.6em/* Ende Einfügung. Auskommentiert Johannes 2015-10-24 0px */; left: 400px; width: auto; color: black; background: white; font: normal 1em sans-serif; text-align: justify; padding: 10px; border: 2px solid #ff9e49; margin: 10px 10px 10px 0; }
div#inhalt td { font: normal 1em sans-serif; text-align: center; }

/* Eingefügt Johannes 2015-10-24 */
p#Kopfbereich {
	font: normal 1em sans-serif;
	margin: 0 0 0 0;
	padding: 0.3em 0.3em 0.3em 0.3em;
	color:#fff;
	background-color:#008030;
	}
p#Kopfbereich > a {
	color: #fff;
	}
/* Ende Einfügung */