strong {  	
	color: green;
	color: #009900;
	}

/* Common Hyperlinks */
a {
	color: darkgreen; /* #00A130;*/
	font-weight: normal;
	text-decoration: underline;
        }

a:hover {
	color: white; /* black; */
	background-color: mediumseagreen; /* #DEEFFF; */
	font-weight: normal;
	text-decoration: underline;
        }

/* menuitems */
#main {
	width: 75%;
	border-width: 0px;
	}

#main tr,td {
	padding: 0px;
	}
	
.menu {
	font-size: 10pt;
	background: #E8FDEB url(images/fade.gif) left top repeat-y; /* menugruen:#E8FDEB; hellblau:#F0F8FF; bogen:#DEEFFF; */
	color: black;
	font-weight: normal;
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: white dimgray dimgray white;
	text-align: center;
	}

.menu a {
	padding: 1px;
	padding-left:  0px;
	padding-right: 0px;
	color: darkgreen;
	text-decoration: none;
	font-weight: normal;
	width: 100%;		/* wichtig fuer IE damit block funktioniert ! */
	display: block;
	}
	
.menu a:hover {
	color: white;
	background: mediumseagreen url(images/fade2.gif) left top repeat-y;
	text-decoration: none;
	font-weight: normal;
        }
	
.news {
	visibility: visible;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11;
	position: absolute;
	left: 24px;
	color: red;
	font-weight: normal;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-color: white dimgray dimgray white;
	display: block;
	}

/* Settings fuer Aktionen */
	
.aktion {
  color: #00a7a7;
  font-weight: normal;
  }
  
.aktion a {
	color: #00a7a7;
  text-decoration: underline;
	font-weight: normal;
	}
	
.aktion a:hover {
	background-color: white;
  color: #003d3d;
	text-decoration: underline;
	font-weight: normal;
  }

