.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: 16px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
.s1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	background-color: #0F6;
}
.s2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-color: #0F6;
}

.h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	background-color: #0F6;
}
h1 {
    font-family: Verdana, Helvetica, sans-serif;
    color: yellow;
    text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    
    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;
    max-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;
}
.t2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    align: center;
    font-style: bold;
}
body {
    margin: 0;
}
.center  { text-align: center; }
.left    { text-align: left; }
p {
    font: bold 5em Helvetica, Arial, Sans-Serif;
    color: white;
    padding: 0.2em;
}

#eins {
    text-shadow: 0 0 5px black;
}

#zwei {
    text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
