body {
 margin:5px;
 padding:0;
 background-color: #FFFFFF; 
 background-image: url(images/hintergrund.gif);
 background-position: -5px -5px;
}
.text { 
  font-family:Arial; 
  font-size: 9pt; 
  color: #514B90 }
a:link { 
 text-decoration:underline;
 color: #2F2A91;
} 
a:visited { 
 text-decoration:underline;
 color: #8888D3;
} 
a:hover { 
 text-decoration:none;
 color:#3933B6;
} 
a:active {
 text-decoration:none;
 background-color:#D1CDFA;
 color:#2F2A91;
}

.textseite {
 font-family: Arial;
 font-size: 9pt;
 color: #26162A;
}
h1 {
 font-family: "Trebuchet MS", Arial;
 font-size: 12pt;
}
h2 {
 font-family: "Trebuchet MS", Arial;
 font-size: 10pt;
 margin-left: 7px;
}
h3 {
 font-size: 9pt;
}
.foot {
 font-size: 0.95em;
}
.imp {
 line-height: 1.1em;
}
.block {
 text-align: justify;
}
.leftin { 
 margin-left: 12px;
}
dd {
 margin-left:0;
 margin-bottom:1.1em;
 font-weight:bold;
}