<style type="text/css">
  body {
    color: black;
    background-color: #ffffff; /* wird nicht übernommen? */
	font-size: 100.01%;
    font-family : arial,helvetica;
    margin: 0; /* wird nicht übernommen? */
    padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  div#Index {
    font-size: 13px;
    font-family : arial,helvetica;
    border: 0px dashed silver;
  }
  div#Index a {
    color: #f1f1f1;
    text-decoration: underline;
  }
body {
	background-color: #A7A7A7;
	background-image: url(../bilder/background.gif);
}
  div#Index a:hover {
    color: #f1f1f1;
    text-decoration: underline;
  }
	
  div#Inhalt {
    background-image:url(../bilder/background.gif);
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    font-size: 13px;
    font-family : arial,helvetica;
    border: 0px dashed silver;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt table {
    border: 0px dashed silver;
  }
  div#Inhalt tr, td {
    font-size : 13px;
    color : #000000;
    font-weight : normal;
    border: 0px dashed silver;
  }
  div#Inhalt input, select {
    font-size : 10px;
    color : #000000;
    font-weight : normal;
		/* border: 1px solid #1f2f3f;	  /* funktioniert bei select nicht */
  }
  div#Inhalt h1 {
    text-align: center;
    font-size: 18px;
    margin: 0.2em 0;
    color: #800000;
  }
  div#Inhalt h2 {
    font-family : arial black,arial,helvetica;
    text-align: left;
    font-size: 18px;
    margin: 0.2em 0;
    color: #000000;
  }
  div#Inhalt h3 {
    font-family : arial black,arial,helvetica;
    text-align: center;
    font-size: 18px;
    margin: 0.2em 0;
    color: #000000;
   }
  div#Inhalt h4 {
    font-family : arial black,arial,helvetica;
    text-align: left;
    font-size: 12px;
    margin: 0.2em 0;
    color: #000000;
  }
  div#Inhalt h5 {
    text-align: center;
    font-size: 10px;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#Inhalt a {
    color: #f1f1f1;
    text-decoration: underline;
  }
  div#Inhalt a:hover {
    color: #f1f1f1;
    text-decoration: underline;
  }

</style>

