body {
	font-family: sans-serif;
	font-size: 13px;
}

/* FARBEN -------------------------------------------------- */
.dialog {
	border-color: #DBDBDB;
	background-color: white;
}

.titel {
	color: #FFFFFF;
	background-color: #004E87;
}

.meldung {
	color: black;
	margin: 20px;
	padding: 2px;
	overflow: auto;
}

.errorMsg, 
#meldung.errorMsg div {
	color: red;	
}

.errorMsg {
	margin: 20px;
	padding: 2px;
	font-weight: bold;
	overflow: auto;
}

/* GEOMETRIE ---------------------------------------------- */
.dialog {
	position: absolute;
	border-style: solid;
	border-width: 2px;
	overflow: hidden;
	z-index: 1000;
}

.titel {
	padding: 2px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

.titelicon {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	border:0px;
	
}

.titeltextbereich {
	vertical-align: baseline;
}

.buttonbereich {
	text-align: center;
	margin-bottom: 5px;
}

.button {
	width: 40px;
}


/* SONDERFORMATE ------------------------------------------ */
.ueberzug {
	background-image: url(../images/folie.png);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}

/* TOTP Dialog ------------------------------------------ */
.meldung .totpContent input[type='number'] {
	-moz-appearance:textfield;
}

.meldung .totpContent input::-webkit-outer-spin-button,
.meldung .totpContent input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}