
/**/
/* Normalisierung margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin : 0;
padding : 0;
}

/* Normalisierung font-size fŸr †berschriften */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Normalisierung font-style und font-weight auf normal */
adress, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

/* Entfernung list-styles as Listen */
ol, ul {
list-style : none;
}

table {
border-collapse : collapse;
border-spacing : 0;
}

/* Entfernung border aus fieldset und img */
fieldset, img {
border : 0;
}

/* Textausrichtung in caption und th links */
caption, th {
text-align : left;
}

/* Entfernung AnfŸhrungszeichen aus q */
q:before, q:after {
content : '';
}

/*body*/
body {

margin:0 auto;

font:11pt/120% Arial, serif; background-color: white !important; background-image: none !important; color:black;
}

ul#navi {
display:none;
}

#inhalte {
float:none;
}

#marke {
display:none;
}

#logo {
display:none;
}

#logo2 {
display:none;
}

#fusszeile {
float:none;
}