/* Stylesheet IPM/IPO, (c) Brockmann 2007 */

body, textarea { background-color: #FFFFFF;
                 color:#000000;
                 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                 font-size: 9pt;
                 scrollbar-3dlight-color: #FFFFFF;
                 scrollbar-arrow-color:#999999;
                 scrollbar-base-color: #FFFFFF;
                 scrollbar-track-color: #CCCCCC;
                 scrollbar-darkshadow-color: #FFFFFF;
                 scrollbar-face-color: #FFFFFF;
                 scrollbar-highlight-color:#CCCCCC;
                 scrollbar-shadow-color: #999999;  }
					  
p,ol,li	{ 
	font-size: 9pt;
   color: #000000;
   font-weight: plain;
}


/* Header */
h1     { font-family: Arial, Helvetica, sans-serif;
         font-size: 18pt;
         color: #666666;
         font-weight: bold;
         margin-bottom: 20px; }
h2     { font-family: Arial, Helvetica, sans-serif;
         font-size: 14pt;
         color: #666666;
         font-weight: bold;
         margin-bottom: 20px; }
h3     { font-family: Arial, Helvetica, sans-serif;
         font-size: 12pt;
         color: #666666;
         font-weight: bold;
			margin-top: 40px;
         margin-bottom: 15px; }
h4     { font-family: Arial, Helvetica, sans-serif;
         font-size: 10pt;
         color: #666666;
         font-weight: bold;
			margin-top: 40px;
         margin-bottom: 15px; }

/* allgemeine Definitionen  */
td        { font-family: Verdana, Arial, sans-serif;
            font-size: 9pt;
            color:#000000; }
td.subme  { font-family: Arial, sans-serif;
            font-size: 9pt;
            color: #000000;
	        background-color: #E2D9C5;
            font-weight: bold; }

th        { font-family: Verdana, Arial, sans-serif;
            font-size: 10pt;
            color: #000000;
            font-weight: bold; 
				border-bottom: thin solid #CCCCCC; }
th.hidden { background-color: #FFFFFF; }

/* Listen */
.lro {
	list-style: upper-roman;
}

.lal {
	list-style: upper-alpha;
}

.lst {
	list-style: circle;
}

.lindex   { font-family: Arial,sans-serif;
            font-weight: bold;
            font-size: 10pt;
            padding-left: 30px;
            text-indent:  -25px; }
.lsubme   { font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 9pt;
            background-color: #FFFFFF; }
/* Links */
a:link    { color: #AA0000; text-decoration: none; }
a:visited { color: #AA0000; text-decoration: none; }
a:hover   { color: #333333; text-decoration: underline; }
a:active  { color: #AA0000; text-decoration: none; }



