/* Stylesheet Feuerwerk-Raketen */

  html, body {
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    background:#FFFFFF;
    color:#000000;
  }

P,OL,UL,LI,A {font-size: 10pt;}
P {text-align:justify;}
H1 { font-size: 20pt }
H2 { font-size: 14pt }
H3 { font-size: 12pt }
H4 { font-size: 10pt }


td,th {font-size:10pt;}

    .menu {
        color:#000000;
	margin: 0px;
	padding: 3px;
	border: 0px;
	font-size:10pt;
	height: 20pt;
    }
    .menu a {
	color: #000000;
	text-decoration: none;
    }

#container
    {
        width:790px;
    }

#content
    {
        width:750px;
        margin: 20px;
    }

/* HEADER DEFINITIONEN */

#header
{
	margin: 0px;
	padding: 0px;
	border: 0px;

	width: 777px;
	height: 50px;
	background: #ffffff;
}

#breadcrumb a
{
	color: #000000;
	text-decoration: none;
}

table.breadcrumb
{
    color:#C0C0C0;
    background:#C0C0C0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #7f7f7f;
}

#subnav
{
	border-top: 1px solid #ffffff;
	background: #8f8f8f;
	height: 26px;
/*	width: 777px;   */
}


/* Farbe und Font vererben (nicht für NS 4.7) 

*   { color:inherit;
      background:transparent;
      font-family:inherit;
      font-size:inherit; }                   */

