a:link           { color:#000000; text-decoration:none; text-shadow:black; }
a:visited        { color:#000000; text-decoration:none; text-shadow:black; }
a:active         { color:#000000; text-decoration:none; text-shadow:black; }
a:hover          { color:#FF0000; text-decoration:none; text-shadow:black; }


body              { font-family: Times New Roman; font-size: 17px; color:#000000;}
span              { word-spacing: 3em;}
h1,h3,h4,p        { text-align: center;}
.klein            { font-size: 12px;}
.container        { margin-top:20px;  margin-left: auto; margin-right: auto;  border:1px solid #000000; }
.normal           { text-align: left; font-size: 17px;}
.gross            { text-align: left; font-size: 22px;}
.small            { font-size:12px; }
.copy             { text-align:right; font-size:12px; }
.center           { text-align: center; }
.logo             { height: 50px; font-size: 28px; font-weight: bold;
                     background-color: #1516F6; color:#FFFFFF;}
.pvform           { background-color: #F4F4D9 ;  padding:1px; margin-top:5px;}
.capatcha         { margin-left:70px; width:130px; }
.button           {background-color: blue; color:#FFFFFF; width:150px;}

input[required]  { background-color:#EEF0BC; }

input:invalid + label::after{color:red; content: " &#10008;";}

input:valid + label::after{color: green; content: " &#10003;";}
