/* DATEI: formate.css */

h1,h2,h3,h4,p,ol,ul,li,div,td,th,address,blockquote,nobr,b,i { font-family:Comic Sans MS,sans-serif; }
p,td,li {font-size:10pt}
p.text {font-size:15pt; width:85%}
p.text:first-letter { font-size:150%; color:black}
p.nav {color:silver;}
h3.nav {color:silver;}
h1:first-letter {font-size:150%; color:black}
div.text {font-size:15pt;width:80%; background-image:url(../pics/background3.jpg);border:3px solid maroon; padding:10px; margin-left:30px; margin-top:5%; margin-right:5%;}
div.titel {font-size:40pt; font-family:'Monotype Corsiva'; font-weight:bold;text-align:center;width:80%; background-image:url(../pics/background3.jpg);border:3px solid maroon; padding:10px; margin-left:30px; margin-right:5%;}
div.bread {padding-left:10px;margin-left:20px;color:silver}
div.created {font-size:10pt;}

img.Logo {border-color:maroon}

li { margin-top:3px; }

body { background-image:url(../pics/background2.gif); }
td.nav { border:1px solid; background-color:silver; border-top-color:white; border-left-color:white; border-right-color:black; border-bottom-color:black}

ul { list-style-type:square;font-size:12pt; }

a:link { font-weight:bold; color:#778899; text-decoration:underline }
a:visited { font-weight:bold; color:#778899; text-decoration:underline }
a:hover { font-weight:bold; color:red; text-decoration:underline }
a:active { font-weight:bold; color:silver; text-decoration:underline }
a:focus { font-weight:bold; color:silver; text-decoration:none }

a.bread:link { font-weight:bold; color:silver; text-decoration:underline }
a.bread:visited { font-weight:bold; color:silver; text-decoration:underline }
a.bread:hover { font-weight:bold; color:red; text-decoration:underline }
a.bread:active { font-weight:bold; color:white; text-decoration:underline }
a.bread:focus { font-weight:bold; color:white; text-decoration:none }

a.nav:link { font-weight:bold; color:silver; text-decoration:underline }
a.nav:visited { font-weight:bold; color:silver; text-decoration:underline }
a.nav:hover { font-weight:bold; color:red; text-decoration:underline }
a.nav:active { font-weight:bold; color:white; text-decoration:underline }
a.nav:focus { font-weight:bold; color:white; text-decoration:none }

 body {
       min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  
  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%;
    background-image:url(../pics/background2.gif);
    border: 0px solid silver;
    
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  #Inhalt {
    margin-left: 2px; margin-top:20px;margin-right:10px;padding: 0;
    border: 0px dashed silver;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-image:url(../pics/background2.gif);
  }

  #Inhalt #Fusszeile {
   font-size: 10pt;
   margin: 20px 5% 0 0; padding: 0;
   color:silver;
   text-align: center;
   border: 0px solid silver;
  }
  #Logo {
   float: left; width:160px; 
   margin-top:10px; margin-left:10px; margin-bottom:2px; margin-right:0px; padding: 0px;
   border: 0px solid silver;
   color: maroon;
  }
  #Titeltext {
   margin-top:10px; margin-left:182px; margin-bottom:2px; margin-right:10px; padding: 0;  
   border: 0px dashed silver;
  }
  #Linie {
   clear:both;
   margin-right:10px;margin-left:10px;padding:0;
  }
