			body {
				margin:0;
				background: #ffffff;
			}
			/*a:visited {
				color: #000;
			}*/
			#nav a:hover {
				font-style: italic;
				color: #00C;
				cursor: url(../bilder/cursor_star.ani), default
				text-decoration: underline;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   _____________                                      */

	/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                 _____________________                                */
			.button{
				/* may cause windows bug:
				   position: relative;
				*/
 				letter-spacing: .05em;
				color: #000000;
				z-index: 100000;
				cursor: default;
				font-family:  "Arial", "Arial";
				font: menu;
				margin-bottom: -2px;
				margin-top: 2px;
				font-size: 12px;
			}
			
			.buttonlabel{
				font-size: 10px;
				height: 14px;
				/* may cause windows bug:
				   position: relative;
				*/
				font-weight: 500;
				cursor: default;
				
				/** padding/margin Causes Freeze in
				 *  Windows IE6.
				 *  Bug discovered by 
				 *  Michael of 13thparallel.org
				 *
				 * padding: .05em .5em .05em .4em;
				 * margin: 1px 1px 0px 1px;
				 */
				
				border-width: 1px;
				top: 0;
				left: 0;
				visibility: visible;
			}
			
			.buttonlabel img{
				border: 0px none !important;
				padding: 0 !important; margin-left:0; margin-right:0; margin-top:0; margin-bottom:-4px
			}
			
			.level1label {
				color: #000000;
				height: 12px;
				font-size: 11px;
				font-weight: 500;
				padding: 1px 3px;
				cursor: default;
 				margin-bottom: 0;
 				margin-top:  .05em;
				border-left: 0px solid #000000 !important;
			}
			
			
			/** .menuItem replaces .menuNode 
			 * to open menus instantly. 
			 * (see open-instantly.html source)
			 */
			.menuNode, .menuItem{
				font-size: 11px;
				border-bottom: 1px solid #;
				border-left: 1px solid #000000;
				height: 12px;
			}
			
			.menuNode a, menuItem a{
				color: #006699;
				font-size: 11px;
				line-height: 16px;
				font-weight: 400;
				padding: 0px 3px 1px 8px;
				text-decoration: none;
				width: auto;
				white-space: nowrap;
 			}
 			
 			.menuNode a:hover, .menuItem a:hover{
 				text-decoration: underline;
 			}
 			
			.menu {
				position: relative;
				padding-left: 6px;
				padding-bottom:  .6em;
				padding-top: 1px;
 				font-family: Arial, Arial;
 				margin-bottom: -3px;
			 }
			 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
				border-left: 1px solid #000000;
				padding-left: 10px;
			 }			 
			 .menu .menu .menu{ /* submenus' submenus  */
 				height:1%;
			 }			 
			#nav {
				border: 0px solid #cccccc;
				background: #A0BABD;
				color: #000;
				overflow: hidden;
				position: absolute;
				width: 135px;
				height: 90%;
				margin: 0px;
				left: 0;
				top:0px;
				position: absolute;
				white-space: nowrap;
				-moz-user-select: none;
			}
					
			
	/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   ___________________                                */
			h1{
				color: #000000;
				font-size: 18px;
				text-indent: 24px;
				padding: 10px;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   __________________                                 */
  			@media print {

  				title { display: none }
				#nav {
					position: absolute;
					width: 0;
					height: 0;
					padding: 0px;
					margin: 0;
					display: none;
				}

			}