.aus {
    opacity: 0.0;
}
.b1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique
    text-align: center;
    vertical-align: middle;
    border-radius: 1rem;
    color: #000000;
    background-color: #00FF00;
    min-width: 7rem;
    transition: all 0.5s ease;
    box-shadow: #3377decc 0px 0px 20px 4px;
}
.b1:hover {background-color: #70AD3D;}
.b3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique
    text-align: center;
    vertical-align: middle;
    border-radius: 1rem;
    color: #000000;
    background-color: #00FF00;
    min-width: 2rem;
    transition: all 0.5s ease;
    box-shadow: #3377decc 0px 0px 20px 4px;
}
.b3:hover {background-color: #70AD3D;}
.ein_gruen {
    opacity: 1.0;
    color: #008F00;
}
.ein_blau {
    opacity: 1.0;
    color: #0000FF;
}
.ein_rot {
    opacity: 1.0;
    color: #FF0000;
}
.ein_braun {
    opacity: 1.0;
    color: #945200;
}
.ein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique
    opacity: 1.0;
}

h3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #000000;
    margin: 0;
}
.s1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    
}
.s2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
   
}
.t2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
}
.t5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-align: justify
}
.h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: #000000;
}
.h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
}
.t1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    align: center;
    font-style: bold;
}
.t2fett {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: oblique;
}
.b2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    vertical-align: middle;
    border-radius: 1rem;
    color: #000000;
    background-color: #00FF00;
    transition: all 0.5s ease;
    box-shadow: #3377decc 0px 0px 20px 4px;
    min-width: 20rem;
}
.b2:hover {background-color: #70AD3D;}

.c1{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    width: 80%;
    min-width: 700px;
    max-width: 700px;
}
.c2{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    width: 10%;
    min-width: 80px;
    max-width: 80px;
}
.c3{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    width: 4%;
    min-width: 40px;
    max-width: 40px;
}
c4{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    width: 10%;
    min-width: 140px;
    max-width: 140px;
}
body {
    margin: 0;
}
iframe {
    background-color: #FFFFFF;    
}
.center  { text-align: center; }
.left    { text-align: left; }
.block   { text-align: justify}
