div#menu
{
position: absolute;
left: 10px;
top: 50px;
width: 160px;
left: float;
}
div#inhalt
{
margin-left: 160px;
margin-top: 2em;
}
p {
 font-family: "Arial,Helvetica";
 font-size: "8pt";
 font-weight: 600;
 color: darkgreen;
 margin-left: 50px;
}
p#lmnull {
 font-family: "Arial,Helvetica";
 font-size: "8pt";
 font-weight: 600;
 color: darkgreen;
 margin-left: 0px;
}
a {
 font-family: "Comic Sans MS,Arial,Helvetica";
 font-size: "8pt";
 font-weight:600;
 color: darkgreen;
}
li, dd, td {
 font-family: "Arial,Helvetica";
 font-size: "8pt";
 font-weight:600;
 color: darkgreen;
 margin-left:50px;
}
i {
 font-family: "Arial,Helvetica";
 font-size: "7pt";
 font-weight:600;
 color: darkgreen;
 margin-left:50px;
}
blockquote {
 font-family: "Arial,Helvetica";
 font-size: "8pt";
 font-weight:600;
 color: darkgreen;
 margin-left:50px;
}
h1 {
 font-family: "Comic Sans MS,Arial,Helvetica";
 font-size: "14pt";
 color: darkgreen;
}
h2 {
 font-family: "Comic Sans MS,Arial,Helvetica";
 font-size: "12pt";
 color: darkgreen;
}
h3 {
 font-family: "Comic Sans MS,Arial,Helvetica";
 font-size: "13pt";
 color: darkgreen;
}
h4 {
 font-family: "Comic Sans MS,Arial,Helvetica";
 font-size: "10pt";
 color: darkgreen;
}
.lm50 {
 margin-left:50px;
}