
a {
 text-decoration: none;
  }


img {
	margin-bottom: 6px;
   }
A:link { text-decoration: none; color: #1B804D; }
A:visited { text-decoration: none;  color: #1B804D; }
A:hover { text-decoration: underline; color: green; }

#active {
 color: blue;
  font-style: italic;
  font-weight: bold;
  padding: 3px;
  /* background-image: url(../sonne.gif);
	 background-repeat: no-repeat;
     text-decoration: underline; */

 
	/* border-bottom: 2px solid #1B804D; */
	background: #FFDEC6 url(../nav_bg_green.gif) bottom repeat-x; 
}


body {
	background-color: #B3E268;
	background-color:#B0C2D6;


	background-image:url(../main_menu_back.jpg);
	background-repeat: repeat-y;
	background-position: top right;


	background-color:#FEFEF6;
	/* border-bottom: 3px dotted; */
/* text-align: center; */
	padding-left: 15px;
	border-top: 2px dotted;
	/* border-bottom: 2px dotted; */
	padding-top: 3px;
	font-size:11pt;
	_font-size: 85%;
	font-family:"Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
	body{display:none}
}
