body             { background-color:#eee;
                   margin:0px;
                   padding:0px; }
h1               { font-family:Verdana,Arial,Helvetica,sans-serif;
                   font-size:16px;
                   color:#333; }
h2               { font-family:Verdana,Arial,Helvetica,sans-serif;
                   font-size:13px;
                   color:#333; }
p                { font-family:"Courier New",Courier,monospace;
                   font-size:13px;
                   color:#333; }
p.copy           { font-size:11px; }

a                { color:#390;
                   text-decoration:none; }
a:hover          { color:#390;
                   text-decoration:none;
                   background-color:#ddd; }

#kopf            { position:absolute;
                   top:30px;
                   left:0px;
                   width:100%;
                   height:18px;
                   background-color:#eee;
                   background-image:url(img/megpalffyorg.gif);
                   background-repeat:repeat-x; }

#navi            { position:absolute;
                   top:120px;
                   left:40px;
                   width:160px; }
#navi p          { width:130px;
                   border-bottom:1px dotted #bbb; }
#navi p.hier     { border-bottom:1px dotted #c03; }

#inhalt          { position:absolute;
                   top:120px;
                   left:220px;
                   width:520px; }

