/* für Home-Seite: Änderung von Menu_main in style_home.css */
/* => leere Zeile oben und unten von Navi */
#Menu_main {
	margin: 0px 0 0px 0px;
	padding: 20px 0px 20px 0;
	background: #9fb4d1 url(/fileadmin/images/nav1_bg.gif) repeat;
	}
	

/* für Home-Seite: Änderung von middle_right_top_right in style_home.css */
/* => rechten Bereich auf 0, da großes Bild */
#middle_right_top_right {
	float: right;
	width: 0px;
	margin: 0px;
	padding: 0px 0px 0 0px;
	background: #9fb4d1;
	height: 0px;
	}
  * html #middle_right_top_right {
  	margin-bottom: 0;
  	}
