/* Stylesheet Roru */

  html, body {
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    background:#FFFFFF;
    color:#000000;
  }

P,OL,UL,LI {font-size: 12px;}
P {text-align:justify;}
H1 { font-size: 22pt }
H2 { font-size: 16pt }
H3 { font-size: 12pt }


td,th  {font-size: 12px;}
    .menu {
        color:#000000;
	margin: 0px;
	padding: 3px;
	border: 0px;
	font-size:11px;
	height: 20px;
    }
    .menu a {
	color: #000000;
	text-decoration: none;
    }

#container
    {
        width:790px;
    }

#content
    {
        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;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #7f7f7f;
    border-right: 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; }                   */

