/*

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

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

   Created: 27.05.04

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

*/




/* table definitions */

td.header, td.navigation_on
                       {
                        background-color: rgb(77,93,128);
                        vertical-align: middle;
                        text-align: center;
			color: white;
                       }

td.navigation_off
                       {
                        background-color: rgb(131,140,161);
                        vertical-align: middle;
                        text-align: center;
			color: white;
                       }

td.navigation_off:hover,td.contentheader, td.footer
                       {
                        background-color: rgb(167,173,188);
                       }

td.contentheader
                       {
                        vertical-align: bottom;
                       }

/* fonts */

body,td
                       {
                        font-family: Tahoma, Verdana, Arial;
                        text-decoration: none;
                        font-size: 10.5pt;
                        text-align: justify;
                        line-height: 14pt;
                        letter-spacing: 1pt;
                       }

a.navigation
                       {
                        font-size: 11pt;
                        font-weight: bold;
                        color: #ffffff;
                        text-align: center;
                        letter-spacing: 2pt;
                        text-decoration: none;
                       }

font.contentheader
                       {
                        font-size: 14pt;
                        font-weight: bolder;
                        color: #ffffff;
                        letter-spacing: 1pt;
                        position: relative;
                        bottom:5px;
                        left: 15px;
                       }

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


.content
                       {
                        margin-right: 20pt;
                        margin-right: 40pt;
                        margin-left: 12pt;
                        /* margin-width: 80%; */
                        font-size: 10.5pt;
                       }
p.heading
                       {
                        font-size: 11pt;
                        text-align: justify;
                        font-weight: bold;
                        margin-left: 10pt;
                        line-height: 18pt;
                        letter-spacing: 1pt;
                        color: rgb(77,93,128);
                       }

ul
                       {
                        list-style-image:url(./gfx/ul.gif);
                        /* margin-left: 5%; */
                       }
a
                       {
                         color: rgb(77,93,128);
                        /* text-decoration:none; */
                       }
a:hover
                       {
                        color: red;
                       }
a:active
                       {
                        font-weight: bold;
                       }


input, textarea, select
                       {
                        font-family: Tahoma, Verdana, Arial;
                        font-size:10pt;
                        background: rgb(167,173,188);
                        border: 1px solid rgb(77,93,128);
                       }