  body {
    font: normal 72.01% Helvetica, Arial, sans-serif;
 /*   color: black; background-color: #ffffe0; */
  }

  /* overall definitions for links outside the sitemap, <ul id=xxxx> etc */  
a:hover { font-weight:bold; }
A:visited { text-decoration: none; }
  
  ul#Navigation {
    width: 12em;
    margin: 0; padding: 0.8em;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0 0 0 1em; padding: 0;
  }
  ul#Navigation li ul li {
    margin: 0.1em 0; 
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }
  
  ul#Navigation a {
    display:block;
    padding: 0.1em; /* vertkaler Abstand der Flaechen' */
	padding-left:8px; /* horizontaler Abstand innen links' */
    text-decoration: none;
	border:1px solid #787878; /* Border Color */
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px; /* abgerundete Ecken */
    /* border-left-color: white; border-top-color: white; */
    color: #585858;  background-color: #F0F0F0; 
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover {
    border:1px solid #A0A0A0;
    /* border-left-color: black; border-top-color: black; */
    color: white; background-color: grey;
  }

  
/* XXXXXXXXXXXXX  Comments visible on main table  XXXXXXXXXXXXXXXXXXXXXXXX */
	ul#Navigation a span {display:none;}

	ul#Navigation a:hover span {
	position:absolute; top:600px; left:260px; z-index:3;
	display:block;
	width:240px;
	color:black;
	background:#ffffff;
	font:normal 12px arial, sans-serif;
	border:1px solid black;
	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	border-radius: 8px; /* abgerundete Ecken */
	padding:10px;}
	
	
	
	ul#Navigation a div {display:none;}
	
	ul#Navigation a:hover div {
	position:absolute; top:200px; left:260px; z-index:3;
	display:block;
	width:360px;
	height:480px;
	color:black;
	background:#ffffff;
	font:normal 12px arial, sans-serif;
	border:4px solid;
	border-color:#6495ED;
	border-radius: 8px; /* abgerundete Ecken */
	padding:10px;}	