@CHARSET "UTF-8";

/* reset the formatting for all elements */
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, em,
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,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    line-height: 140%;
}
/* remove the outline for focussed elements */
*:focus {
    outline: 0;
}

body {
    font-family: arial, sans-serif;
    font-size: 80%;
    color: #919191;
}

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
	clear: both;
}
.clearer {
    display: block;
    clear: both;
}


/* common block element settings */
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, pre,
blockquote, table, form {
    margin: 0 0 1.5em 0;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/* headlines [h1-h6] */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: arial;
}

h1 {   
    font-size: 135%;
    font-weight: normal;
}
h2 {
    font-size: 125%;
}
h3 {
    font-size: 110%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 100%;
}

a {
    text-decoration: underline;
}
sub {
    vertical-align: sub;
    font-size: 80%;
}
sup {
    vertical-align: super;
    font-size: 80%;
}
table p {
    margin:0;
}

/* paragraph, pre, blockquote */
pre {
    font-family: courier;
}
code {
    font-family: courier;
}
blockquote {
    margin-left: 0.25em;
}


/* lists [ul, ol, dl] */
ul,
ol,
dl {
    padding-left: 30px;
}
/* disable style in ul, the padding is added in li */
ul {
    padding-left: 20px;
}
/* disabled margin in nested lists */
/* set the padding to the padding in default ul */
ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0.25em;
    margin-bottom: 0;
    padding-left: 20px;
}
ul li {
    padding: 0.25em 0 0.25em 10px;
}

ol li {
    padding: 0.25em 0 0.25em 0;
}

dl dt {
    font-weight: bold;
}
dl dd {
    margin: 0 0 0.5em 0;
}

dl dd.csc-textpic-caption  {
    font-size: 95%;
    padding: 5px 0 0 0;
}

/* table [table, tr, th, td] */
table {
    border-collapse: collapse;
    border: 1px solid #bababa;
}

table tr th,
table tr td {
    text-align: left;
    vertical-align: top;
    border: 1px solid #bababa;
    padding: 0.5em;
}

table tr th {
    font-weight: bold;
    background: #ebebeb;
}


/* forms [form, fieldset, input, ...] */
form {
}

fieldset {
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 0.5em 0;
    vertical-align: top;
}

fieldset legend {
    padding: 0;
    margin: 0;
}
/* the line height is fixed and different between label and input */
label {
    display: block;
    float: left;
    width: 150px;
    line-height: 150%;
    padding: 0;
}
/* define a width for inputs and textareas */
input,
textarea,
select {
    border: 1px solid #bababa;
    font-family: inherit;
    font-size: inherit;
    color: black;
    line-height: 120%;
    width: 190px;
}
/* typo specific mailform options */
input.csc-mailform-radio,
input.csc-mailform-check {
    border: 0;
}
input.csc-mailform-submit,
input.csc-mailform-radio,
input.csc-mailform-check {
    width: auto;
}

.csc-mailform-field,
.felogin-field {
    clear: both;
    margin: 0;
    padding: 0 0 1em 0;
}

/* submit buttons */
.csc-mailform .csc-mailform-submit,
.felogin-field .submit {
    margin-left: 150px;
}


.csc-mailform-radio legend {
    display: none;
}
/* change this based on your column width */
.csc-mailform-radio label {
    width: auto;
    width: 80%;
}
.csc-mailform-radio input {
    clear: both;
    float: left;
}


/* clear because images float */
.csc-textpic,
.csc-header {
    clear: both;
}

/* remove padding in dl - interacts with the typo image rendering */
.csc-textpic dl {
    padding: 0;
}

/* different typo frames */
.csc-frame-rulerBefore {
    border-top: 1px solid #989898;
}

.csc-frame-rulerAfter {
    border-bottom: 1px solid #989898;
}

.csc-frame-indent {
    margin-left: 5%;
}

.csc-frame-indent3366 {
    margin-left: 33%;
}

.csc-frame-indent6633 {
    margin-left: 66%;
}

.csc-frame-invisible {
    display : none;
}

