/*
 * CSS-Datei my_style.css
 * W. Spiegel, walter.spiegel@web.de
 * für Info-Gk, 2005-03-26
 */

<!--

body {
 background-color: #ffffff;
 color: #000000;
}
p {
 text-align: left;
 font-family: arial,helvetica;
 font-size: 12pt;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
p.zentriert {
 text-align: center;
 font-family: arial,helvetica;
 font-size: 12pt;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
code {
 color:  #000000;
 font-family: courier;
 font-weight: bold;
 font-size: 12pt;
}
pre {
 color:  #000000;
 font-family: courier;
 font-weight: bold;
 font-size: 11pt;
}
h1,h2,h3,h4,h5,h6 {
 color:  #000000;
 font-family: arial,helvetica;
 margin-left: 3;
}
h1.blau,h2.blau,h3.blau,h4.blau,h5.blau,h6.blau {
 color:  #000080;
 font-family: arial,helvetica;
 margin-left: 3;
}
th {
 color:  #000000;
 text-align: center;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
}
td {
 color:  #000000;
 text-align: left;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
}
td.rechts {
 color:  #000000;
 text-align: right;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
}
ul.zehn {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 10pt;
 text-align: left;
}
ul.elf {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
}
ul {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
}
ol {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
}
A.elf:link {
 font-family: arial,helvetica;
 text-align: left;
 font-size: 11pt;
 color: #0000ff;
}
A.elf:active {
 font-family: arial,helvetica;
 text-align: left;
 font-size: 11pt;
 color: #0000ff;
}
A.elf:visited {
 font-family: arial,helvetica;
 text-align: left;
 font-size: 11pt;
 color: #0000ff;
}
A.elf:hover {
 font-family: arial,helvetica;
 text-align: left;
 font-size: 11pt;
 color: #505050;
}
A:link {
 font-family: arial,helvetica;
 text-align: left;
 color: #0000ff;
}
A:active {
 font-family: arial,helvetica;
 text-align: left;
 color: #0000ff;
}
A:visited {
 font-family: arial,helvetica;
 text-align: left;
 color: #0000ff;
}
A:hover {
 font-family: arial,helvetica;
 text-align: left;
 color: #505050;
}
address {
 font-family: arial,helvetica;
 margin-left: 6;
 font-size: 12pt;
 text-align: left;
 color: #000000;
}
//-->
