body {
    color: black; background-color: white;
    font-family: Tahoma,sans-serif;
    margin: 0; padding: 0;
    min-width: 35em;  /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

.style1 {color: #000000; font-size: 9px; }
.style2 {color: #000000; font-size: 10px; }
.style3 {color: #000000; font-size: 11px; }
.style4 {color: #000000; font-size: 12px;}
.style5 {color: #000000; font-size: 13px;}
.style6 {color: #000000; font-size: 8px;}

a:link {
	color: #797979;
	text-decoration: none;
  }
a:visited {
	text-decoration: none;
	color: #797979;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #797979;
}


h1 {
    font-size: 1.0em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    color: #000000;
    font-weight:900;
  }

h2 {
    font-size: 0.7em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    color: #000000;
    font-weight:600;
  }

div#Info1 {
    float: right;
    background-color:transparent;
    margin: 0 0 0em;
    border: 0px dashed silver;
    padding-right: 0.8em;
    padding-left: 0.4em;
    padding-top: 0.4em;
	color: #000000;
	position: absolute;
    top: 10.0em; left: 10em;
	width:550px;
	height:400px;
}

div#Komm {
    float: right;
    background-color:transparent;
    margin: 0 0 0em;
    border: 0px dashed silver;
    padding-right: 0.8em;
    padding-left: 0.4em;
    padding-top: 0.4em;
	color: #000000;
	position: absolute;
    top: 10.0em; left: 11em;
	width:550px;
	height:400px;
}

div#Imp {
    float: top;
    margin: 0 0 0em; padding: 0;
    border: 0px dashed silver;
	position: absolute;
    padding-left: 0.3em;
    top: 3.8em; left: 57em;
    width: 50px;
    height: 18px;
  }

div#Footer {
    float: top;
    margin: 0 0 0em; padding: 0;
    border: 0px dashed silver;
	position: absolute;
    padding-left: 0.3em;
    top: 47em; left: 18em;
    width: 500px;
    height: 28px;
  }