a:link {	color: #FF0000; text-decoration:none; font-weight:bold;}
a:visited { 	color: #FF0000; text-decoration:none; font-weight:bold;}
a:hover { 	color: #FF0000; text-decoration:underline}
a:active { 	color: #FF0000; text-decoration:none; font-weight:bold;}
body {background-color: #FFFFFF; margin-top:10px; margin-left:20px; color: #000000; margin-bottom:20px; font-family:Arial,Helvetica,sans-serif;}

.Stil1 {
   background-color:#FFFFFF;
   color:#4CAF50;
   font-size: 30px;
   font-weight: bold;
}

.Stil2 {
   background-color:#eab7dc;
   color:#4CAF50;
   font-size: 40px;
   font-weight: bold;
}

.Stil3 {
   background-color:#FFFFFF;
   color:#4CAF50;
   font-size: 20px;
   font-weight: bold;
}

.Stil4 {
   background-color:#FFFFFF;
   color:#4CAF50;
   text-align: right;
   font-size: 15px;
   font-weight: bold;
}

.Stil5 {
   background-color:#FFFFFF;
   color:#E10000;
   text-align: right;
   font-size: 25px;
   font-weight: bold;
}

.Stil6 {
   background-color:#FFFFFF;
   color:#FF0000;
   font-size: 25px;
   text-align: center;
   font-weight: bold;
}

td {border: 1px solid #CCCCCC; border-radius: 5px;}

.blind { border: 0 solid; }


.Tabelle {
	
	width: 100%;
	height: 80px;
	vertical-align: center;
	text-align: center;
	border: 2px solid;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	

}

.Kopf {
	
	width: 900px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: central;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 5px;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	
	
}	

.tabreiter
{
    width: 900px;
    height: 520px;
    align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
    border: 0;
    border-color: #FFFFFF;
    border-spacing: 0;
}   
 
.tabreiter ul,
.tabreiter li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.tabreiter,
.tabreiter input[type="radio"]:checked + label
{
    position: relative;
}
 
.tabreiter li,
.tabreiter input[type="radio"] + label
{
    display: inline-block;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"]
{
    position: absolute;
}
 
.tabreiter li > div,
.tabreiter input[type="radio"] + label
{
    border: solid 1px #ccc;
}
 
.tabreiter
{
    font-family: Arial, Sans-serif;
	font-size: 1em;
	font-weight: 400;
    color: #404040;
}
 
.tabreiter li
{
    vertical-align: top;
}
 
.tabreiter li:first-child
{
    margin-left: 8px;
}
 
.tabreiter li > div
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.tabreiter input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.tabreiter input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}
 
.tabreiter input[type="radio"]
{
    opacity: 0;
}
 
.tabreiter input[type="radio"] ~ div
{
    display: none;
}
 
.tabreiter input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}
 
.tabreiter input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}

select {
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
}
select option:first-child {
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
}


.fraction {
    display: inline-block;
    vertical-align: middle; 
    margin: 0 0.2em 0.4ex;
    text-align: center;
}
.fraction > span {
    display: block;
    padding-top: 0.15em;
}
.fraction span.fdn {border-top: thin solid black;}
.fraction span.bar {display: none;}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;  
  vertical-align: middle; 
  -webkit-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);   
 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;  
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(0deg);           
  transform: scale(1.1) rotate(0deg);                   
}

/* Grow Rotate */
.hvr-grow-rotate2 {
  display: inline-block;  
  vertical-align: middle; 
  -webkit-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);   
 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;  
}
.hvr-grow-rotate2:hover, .hvr-grow-rotate2:focus, .hvr-grow-rotate2:active {
  -webkit-transform: scale(1.0) rotate(0deg);           
  transform: scale(1.0) rotate(0deg);                   
}
