div.scrollWrapper {margin-top:310px;z-index:11;}

  #col1,
  #col2 {
	display:none;
  }


#col3 {
	width: 100%;
	float:none;
	margin-left: 0px;
	position:absolute;
	bottom:0;
	left:0;

}

#col3_inner {
	position:relative;
}

  #page_margins {
	background-image:url(../static/bg_page_margins_start.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;

  }

#head_outer {
	background-image:url(../static/bg_head_outer_start.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#head_logo {
	display:none;
}

#startseite_news {
	position:absolute;
	top:194px;
	left:124px;
	width:123px;
	height:39px;
	z-index:3000;
	display:none;
}

#startseite_unternehmen {
	position:absolute;
	top:131px;
	left:237px;
	width:318px;
	height:39px;
	z-index:300;
	margin:0;
	padding:0;
}

#startseite_produkte {
	position:absolute;
	top:233px;
	left:424px;
	width:254px;
	height:39px;
	z-index:300;
}

#startseite_rezepte {
	position:absolute;
	top:168px;
	left:665px;
	width:195px;
	height:39px;
	z-index:300;
}

#startseite_unternehmen a,
#startseite_produkte a,
#startseite_rezepte a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../static/spacer.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#startseite_unternehmen a:hover {
	background-image:url(../static/startseite_unternehmen_hover.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}

#startseite_produkte a:hover {
	background-image:url(../static/startseite_produkte_hover.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}

#startseite_rezepte a:hover {
	background-image:url(../static/startseite_rezepte_hover.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}








