/** CSS-Datei fuer die Website www.dirk-busche.de **/

/** Standardwerte. Im body-Element definierte Werte gelten
    für die ganze Seite, solange für Unterelemente nichts
    anderes angegeben wird.
**/
body
   {
/*     border-width:1px;
     border-style:dashed;*/
     font-size:10pt;
     background-color:#e0ffe0;
     min-width:800px;
     min-height:600px;
     margin:0px;
   }

h1 {
     font-size:12;
     font-weight:bold;
   }

h2 {
     font-size:11;
     font-weight:bold;
   }

h3 {
     font-size:10;
     font-weight:bold;
   }



/** Bereiche der Webseite **/

div.menu_small
   {
     border-width:1px;
     border-style:dashed;
   }

div.menu_normal
   {
/*     border-width:1px;
     border-style:dashed;*/
     width:200px;
     position:absolute;
     top:100px;
     left:0px;
   }

ol.menu_normal
   {
/*     border-style:solid;*/
     list-style:none;
     padding:5px;
     padding-top:0px;
   }

li.menu_normal
   {
/*     border-width:1px;*/
/*     border-style:solid;*/

     padding:5px;
     padding-left:8px;
     padding-right:8px;
     margin:5px;
     font-weight:bold;
     background-color:#d0efd0;
   }

div.main
   {
/*     border-width:1px;
     border-style:dashed;*/
     min-width:600px;
     min-height:400px;
     position:absolute;
     top:50px;
   }

div.path
   {
/*     border-width:1px;
     border-style:dashed;*/
     position:absolute;
     padding:8px;
     top:100px;
     left:200px;
     font-size:9px;
   }

div.logo
   {
/*     border-width:1px;
     border-style:dashed;*/
     position:absolute;
     top:0px;
     left:200px;
     height:100px;
     width:500px;
     padding:8px;
   }

div.content
   {
/*     border-width:1px;
     border-style:dashed;*/
     position:absolute;
     top:115px;
     left:200px;
     width:500px;
     padding:8px;
   }

