/* Link zu Starseite */
#head a		{ text-decoration: none;}
#head a:hover	{ background-color: transparent; }
#head img	{ border: none; }
h1 a, h1 a:hover, h1 a:visited { color: #558B2F; }
h2 a, h2 a:hover, h2 a:visited { color: black; }

ul.Navigation {
	/*font-size: 90%;*/
}

ul.Navigation a { /* Inhalt der Boxen */
	/* Platzhalter fuer Rahmen des Hover-Effekts */
	border-width: 2px; border-color: transparent; border-style: dashed;
}

ul.Navigation a:hover, ul.Navigation a:active { /* Hover-Effekt */
/*	color:#558B2F;*/
	background-color: transparent;
	border-width: 2px; border-color: #FF6000; border-style: dashed;
}

span.NavCurrent { /* Inhalt der ausgewaehlten Box */
	color: white;
	background-color: #558B2F;
	border: solid;
	border-color: #558B2F;
	border-width: 2px;
}

/* Submenue */
ul.Navigation li.NavCurrent { /* der Rahmen um das Submenue */
	margin: 3px; /* Justierung der Breite so dass es buendig mit den Hover-Rahmen ist */
	border-color: #558B2F;
	border-width: 3px;
	border-style: solid;
}
li.NavCurrent hr { /* Linie zwischen Kopf und Submenue */
	background-color: #558B2F;
	width: 100%;
	height: 3px;
	border: none;
	margin: 0;
}

/* verschiedene Formatierungen */
h2 { font-size: 200%; }
h3 { font-size: 180%; text-align: center; }
h4 { font-size: 130%; margin-bottom: 1ex; }
h5 { font-size: 110%; margin-bottom: 0.5ex; }

a:link		{ color:#558B2F; }
a:visited	{ color:#558B2F; }
a:hover		{ color: /*white; background-color:*/ #FF6000; }
a:active	{ color: /*white; background-color:*/ #FF6000; }
a:hover img	{ border-color:#FF6000  }

#content ol { list-style-position: outside; margin: 0; padding: 0 0 0 3ex; }
#content ul { list-style-position: outside; margin: 0; padding: 0 0 0 3ex; }

/* Jahresberichte */
table.jb, table.jb * {
	border: 2px;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
	padding: 3px;
}
ul.jb {
	border-width:thick;
	border-style:solid;
	border-color:black;
	text-align:center;
	list-style-type: none;
}
