/*

   MMS @ ICD - Multimedia Systems @ Informatik Centrum Dortmund e.V.

   www.icd.de / mms.icd.de / www.icd.de/mms/

   Created: 23.11.04

   Questions to: benedict.juretko@uni-dortmund.de

*/




/* table definitions */

td.header
                       {
                        vertical-align: middle;
                        text-align: center;
                       }


/* fonts */

body,td,p,font
                       {
                        font-family: Arial;
                        text-decoration: none;
                        font-size: 10pt;
                        text-align: justify;
/*                        line-height: 14pt; */
                        letter-spacing: 1pt;
                       }

font.contentheader
                       {
                        font-size: 12pt;
                        font-weight: bold;
                        letter-spacing: 1pt;
                        position: relative;
                        bottom:5px;
                        left: 15px;
                       }

.footer
                       {
                        font-size: 8pt;
                        font-weight: bold;
                        text-align: center;
                       }


.content
                       {
                        margin-right: 20pt;
                        margin-left: 10pt;
                        font-size: 10pt;
                       }
p.heading
                       {
                        font-size: 11pt;
                        text-align: justify;
                        font-weight: bold;
                        margin-left: 10pt;
                        line-height: 18pt;
                        letter-spacing: 1pt;
                       }

ul
                       {
                        list-style-image:url(./gfx/ul.gif);
                       }
a
                       {
                         text-decoration: underline;
                       }

