/* Stylesheet blauer Hintergrund */

body {margin-left:40px;margin-right:40px;
      font-family:Arial,sans-serif;font-size:13px;
      background:#000080; color:#FCFCFC;
      }

/* Nur bei Netscape 4.7 nötig */
p,td,th,li,ul,h1,h2,h3,h4,h5,blockquote,div,marquee {font-family:Arial,sans-serif;font-size:13px;}

A:link { color:#9F9FFF; }
A:visited { color:#CFCFFF; }

/* Link A der Klasse hide */
A.hide:link {color:#FCFCFC;text-decoration:none}
A.hide:visited {color:#FCFCFC;text-decoration:none}

p,div {text-align:justify;}
h1 {font-size:24px; font-weight:bold; color:#FF8000; }
h2 {font-size:20px; color:#FF8000;}
h3 {font-size:14px; color:#FF8000;}
h4 {font-size:12px;}

.einzug {text-indent:1cm;}

#container
    {
        width: 62em;
    }

#content
    {
        width:60em;
        margin: 2em;
    }

table.breadcrumb
{
    font-size:80%;
    background:#C0C0C0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #7f7f7f;
    position:fixed;
    top:0px;
    z-index:3;
}

    table.breadcrumb a {
	color: #000000;
	text-decoration: none;
    }


/*** mehrspaltig ***/
#links { float:left; width: 29em; } /* border:1px solid green;  }*/
#rechts { margin-left: 31em; } /* border:1px solid green;  } */


/*** Fusszeile fuer Copyright ***/
#footer p  {
    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; }                   */