/* ================================================================== */
/* Ole Staack                                      Stylesheet for the */
/* staack@physik.uni-kiel.de                       COSTEP websites    */
/* SOHO>COSTEP>EPHIN&LION                          2.0 [20060905]     */
/* ================================================================== */
/* ======  SETTINGS (print)                                    ====== */
/* ================================================================== */
/* ======  1. STANDARD SETTING                                 ====== */
/* ====      1.1. Delete Browser Defaults                        ==== */
h1,h2,h3,h4,h5,h6,pre,p,li,td,th {
     font-size: 10pt;
     }
h1,h2,h3,h4,h5,h6,pre,p,ul,ol,li,td,th {
     font-weight: normal;
     margin: 0em;
     padding: 0em;
     }
/* ====      1.2. Main Settings                                  ==== */
body {
     font: normal 100.01% Verdana, Arial, sans-serif;
     margin: 0;
     padding: 0;
     color: #000;
     background-color: #fff;
     }
/* ====      1.3. Links, Anchors                                 ==== */
a {
     text-decoration: none;
     border: none;
     color: #000;
     background-color: transparent;
     }
a:visited {
     text-decoration: none;
     border: none;
     color: #000;
     background-color: transparent;
     }
a:hover {
     text-decoration: none;
     border: none;
     color: #000;
     background-color: transparent;
     }
a:active {
     text-decoration: none;
     border: none;
     color: #000;
     background-color: transparent;
     }
a:focus {
     text-decoration: none;
     border: none;
     color: #000;
     background-color: transparent;
     }
a.linkedimg {
     border: none;
     }
/* ======  2. STRUCTURE                                        ====== */
/* ====      2.1. Headings                                       ==== */
h1 {
     text-align: center;
     font-size: 36pt;
     padding-bottom: 10pt;
     margin-bottom: 10pt;
     border-bottom: 1px solid #000;
     }
h2 {
     font-size: 24pt;
     text-align: center;
     margin: 10pt 0 12pt 0;
     }
h2 em {
     font-style: normal;
     font-weight: bold;
     }
h3 {
     font-size: 18pt;
     margin: 18pt 0 10pt 0;
     }
h3 em {
     font-style: normal;
     font-weight: bold;
     }
h4 {
     font-size: 14pt;
     margin: 14pt 0 10pt 0;
     }
h5 {
     font-size: 12pt;
     font-weight: bold;
     margin: 12pt 0 10pt 0;
     }
h6 {
     font-size: 12pt;
     margin: 12pt 0 10pt 0;
     }
/* ====      2.2. Paragraphs, Lists, Tables, hr                  ==== */
p,li,td,th {
     text-align: justify;
     line-height: 1.3em;
     }
p,h3,h4,ol,ul,table {
     margin-top: 5pt;
     margin-bottom: 10pt;
     }
ol, ul {
     padding-left: 18pt;
     }
li {
     margin-bottom: 3pt;
     margin-left: 12pt;
     }
table {
     margin-top: 10pt;
     margin-bottom: 5pt;
     }
table.top td {
     vertical-align: top;
     }
thead th {
     padding: 2px 4px;
     text-align: left;
     font-weight: bold;
     border-bottom: 3px double #000;
     }
tbody th {
     padding: 2px 4px;
     text-align: left;
     font-weight: bold;
     font-size: 8pt;
     }
td {
     padding: 2px 4px;
     font-size: 8pt;
     vertical-align: middle;
     }
td.last, th.last {
     border-bottom: 1px solid #000;
     }
td.seperated, th.seperated {
     border-right: 1px solid #000;
     }
#up {
     display: none;
     }
/* ======  3. AREAS                                            ====== */
#ieap {
     clear: both;
     text-align: center;
     margin: 24pt auto;
     }
#foot p {
     text-align: center;
     }
/* ====      3.1. Navigation                                     ==== */
#nav {
     display: none;
     }
/* ======  4. MISCELLANEOUS                                    ====== */
/* ====      4.1. Images and Figures                             ==== */
img {
     border: none;
     }
dl.fig-r {
     float: right;
     width: 200px;
     margin: 0 0 8px 8px;
     }
dl.fig-l {
     float: left;
     width: 200px;
     margin: 0 8px 8px 0;
     }
dl.fig-c {
     width: 400px;
     margin: 10pt auto 10pt auto;
     }
dl.fig-r dd, dl.fig-l dd, dl.fig-c dd {
     text-align: left;
     margin: 0;
     padding: 3px;
     font-size: 8pt;
     border: 1px dotted #ccc;
     }
.noprint {
     display: none;
     }
/* ====      4.2. Skiplink                                       ==== */
a#skip {
     display: none;
     }
/* ================================================================== */