<style type="text/css">  body {margin-top: 0px;    margin-left: 0px;   margin-right: 0px;
margin-bottom: 0px;    }  body, td, p {    font-family: verdana, helvetica, sans-serif; font-size: 11px; line-height:14pt;}
h1 {font-family:arial, helvetica, sans-serif; font-size:16px;line-height:0pt; color:#bb2200;}
h2 {font-family:arial, helvetica, sans-serif; font-size:13px; color:#bb2200;}

a {text-decoration: none;}
a:link { color:#990000; }
a:visited { color:#FF9900; }
a:active { color:#ff0000; }
a:hover { color: #dd2200; }

.pagetitle
{
margin:0px 5px 5px 0px;
padding:2px;
background-color:#bb2200;
font-weight:bold;
color:#FFFFFF;
border-bottom:1px solid #fdf5f6;
}

#menucontainer {
border:0px solid #000000;
background-color:#fdf5f6;
width:216px;
float:left;
padding:5px;
margin:0px 5px 5px 0px;
line-height:21px;
}

#textuntenlinks {
clear: left;
border:0px solid #000000;
background-color:#FFFFFF;
width:216px;
float:left;
padding:5px;
margin:0px 5px 5px 0px;
line-height:21px;
}

#textrechts {
clear: left;
border:0px solid #000000;
background-color:#FFFFFF;
width:216px;
float:right;
padding:5px;
margin:0px 5px 5px 0px;
line-height:21px;
}

.menutitle
{
margin:-5px -5px 5px -5px;
padding:2px;
background-color:#ff9900;
font-weight:bold;
color:#FFFFFF;
border-bottom:0px solid #000000;
}

.copyrightzeile

{margin:0px 5px 5px 0px;
padding:2px;
background-color:#ffffff;
font-size:"-1";
color:#cccccc;
border-bottom:1px solid #990000;

<!-- Der ID-Selektor menucontainer verknüpft die Stylesheet-Angaben mit dem <div>-Container.
Wichtig ist die Angabe float:left. Sie legt fest, dass das Menü linksbündig
auf der Seite plaziert wird und der nachfolgende Inhalt rechts vorbeifließt.
Und margin:0px 5px 5px 0px; bestimmt den rechten und unteren Abstand
zwischen Menü und Inhalt.
Der Menütitel soll farblich hervorgehoben sein und direkt
am Rahmen beginnen. Das funktioniert aber normalerweise
nicht, da für den <div>-Container ein Innenabstand festgelegt ist.
Deshalb bestimmt margin:-5px -5px 5px -5px; einen negativen
Außenabstand für das <p>-Tag, sodass sich Innen- und Außenabstand
gegenseitig aufheben
-->
</style>
