a {text-decoration:none;
	color:#000000;}
a:link {color:#000099;}
a:visited {color:#000099;}
a:hover {color:#000099;
	text-decoration:underline;}

HTML {height:100%;}
BODY {background-color:transparent;
	font-family:Arial;
	font-size:12pt;
	margin:0px;
	padding:0;
	height:99%;
	width:99%;}
IMG {border:none;}
IFRAME {border:none;
	margin:0px;
	padding:0;
	background-color:transparent;}
FIELDSET {border-radius:10px;
	margin:0px;
	padding:0;}

.NoScroll  {overflow:hidden;}
.Titel {font-family:Arial;
	font-size:120%;
	font-weight:bold;
	font-style:italic;}
.Schmal {font-size:80%;}
.NoShade {border:none;
	height:2px;
	background-color:#333333;}
.TableCenter {margin-left:auto;
	margin-right:auto;}
.BiggestFont {font-size:220%;}
.Rahmen {border-radius:5px;}
.Rund {border-radius:5px;}
.VisRahmen {border:1px solid #666666;
	border-radius:5px;}
.Link{color:#3300BB;}
.SelLink{color:#3300BB;
	text-decoration:underline;}
.Link:hover{color:#0000FF;
	background-color:#CDDDEE;
	opacity:0.8;
	cursor:pointer;
	padding-left:2px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;}
.LinkBlack:hover{color:#000000;
	background-color:#DDDDDD;
	cursor:pointer;
	padding-left:2px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;}
.VTop {vertical-align:top;}
.HCenter {text-align:center;}
.VCenter {vertical-align:middle;
	display:table-cell;}
.VBottom {vertical-align:bottom;}
.FlexVCenter{display:flex;
	align-items:center;}
.FlexHCenter{display:flex;
	justify-content:center;}
.Big {font-size:120%;}
.Bigger {font-size:150%;}
.Small {font-size:80%;}
.BLink:hover{color:#3300BB;
	background-color:#DDDDDD;
	cursor:pointer;
	border-radius:30px;}
.Liste {font-size:100%;}
.B {font-weight:bold;}
.I {font-style:italic;}

.Blinking {-webkit-animation:Blinker 1.5s linear infinite;
	-moz-animation:Blinker 1.5s linear infinite;
	-ms-animation:Blinker 1.5s linear infinite;
	-o-animation:Blinker 1.5s linear infinite;
	animation:Blinker 1.5s linear infinite;}
@-webkit-keyframes Blinker{
	0% {opacity:0;}
	50% {opacity:0;}
	51% {opacity:1;}
	100% {opacity:1;}}
@-moz-keyframes Blinker{
	0% {opacity:0;}
	50% {opacity:0;}
	51% {opacity:1;}
	100% {opacity:1;}}
@-ms-keyframes Blinker{
	0% {opacity:0;}
	50% {opacity:0;}
	51% {opacity:1;}
	100% {opacity:1;}}
@-o-keyframes Blinker{
	0% {opacity:0;}
	50% {opacity:0;}
	51% {opacity:1;}
	100% {opacity:1;}}
@keyframes Blinker{
	0% {opacity:0;}
	50% {opacity:0;}
	51% {opacity:1;}
	100% {opacity:1;}}

.tab-content {max-height:0;
	overflow:hidden;
	-webkit-transition:max-height .2s;
	-moz-animation:max-height .2s;
	-ms-animation:max-height .2s;
	-o-animation:max-height .2s;
	transition:max-height .2s;}
.label {display:block;
	cursor:pointer;}
.label::after {-webkit-transition:all .2s;
	-moz-animation:all .2s;
	-ms-animation:all .2s;
	-o-animation:all .2s;
	transition:all .2s;}
.input {opacity:0;}
.input:checked ~ .tab-content {max-height:100em;}
