/* Datei: nnman.css
   Autor: Brecht
   Datum: 30.01.2026
   Thema: Formatvorlagen fuer das NeuronaleNetze-Manuskript
   ======================================================== */

header { font-size: 1.3em;
         margin-bottom: 1em;
         margin-top: 1em;
       }

.adr { font-size: 1.3em; }

footer { font-style: italic; }

#bild { margin-top: 1em;
        margin-right: 2em;
        width: 10%;
        height: 10%;
        vertical-align: middle;
      }

#name { font-size: 2em; }

.einz { font-size: 1.3em;
        text-indent: 1.3em;
      }

.prog { margin-left: 1.3em;
        margin-top: 0em;
        margin-bottom: 1em;
        font-size: 1.2em;
        font-family: "courier new", courier, monospace;
        font-weight: bold;
        white-space: pre;
      }

.quote { font-style: italic;
         font-weight: bold;
       }

p  { font-size: 1.2em; 
     margin-bottom: 0em; 
   }

th { background-color: yellow; }

h5 { font-size: 1.2em; }
h4 { font-size: 1.3em;
     margin-top: 2em;
   }
h3 { font-size: 1.4em; }
h2 { font-size: 1.5em; }
h1 { font-size: 1.6em; }

ul { font-size: 1.2em; 
     margin.bottom: 0.7em;
   }
ul ul { font-size: 1em; 
        margin.bottom: 0.7em;
      }
ul ul ul { font-size: 1em; 
           margin.bottom: 0.7em;
         }

ol { font-size: 1.2em; 
     margin.bottom: 0.7em;
   }

ol ul { font-size: 1em; 
        margin.bottom: 0.7em;

.bild { margin-left: 1.2em;
        margin-top: 1em;
      }
