
/* START WITTEMANN */

if( location.pathname.split("/")[2] == "schuleninnerervielheit") {

	// different header bg image	
	//document.write("<style type=\"text/css\">div#xg, div.xg_headerbg { background: transparent url(http://weltinnenraum.de/mein.weltinnenraum.de/Gruppen/Ferrini/haupt_header.jpg) no-repeat; }</style>");
	
	// hide right column
	document.write("<style type=\"text/css\">div.xg_span-4 div.xg_module { display:none; }</style>");
	
	// expand content area
	document.write("<style type=\"text/css\">div.xg_span-12 { width:750px; }</style>");
	
	// show login box
	document.write("<style type=\"text/css\">div.xg_span-4 div#xg_module_account { display:block; position:relative; top:370px; }</style>");
	
	// hide headlines of boxes. we want the first headline to disappear (Information of the group)
	document.write("<style type=\"text/css\">div.xg_span-12 div.xg_module div.xg_module_head h2 { display:none;  }</style>");
	
	// move first box (image plus text) to the right column
	document.write("<style type=\"text/css\">div.xg_span-12 div.xg_module div.nopad { position:relative; left:750px; top:80px;  }</style>");
	
	// put text under image
	document.write("<style type=\"text/css\">div.xg_span-12 div.xg_module div.nopad div.last-child { position:relative; left:-190px; top:180px; width:200px; padding:3px; }</style>");
	
	// show headlines off the following boxes ....
	document.write("<style type=\"text/css\">div.xg_span-12 div.module_text div.xg_module_head h2 { display:block;  }</style>");
	document.write("<style type=\"text/css\">div.xg_span-12 div.module_forum div.xg_module_head h2 { display:block;  }</style>");
	document.write("<style type=\"text/css\">div.xg_span-12 div.module_feed div.xg_module_head h2 { display:block;  }</style>");
	document.write("<style type=\"text/css\">div.xg_span-12 div.xg_module div.xg_module_head h2#comments { display:block;  }</style>");
	
	// position boxes because the first one has gone
	document.write("<style type=\"text/css\">div#xg div#xg_body div.xg_span-12 div.xg_module { position:relative; top:-200px; z-index:1; }</style>");
	
	// hide headline bg
	document.write("<style type=\"text/css\">.xg_module_head { background-color: transparent; border:none; }</style>");
	
	// show adminbox
	document.write("<style type=\"text/css\">div#xg div#xg_body div.xg_span-16 div.xg_span-4 div.adminbox { position:relative; left:750px; top:-2000px; display:block; }</style>");
	
	// hide chat if not logged in
	document.write("<style type=\"text/css\">#xj_chat { display:none;  }</style>");
	
	// activate navigation
	document.write("<style type=\"text/css\">#xg_navigation { position:relative; z-index:1000;  }</style>");
	
	// render memberfotos
	//var a = document.getElementById('xg_module_account').offsetLeft;
	//document.write("<div style=\"display:block; position:absolute; top:750px; left:"+a+"px;\"><a href=\"http://mein.weltinnenraum.de/profiles/members/\"><img src=\"http://mein.weltinnenraum.de/images/ferrini-members.gif\" height=\"317\" width=\"171\" border=\"\" title=\"Die Mitglieder der Gruppe 'Der Teil und das Ganze'\" alt=\"\" /></a></div>");

}

/* END WITTEMANN */
