/* Let all Browsers Diplay things the same way */
area, base, basefont, head, meta, script, style, title,
noembed, noscript, param,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {
    font: 62.5%/1.5  Arial, verdana, sans-serif, Tahoma;    /* 62.5% damit 1em=10px */
    line-height: 1;
    color: #555555;
    background: white;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote, q {quotes: "" "";}
h1 {font-size: 2.0em;}
h2 {font-size: 16px;font-weight:bold;}
h3 {font-size: 14px;font-weight:bold;}
h4 {font-size: 12px;font-weight:bold;}
h5 {font-size: 1.1em;}
p {font-size: 11px;line-height:18px;}
p.bodytext {
    padding-bottom:12px;
}
li,input,select,option,div {font-size: 11px;font-family:Arial, verdana, sans-serif, Tahoma;}
a {color:#01347a;text-decoration: none;}
/* Little Helper START */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
.clearb {clear:both;}
/* End hide from IE-mac */
.fr {float: right;}
.fl {float: left;}
.tr {text-align: right;}
.tl {text-align: left;}
/* Little Helper ENDE */

.center {
    text-align:center;
}

.ul-num {
    margin-left:15px;
}
.ul-num li {
    list-style: decimal;
    padding-bottom:4px;
}
.ul-dots {
    margin-left:15px;
}
.ul-dots li {
    list-style: disc;
    line-height:18px;
}
strong {
    display:inline;
    font-weight:bold;
}
/* ul li, */
ol li {
    margin-left:15px;
    list-style: decimal !important;
}
ul li {
    margin-left:15px;
    list-style: disc;
    font-size:11px;
    line-height:18px;
}

ul.csc-uploads span.csc-uploads-fileName  {
    text-decoration: none;
}