/* DATEI: af.css */
body {
font-family:Verdana, Arial, sans-serif;
font-size:8pt;
text-align:left;
background-color:#FFFFFF;
color:#000000;
margin-top:20px;
}

/* Input - Felder schmaler Rahmen */
.EFeld {
border:1px solid #808080;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* fuer Hyperlink */
a:link {
color:#002682;
}

a:visited {
color:#902E32;
}

a:hover {
color:#E04020;
}

a:active {
color:#002682;
}

p {
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
margin-left:2px;
margin-right:2px;
margin-top:4px;
margin-bottom:4px;
}

h1,h2,h3,h4,ul,ol,li,div,th,address,blockquote,nobr,b,i {
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
margin-top:2px;
margin-bottom:2px;
}

h1 {
font-size:16pt;
color:#E00800;
}

/* Tabellen -Hintergrund */
td {
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
}

td.grau {
background-color:#E0E0E0;
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
color:#E00800;
font-weight:bold;
text-align:center;
margin-top:2px;
margin-bottom:2px;
}

td.hellgrau {
background-color:#F0F0F0;
}

td.weiss {
background-color:#FFFFFF;
}

td.rot {
background-color:#E00800;
font-family:Arial, sans-serif;
font-size:12pt;
color:#FFFFFF;
text-align:left;
font-weight:bold;
text-indent:8px;
height:30px;
}

/* Gibt es nicht */
h2 {
font-family:Arial;
font-size:14pt;
color:#E00800;
margin-top:15px;
}

/* Seitenueberschriften */
h2.sh2 {
font-size:14pt;
}

/* Abschnittsueberschriften innerhalb einer Seite */
h3 {
font-size:12pt;
color:#E00800;
margin-top:15px;
}

/* Zwischenueberschriften */
h4 {
font-size:11pt;
color:#E00800;
}

h5 {
font-size:10pt;
color:#E00800;
}

/* Zwischenueberschriften an manchen Stellen */
a.k {
font-size:8pt;
}

p,ul,ol,li,div,td,th,nobr,b,i {
font-size:10pt;
}

p.klein {
font-size:8pt;
}

p.k {
font-size:80%;
margin-top:0;
margin-bottom:0;
}

b.r {
color:#E00800;
}

/* normaler Text */
pre.normal {
color:#000000;
}

/* fuer Bottom */
address {
font-family:Arial, sans-serif;
font-size:8pt;
font-style:italic;
}

/* Tooltips */
/* A gelb hinterlegen, um anzuzeigen, wo Tooltips sind, keine Texdecorationen */
/* DIV Tooltip-"Fenster" */
a.ttip {
background-color:#ffffe1;
text-decoration:none;
}

a.ttip:link {
color:black;
}

a.ttip:visited {
color:black;
}

a.ttip:hover {
color:black;
}

a.ttip:active {
color:black;
}

div.ttip {
background-color:#FFFFE1;
font-family:Arial;
font-size:10pt;
visibility:hidden;
position:absolute;
border-left:1px solid #C0C0C0;
border-right:1px solid #808080;
border-top:1px solid #C0C0C0;
border-bottom:1px solid #808080;
}