/* Menu / Sitemap, "Menu of these pages" */
/* macht den abstand in der sitemap */
DIV.csc-menu-def P {
	margin: 2px 0 4px 0; 
	padding: 0;
 }
 
 DIV.csc-menu-def {
	margin: 0 0 7px 0; 
	padding: 0;
 }
 
 /* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */

 DIV.csc-menu-4 P { 
	margin: 0px; 
	padding: 2px;
/*	border: 1px solid red ; */
}
 
DIV.csc-menu-4 P.csc-abstract { 
	font-weight: normal; 
	margin-top: 0px;
	padding: 0px 2px 12px;
}
 
/******************/
/* Headers, plain */
/******************/

/* das macht die obligatorische header-leerzeile weg...*/

H1, H2, H3, H4, H5, H6 {
	margin-bottom: 0em;
} 

p.nogap {
	margin-top: 0em;
}

