body, html {
padding:0;
margin: 0;
background:#FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
color: #000000;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}


body,table, table td, td {
font-size: 11px;
}

/**** default werte f�r HTML ****/
img {
border-color: #000000;
}

p,strong,b,i,em,u,strike,ul,ol,li,dl,dt,dd,blockquote,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td,textarea {
font-size: 11px;
}
dl,dd {
margin:0;
padding:0;
}

input,textarea {
font-family: Arial, Helvetica, Sans-Serif;
}


h6{
font-weight: bold;
display: block;
}

h5,h4 {
font-weight: bold;
font-size: 12px;
display: block;
}

h3,h2 {
font-weight: bold;
font-size: 13px;
display: block;
}

h1 {
font-size: 14px;
font-weight: bold;
display: block;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

strong,b {
font-weight: bold;
}

i,em {
font-style: italic;
}

/*** verschachtelung von STRONG und EM ***/
strong i,
strong em,
em strong,
i strong {
font-style: italic;
font-weight: bold;
}

u{
text-decoration: underline;
}

strike{
text-decoration: line-through;
}

ul,ol,li {
/*display: block;*/
margin-left: 15px;
}

ul li {
list-style-type: disc;
/*display: block;*/
}
ol, ol li {
/*display: block;*/
list-style-type: decimal !important;
}


blockquote {
display: block;
margin-left: 15px;
}


.zwischenuebrschrift {
font-weight: bold; 
font-size: 12px;
}
