/* Stylesheet blauer Hintergrund */

body {margin-left:30px;margin-right:30px;
      font-family:Arial,sans-serif;font-size:14px;
      background:#000080; color:#FCFCFC;
      }

/* Nur bei Netscape 4.7 nötig */
p,td,th,h1,h2,h3,h4,h5,blockquote,div {font-family:Arial,sans-serif;font-size:14px;}

A:link { color:#B7B7FF; }
A:visited { color:#00FF00; }

body {margin-right:3cm;}
p,div {text-align:justify;}
h1 {font-size:26px; font-weight:bold; color:red; }
h2 {font-size:22px; color:#FF8000;}
h3 {font-size:16px; color:#FF8000;}
h4 {font-size:14px;}
DIV {text-indent:-0.8cm;margin-left:1.8cm;margin-top:12px;}


.einzug {text-indent:1cm;}

#container
    {
        width:790px;
    }

#content
    {
        width:750px;
        margin: 20px;
    }

/*** Fusszeile fuer Copyright ***/
#footer  {
    font-size:10px;
}

#footer a {
    text-decoration:none;
    color:#FCFCFC;
}

/* Farbe und Font vererben (nicht für NS 4.7) 

*   { color:inherit;
      background:transparent;
      font-family:inherit;
      font-size:inherit; }                   */