/* CSS1 Style Sheet by Frank Kl&ouml;ppel */
BODY {
background-color:white; text-color:black;
}

  div.tacenter { text-align: center;
    }

p {
font-size:12pt; 
font: Arial,Helvetica
}

  .leerer_Block { height: 80pt;
    }

  .text_block { font-size: 14pt;
    text-align: left;
    width: 432px;
    margin-left: auto;
    margin-right: auto;
    }

	.text_14pt {
font-size:14pt;
width:500pt;
margin-left:auto;
margin-right:auto;
}

.fs150fw500tacenter {
font-size: 150%;
font-weight: 500; text-align: center;
}
.fs125fw500tacenter {
font-size: 125%; font-weight: 500; text-align: center;
}
.taleft {
text-align: left;
}

  span.initiale { float: left;
    font-size: 24pt;
    font-style: italic;
    }

  a:link { color: blue;
    text-decoration: underline;
    }

  a:hover { color: red;
    text-decoration: underline;
    }

  a:visited { color: gray;
    text-decoration: underline;
    }

  a:active { background: rgb(207, 223, 235) none repeat scroll 0%;
    color: red;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    text-decoration: underline;
    }

