body
 {
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
 color: #00004f;
 background-color: #c0c0c0;
 background-image: url(../bilder/bg_2.jpg);
 background-repeat: repeat;
 text-align: left;
 font-family: arial, sans-serif;
 }

hr
{
 color: #000000;
 height: 3px
 }

h1.headline
 {
 text-decoration: underline;
 text-align: center;
 }

h2
 {
 text-align: center;
 }

h3
 {
 text-align: center;
 }

h4
 {
 text-align: center;
 }

h5
 {
 text-align: center;
 }

p.center
 {
 text-align: center;
 }

p.red
 {
 text-align: left;
 color: #dc143c;
 }

p.kc
 {
 text-align: center;
 font-size: 11px;
 }

p.kr
 {
 font-size: 13px;
 text-align: right;
 }

p.kL
 {
 font-size: 12px;
 }

table
 {
 table-layout: auto;
 border-collapse: collapse;
 border-spacing: 5pt;
 border: 3px solid red;
 padding: 5pt;
 width: 100%;
 }

table.t1
 {
 border-style: hidden;
 }

th
 {
 text-align: center;
 vertical-align: baseline;
 font-weight: bold
 }

td
 {
 border: 1px solid red;
 empty-cells: show;
 white-space: nowrap;
 }

td.td1
 {
 border: hidden;
 empty-cells: show;
 }

a:link { color: #00004f; }
a:visited { color: #0000ff; }
a:active { color: #ffffff; }