/*===== Basis Layout für HTML-Tags =====*/
body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #E5EDF8;
    font-size:79%;
}
body, h1, h2, h3, h4, h5, h6, input, optgroup, select {
    font-family: Verdana, Arial, sans-serif;
}
form, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    font-size:100%;
}
h5, h6 {
      font-weight: normal;
}
h5, h6 {
      font-style: italic;
}
hr {
    display: none;
}
img {
    border: 0;
}
p {
    margin: 0 0 1.5em 0;
}
a,
a:link, 
a:visited {/* LVHFA */
    color: #0047B9;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
abbr, 
acronym {
    font-style: inherit;
    cursor: help;
}
em, 
strong {
    font-style: normal;
    font-weight: bold;
}
blockquote {
    clear: both;
    margin-bottom: 1.5em; /* wie p */
    margin-left: 0;
    padding-left: 1em;
    font-style: normal;
}
blockquote cite {
    display: block;
    margin-top: 1em;
    font-size: 76%; 
    font-style: normal;
}
q, cite {
  font-style: italic;
}
optgroup {
    font-style: normal;
}
ol, ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
ol {
    margin-left: 24px;
    list-style-position: outside;
}
ol li {
    margin-bottom: 0.5em;
}
table {
/*    border-collapse: collapse; */
    border-spacing: 0;
    empty-cells: show;
    margin: 0 0 2em;
}
caption, td, th {
    text-align: left;
}
td, th {
    vertical-align: top;
}
input,
textarea {
    border: 1px inset #000000;
}


