@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes scale-in-horizontal-center
{
   0% { -webkit-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-moz-keyframes scale-in-horizontal-center
{
   0% { -moz-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-horizontal-center
{
   0% { transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-webkit-keyframes scale-in-vertical-center
{
   0% { -webkit-transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-moz-keyframes scale-in-vertical-center
{
   0% { -moz-transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-vertical-center
{
   0% { transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-webkit-keyframes slide-left-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes slide-right-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-right-in
{
   0% { -moz-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform: rotate(0deg) scale(0.9,0.9) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@-webkit-keyframes transform-roll-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-roll-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-rotate-in
{
   0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg) ; opacity: 0;  }
   100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-rotate-in
{
   0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg) ; opacity: 0;  }
   100% { -moz-transform-origin: center center; -moz-transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-spring
{
   0% { -webkit-transform: rotate(0deg) ;  }
   30% { -webkit-transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { -webkit-transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { -webkit-transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { -webkit-transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { -webkit-transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { -webkit-transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-spring
{
   0% { -moz-transform: rotate(0deg) ;  }
   30% { -moz-transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { -moz-transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { -moz-transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { -moz-transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { -moz-transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { -moz-transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-spring
{
   0% { transform: rotate(0deg) ;  }
   30% { transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes twister-down-in
{
   0% { -webkit-transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; -webkit-transform-origin: 0 100%; opacity: 0;  }
   30% { -webkit-transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; -webkit-transform-origin: 0 100%;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -webkit-transform-origin: 100% 100%; opacity: 1;  }
}
@-moz-keyframes twister-down-in
{
   0% { -moz-transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; -moz-transform-origin: 0 100%; opacity: 0;  }
   30% { -moz-transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; -moz-transform-origin: 0 100%;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -moz-transform-origin: 100% 100%; opacity: 1;  }
}
@keyframes twister-down-in
{
   0% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   30% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
@-webkit-keyframes vanish-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes vanish-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.hellblau
{
   color: #00BFFF;
   text-decoration: underline;
}
a.hellblau:visited
{
   color: #00BFFF;
   text-decoration: underline;
}
a.hellblau:active
{
   color: #00BFFF;
   text-decoration: underline;
}
a.hellblau:hover
{
   color: #00BFFF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.caption
{
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   padding: 20px 20px 20px 20px;
   position: absolute;
   bottom: 40px;
   left: 15%;
   right: 15%;
}
.style1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 37px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   border-radius: 2px;
}
.style2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 43px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   border-radius: 2px;
}
.style3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 43px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 37px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style7
{
   font-family: Arial;
   font-weight: bold;
   font-size: 37px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style8
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style9
{
   font-size: 32px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style10
{
   font-size: 32px;
   text-decoration: none;
   color: #FF7F50;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
}
.style11
{
   font-family: Arial;
   font-weight: bold;
   font-size: 43px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
.style12
{
   font-family: Arial;
   font-weight: bold;
   font-size: 43px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
.HZ_Style
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
.HZ_gross
{
   font-family: Arial;
   font-weight: bold;
   font-size: 37px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
