
/*
  *********************************************
  * Reset von Styles das muss auch vor den wysywg styles erfolgen, da sonst keine einheitliche grundlage. alles weitere hiervon ableitend
  *********************************************
*/


/* zunächst auskommentiert, damit die grundintegration erstmal klappt. alternativ der reset nur für den communitylayer. 
sollte dann aber zeitnahm umgedreht werden, da diese variante für den shop aufgrund der oxidrestriktionen ein zu großes problem wäre 
 div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, 
a, em, font, img, small, strike, strong, tt, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  z-index:1;
}

*/

#communitySection div, #communitySection span, #communitySection applet, #communitySection object, 
#communitySection h1, #communitySection h2, #communitySection h3, #communitySection h4, #communitySection h5, #communitySection h6, 
#communitySection p, #communitySection a, #communitySection em, #communitySection font, #communitySection img, #communitySection small, 
#communitySection strike, #communitySection strong, #communitySection tt, #communitySection dl, #communitySection dt, #communitySection dd, 
#communitySection ol, #communitySection ul, #communitySection li, #communitySection  fieldset, #communitySection form, #communitySection label, 
#communitySection legend, #communitySection table, #communitySection caption, #communitySection tbody, #communitySection tfoot, 
#communitySection thead, #communitySection tr, #communitySection th, #communitySection td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  z-index:1;
}