/* Formate für Boettinger Stossdaempfer Handel */

/* Hauptüberschrift */
h1 { font-family:Arial; font-size:16pt; margin-top:10pt; margin-bottom:10pt; }

/*  Untertitel fett*/
h2 { font-family:Arial; font-size:12pt; font-weight:bold; margin-top:0pt; 
margin-bottom:10pt; }

/* Menüpunkte */
h3 { font-family:Arial; font-size:14pt; font-weight:bold; margin-top:10px; 
margin-bottom:10px; }

/* Abschnittsüberschrift*/
h4 { font-family:Arial; font-size:10pt; text-decoration:underline; font-
weight:bold; margin-top:10px; margin-bottom:0px; }

/* Standardtext */
p { font-family:Arial; font-size:10pt; margin-top:6px; margin-bottom:6px; }

/* Tabelle */
td { font-family:Arial; font-size:10pt}
td.menu { font-size:8pt; }

/* Grafiken */
img { margin-top:0pt; margin-bottom:0pt; }

/* Links */
A:Link {text-decoration:underline; color:#000000}
A:Visited {text-decoration:underline; color:#000000}
A:Active {text-decoration:underline; color:#000000}
A:Hover {text-decoration:underline; color:#000000}
A.menu:Link {text-decoration:underline; color:#FFFFFF}
A.menu:Visited {text-decoration:underline; color:#FFFFFF}
A.menu:Active {text-decoration:underline; color:#FFFFFF}
A.menu:Hover {text-decoration:underline; color:#FFFFFF}

/* Forms */
select, input        {border-color:black; border-width=1; }
textarea        {border-color:black; border-width=1;}
