body {
		background: url(../images/hgr_frm_right_main.gif) #629DE0 repeat-x;
		font-family: Verdana, sans-serif;
		margin: 0;
		padding: 0;
	}
	li.treeMenu_opened ul {
		display: block;
		color: #990000;
		}
	li.treeMenu_closed ul {
		display: none;
		color: #009900;
	}
	#decoImage1 {
		position: absolute;
		top: -25px;
		right: 0;
		width: 58px;
		height: 55px;
		background: url(../images/seestern_1.gif) transparent no-repeat;
		z-index: 100;
	}
	
	#insel {
		position: absolute;
		margin-bottom: 0;
		bottom: 0;
		z-index: 1;
	}
	
	#menu, #menu2 {
		position: relative;
		z-index: 10;
	}
	#menu2 {
		margin-top: 16px;
	}
	ul.menu, ul.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.menu li {
		position: relative;
		margin: 0;
		padding: 0;
	}
	ul.menu a {
		display: block;
		position: relative;
		width: 211px;
		padding:3px 3px 3px 26px;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
		z-index: 15;
	}
	
	* html ul.menu a { 
	   /* fuer IE Win \*/
		width: 250px;
	   /* */
	}
	
	ul.menu ul a {
		width: 201px;
		padding:3px 3px 3px 36px;
	}
	
	* html ul.menu ul a { 
	   /* fuer IE Win \*/
		width: 250px;
	   /* */
	}
	
	ul.menu a:hover {
		background-color: #006DAF;
		font-size: 12px;
	}
	
	ul.menu .shaddow {
		position: absolute;
		color: #006DAF;
		top: 4px;
		left: 27px;
		font-weight: bold;
		font-size: 12px;
		z-index: 10;
	}
	ul.menu ul .shaddow {
		top: 4px;
		left: 37px;
	}
	.selected {
		background-color: #006DAF;
	}