<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document für !DOCTYPE html */

body {background-color:#ffffff;
	color:#000000;
	font-family:Arial, Verdana, Geneva, sans-serif;
	}	
	
body a {background-color:#ffffff;
    color:#000000;
    }

body {
  font-size: 1em;
  line-height: 1.5;
}

header {
   background-color:#ffffff;
   color:#0000bd;}
	
.hilfscontainer {width: 100%;}

aside {display:none;}

nav {display:none;}

main {background-color:#FFFFE0;
	color: #000000;
	width:100%;}
	
main p {
line-height: 1.5;
}	
h1 {
  /* styles for all h1 elements */
    font-size: xx-large;
 	margin: 0.6em 0em;		
                  }

article {border:0.06em;
             margin:1.3em;
             padding:0.6em 1.3em  ;	
            }
	
img {width:100%; height:auto;}	

footer {display:none;}

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