body {

font-style: normal;
 font-weight:900;
 font: 100.01% Arial Unicode MS;    /*schriftgröße und schriftart*/
 color: black;
	margin: 0em;
	padding: 0px;

}
 div#schrift{
margin-left:8.3em;
width: auto;
margin-top:-1em;
border: 0px solid black;
background-color:#838383;
height: 10em;
font-size: 102%;
font-weight:bold;
}

div#one {
float: left;
width: 8.5em;
height: 52.7em;
margin-top: -10.2em;
background-color: silver;
border: 0px solid black;
}

*:first-child+html div#one {
float: left;
width: 8.5em;
height: 52.7em;
margin-top: -9.2em;
background-color: silver;
border: 0px solid black;
}

div#two {
text-align: left;
width: auto;
height: 43.2em;
padding: 5px 10px 5px 10px;
margin-left: 8.5em;
margin-top:-1.4em;
border: 0px solid black;
background-color:#a5a5a5;
}
*:first-child+html div#two {
text-align: left;
width: auto;
height: 44.2em;
padding: 5px 10px 5px 10px;
margin-left: 8.5em;
margin-top:-1.4em;
border: 0px solid black;
background-color:#a5a5a5;
}
img{
margin-left:0.6em;
margin-top: 0.2em;
border: 0px solid black;
}
*:first-child+html img{
margin-left:0.6em;
margin-top: 0.4em;
border: 0px solid black;
}

.oben {
margin-top:2.3em;

}
.links1 {
text-align:center;
margin-top:1.8em;
font-size:1em;
font-weight:bold;
}
.links {
text-align:center;
font-weight:bold;
font-size:1em;
}
.adresse {
 font-weight:bold;
font-size:1em;
}
 a:link { font-weight:bold; color:black; }
 a:visited { font-weight:bold; color:black; }
 a:hover { font-weight:bold; color:black; }
 a:active { font-weight:bold; color:black; }

*:first-child+html a:link { font-weight:bold; color:black; }
*:first-child+html a:visited { font-weight:bold; color:black; }
*:first-child+html a:hover { font-weight:bold; color:black; }
*:first-child+html a:active { font-weight:bold; color:black; }

