body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: black;
  background: transparent;
}

#wrapper {
	width:100%;
	
}
#footer, #barcode, #elfe, #print{ display: none; }

#navi {
    position:absolute;
	left:16px;
	top:110px;
	width:264px;
	height:321px;
	list-style:none;
	background: url(../images/pflanze.jpg)  bottom  no-repeat;
}

#content {
	position:static;
	margin-left:217px;
margin-top:-25px;

	/*left:217px;
	top:150px;*/
	height:100%;
	width:450px;
	overflow:visible;
}
#copyright {
   display: none;
}
#subNavi {
	left:200px;
	top:119px;
	position:absolute;
}

#navi li.act a:link, #navi li.act a:visited,
#subNavi li.act a:link, #subNavi li.act a:visited
{
	text-decoration:underline;
 	color:#EF9923;
}




