a {
	color:#194ea7;
	text-decoration:none;
}
a:hover {
	color:#c00;
}
a.noDeco {
	text-decoration:none;
	border:0;
}
body {
	font-family:arial,helvetica,sans serif;
	font-size:1rem;
	margin:0;
	color:#333;
	background:white;
}
html,body {scroll-behavior:smooth}
sup,sub {font-size:70%}
table {
	border:0;
	border-spacing:0;
}
h1,h2 {
	font-weight:bold;
	font-size:2.4rem;
	color:#b8144b;
	line-height:3.0rem;
	margin:0 0 1rem 0;
	text-transform:uppercase;
}
h3 {
	font-weight:normal;
	font-size:2.0rem;
	line-height:2.6rem;
	margin:0 0 0.4rem 0;
}
h4 {
	font-weight:normal;
	font-size:1.8rem;
	line-height:2.2rem;
	margin:0 0 0.4rem 0;
}
hr {
	border-top:1px solid #666;
	border-bottom:1px solid #ccc;
}
input.ip {
	font-family:arial,helvetica,sans-serif;
	font-size:1rem;
	border:1px solid #bbb;
}
input.ipB {
	background:#b8134b;
	color:white;
	font-size:1rem;
	border:0;
	padding:4px 20px;
	cursor:pointer;
}
input.ipT {width:318px}
select.ip {
	font-family:arial,helvetica,sans-serif;
	font-size:1rem;
	height:1.5rem;
}
p,td {
	padding:0;
	margin:0;
	vertical-align:top;
}

#INHALT {
	margin:15px;
}
#POPUP-HG {
	width:100%;
	height:100%;
	background:#000;
	opacity:0.25;
	z-index:98;
	position:fixed;
	display:none;
}
#POPUP0 {
	width:1000px;
	left:0;
	right:0;
	margin:0 auto;
	z-index:100;
	position:fixed;
	display:none;
}
#POPUP1 {
	width:100%;
	min-height:500px;
	max-height:700px;
	overflow-y:scroll;
	border:4px solid #9d2c40;
	padding:20px;
	box-shadow:5px 7px 10px 5px rgba(0,0,0,0.5);
	background-color:white;
}
#POPUP-CLOSE {
	top:4px;
	right:-44px;
	width:45px;
	height:19px;
	z-index:102;
	text-align:right;
	cursor:pointer;
	position:absolute;
}
#SANDUHR {
	opacity:0;
	transition:opacity 1s ease;
}

.abs {position:absolute}
.bo {font-weight:bold}
.formB {width:350px}
.ce {text-align:center}
div.cec {
	display:flex;
	justify-content:center;
}
.code {
	font-family:'courier new',courier,monospace;
	color:#006;
}
.einr {padding-left:2rem}
.li {text-align:left}
.re {text-align:right}
.ceV {
	top:50%;
	width:100%;
	max-height:100%;
	text-align:center;
	position:absolute;
	transform:translateY(-50%);
}
.kap {font-variant:small-caps}
.klein {font-size:80%}

#TOPB {
	position:fixed;
	right:5px;
	bottom:5px;
}

.auswahl {
/*	text-align:right;*/
	padding-top:1rem;
	font-size:1rem;
}
.button {
	display:inline-block;
	padding:5px 20px;
	background:#b8144b;
	color:white;
	font-size:120%;
	font-weight:bold;
	cursor:pointer;
}
.f1 {
	margin-top:8px;
	padding:3px 0;
	border-bottom:2px solid white;
	cursor:pointer;
}
.f1:hover {
	background:#e3e390;
}
.fehler {
	background-color:yellow;
	color:#d00;
	padding:3px 6px;
	margin-bottom:6px;
}
.formF {font-size:80% !important}
.formTxt {
	font-size:80%;
	line-height:120%;
	margin:4px 0;
}
.gruen {color:green}
.hz {
	font-size:60%;
	line-height:60%;
}
.nowrap {white-space:nowrap}
.rot {color:#dd0000}
.schwarz {color:black}
a.img {
	font-size:0.01px;
	line-height:0.01px;
	vertical-align:top;
	border:0;
}
.img-in {
	display:inline;
	height:auto;
	max-width:100%;
}
.ind {
	display:inline-block;
	width:20px;
}
.inh {padding-left:1.5rem}
.inline {display:inline}
.noDisp {display:none}
.rhm {border:1px solid #999}
.topB {
	width:40px;
	height:40px;
	background-image:url('../../../files/layout/top-button.png');
	cursor:pointer;
	opacity:0.25;
	z-index:100;
}
.topB:hover {
	opacity:0.5;
	transition:opacity 0.35s ease;
}
.vb {vertical-align:bottom}
.vm {vertical-align:middle}

.pc {display:block}
.pc-inline {display:inline}
.mobil {display:none}
.mobil-inline {display:none}

.layout {max-width:960px}
.neuesPW {width:350px}
.saldo {
	color:black;
	font-weight:bold;
}
.icon-sanduhr {
	max-width:32px;
	padding:6px 0;
}
.tabelle {
	background:#e0e0e0;
	border-spacing:5px;
}
.tabelle td {
	padding:4px;
	background:white;
	background-repeat:no-repeat;
	background-position:center;
}
.tabelle td.summenlinie {
	border-top:2px solid #d00;
	font-size:0.01px;
	line-height:0.01px;
	padding:0;
	cursor:default;
}
.tabelle td.summenzeile {
	background-color:#e0e0e0;
	text-align:right;
	font-weight:bold;
	padding-right:8px;
	cursor:default;
}
.tabelle td.zahl {
	text-align:right;
	padding-right:8px;
}
.tabelle tr {
	cursor:pointer;
}
.tabelle tr.nopointer {
	cursor:default;
}
.tabTitel,.auswTitel {
	color:#b8144b;
	font-weight:bold;
	white-space:nowrap;
}
.tabTitel:hover {
	background:#b8144b;
	color:white;
	cursor:pointer;
}

#NAV-MOBIL {
	display:none;
	background:#e0e0e0;
	padding:70px 10% 10% 10%;
	width:80%;
	height:100%;
	top:0;
	left:-950px;
	position:absolute;
	transition:left 1s ease-in-out;
}
@media screen and (max-width:950px) {
	body {font-size:1.2rem}
	h1 {
		font-size:2rem;
		line-height:2.8rem;
		margin:0 0 0.7rem 0;
	}
	h2 {
		font-size:1.618rem;
		line-height:2rem;
	}
	h3 {
		font-size:1.4rem;
		line-height:1.7rem;
	}
	h4 {
		font-size:1.3rem;
		line-height:1.6rem;
	}
	p,td {line-height:1.8rem}
	p {margin-bottom:0.3rem}
	select {
		font-size:1.2rem;
		padding:0;
	}
	.formB {width:300px}
	.formF {font-size:70% !important}
	.inh {padding-left:0.75rem}
	.neuesPW {width:300px}
	input.ipT {width:266px}
	#NAV-PC,.pc {display:none}
	#NAV-MOBIL,.mobil {display:block}
	.pc-inline {display:none}
	.mobil-inline {display:inline}
}
