#button-file {
	color: #000000;
	width: 100%;
	font-weight: bold;
	border: 1px #999 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	padding: 10px 5px;
}
#button-file:active {
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#990000ff', EndColorStr='#bb0000ff');
}
#button-file:hover {
	cursor: pointer;
}

.inputA{
	background-color: #e0e4e5;
	/*background-color: #7c7c7e;*/
	height: 30px;
	margin-top: 5px;
	border: 0px solid transparent;
}
.inputB{
	background-color: #ddf0d7;
	/*background-color: #63a644;*/
	height: 30px;
	margin-top: 5px;
	border: 0px solid transparent;
}

.inputC{
	background-color: #ddf0d7;
	/*background-color: #63a644;*/
	margin-top: 5px;
	border: 0px solid transparent;
}

.label{
	background-color: #ffffff;
	color:#63a644;
	font-weight: bold;
	font-size: 15pt;
}

.breite100{
	width: 100%;
}

.breite50{
	width: calc(50% - 3.9px);
}

/*******************************************************************************
	Kachel-Styleangaben
*******************************************************************************/
@media (orientation: portrait) {
	.kachel {
		min-height:100%;
		min-width: 50%;
		
		max-height:100%;
		max-width: 75%;
		
		width: 50%;
		
		text-align: center;
		color: black;
	}
}

@media (orientation: landscape) {
	.kachel {
		min-height:100%;
		min-width: 50%;
		
		max-height:100%;
		max-width: 75%;
		
		width: 50%;
		
		text-align: center;
		color: black;
	}
}

/*******************************************************************************
	Body-Styleangaben.
*******************************************************************************/
body {
	border: 0;
	width: 100%;
	height: calc(100vh - 10px);
	/*height: 100vh;*/
	font-family: calibri;
	text-align: center;
	line-height: 23px;
	overflow: none;
}

#id_pdf_anzeige{
	height:calc(100% - 100px); width: 100%;
}

/*******************************************************************************
	Styleangaben für den Container der das Artikelbild umschließt.
*******************************************************************************/

#imgdiv {
	height:100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

