.Zentriert{
    text-align:center;
}
.Fett_und_Zentriert{
    text-align:center;
    font-weight:bold;
}
.Fett {
    font-weight:bold;
}
.Hellblau {
    color:#B5DBCE;
}
.Dunkelblau {
    color:#004584;
}
a {
    color:#428E00;
}
hr {
   height:0px;
   border:none;
   border-bottom:1px solid #B6D4DE;
   color:#B6D4DE;
}
p.csc-frame-frame2, table.csc-frame-frame2

{
    background-color: #f5ffaa;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
}
.Blocksatz{
    text-align:justify;
}