body { /* background-image:url(./img/bg-gruen-beige_o-u.jpg) */;
	/* background:#DADDAD;*/
	background:#eeeebb;
	font-family: sans-serif
	}

h1 { color:#006800;
	}
	
h2 { color:#006800;
	}

h3 { color:#006800;
	}	
		
	
/* top page */
body.top {  background-image:url(./img/bg-gruen-beige_o-u.jpg);
	background-repeat:repeat-x;
	}

#top {vertical-align:text-top}
#top_left { padding-right:15% }
#top_middle { padding-right:55%;}
#top_right { padding-left:65%; text-align:right }
	
	
/* navigation definitions l1 = level 1 */

body.navi {  /* background-image:url(./img/bg-gruen-beige_l-r.jpg) */;
	background-repeat:repeat-y;
	background:#eeeebb;
	}

a.navi_l1 {
	font-family: arial, helvetica;
	/* font-size: 12px; */
	color: #005500;
	text-decoration: none;
}

a.navi_l1:hover {
	font-family: arial, helvetica;
	/* font-size: 14px; */
	color: #005500;
	text-decoration: underline;
}

A:link, A:visited {
  text-decoration: none;
  font-weight: bold;
  color: #005500;
}

A:link:hover, A:visited:hover, A:active {
  text-decoration: underline;
  font-weight: bold;
  color: #008800;
}


table.navi_l1 	{
	background-image:"./img/feigenblatt_gemalt.jpg";
	color:#005500;
	/* margin-top:50%;*/
	margin-left:5;
	border:0;	
	}
	
td.navi_l1 	{ color:#005500;
	vertical-align:top;
	padding-top:5;
	}



/* navigation definitions l2 = level 2 */
a.navi_l2 {
	font-family: arial, helvetica;
	/* font-size: 12px; */
	color: #005500;
	text-decoration: none;
}

a.navi_l2:hover {
	font-family: arial, helvetica;
	/* font-size: 14px; */
	color: #005500;
	text-decoration: underline;
}

table.navi_l2 	{
	font-size:small;
	background-image:"./img/feigenblatt_gemalt.jpg";
	color:#005500;
	/* margin-top:50%; */
	margin-left:10
	
	}
	
td.navi_l2 	{ color:#005500;
	font-size:small;
	vertical-align:top;
	}

