<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	weight: 100%;
}
/*Hintergrundfarbe fuer index-Seite*/
#index{
	background-color: #FFF;
}


h2{
	text-align: center;
    padding-top: 11px;
    margin: auto;
	font-size: 24px;
	font-weight: 700;
	color: #fff;	
}

/*Homepage zentriert*/
#center{
	background-color: #fff;
	width: 800px;
	margin: 0px auto;
}

/*Kopfzeile*/
#header{
 	background-color: yellowgreen;
	width: 800px;
	height: 50px;
}

/*Hauptteil*/
#main{
	margin-left: 150px;
    margin-top: 50px;
    position: relative;
}

</pre></body></html>