/* Font */
BODY, H1, H2, H3, H4, P, TD, BLOCKQUOTE
  {font-family: arial,helvetica,sans-serif;
}

BODY { background-color: #FFFFFF; }

H1 {font-size: 20pt; margin-top:15px; margin-bottom:0 }
H2 {font-size: 14pt; margin-top:15px; margin-bottom:0 }
H3 {font-size: 12pt; margin-top:15px; margin-bottom:0 }
H4 {font-size: 11pt; margin-top:15px; margin-bottom:0 }
p  {font-size: 8pt;  margin-top:0;    margin-bottom:0 }
TD {font-size: 8pt;  margin-top:0;    margin-bottom:0 }

BLOCKQUOTE {font-style: italic;line-height: 24px;}

.TableHeader     {color: #FFFFFF; background-color: #0A3B7D; }
.TableTogglerOn  {color: #000000; background-color: #CCCCCC; }
.TableTogglerOFF {color: #000000; background-color: #FFFFFF; }

.MENU   {font-size: 12pt; font-family:arial,helvetica,sans-serif;}
.ORANGE {color: #ef9701;}
.RED    {color: #FF0000;}
.BOLD   {font-weight: bold; word-spacing: 0; line-height: 100%; text-indent: 0; margin-top:0; margin-bottom: 0  }
.LIST   {margin-top: 0; margin-bottom: 0 }
.BLOCK  {margin-top: 5px; margin-bottom: 0 }

/* Tooltip */
.navtext {
font-size:12pt;
border-width:1px;
border-style:solid;
border-color:#000000;
background-color:#FFFFCC;
color:#000000;
}

/* LINK-Definitionen*/
A:link		{text-decoration: none; color:#0000FF}		/* unvisited links */
A:visited	{text-decoration: none; color:#00007F}		/* visited links   */
A:active	{text-decoration: none; color:#FF0000}		/* user clicks     */
A:hover		{text-decoration: underline; color:#FF0000}	/* user hovers     */

