body {
	background-color: #fff;
	color: #000;
	font-size: 80%;
}

table {
	width: 550px;
}

#extbannerdiv table {
  display: none;
}

#altlarghdiv input {
	border: 0px;
	background-color: #fff;
	font-weight: bold;
}

#altlarghdiv table {
  border: 1px solid black;
}

#result1  {
	display: block;
}

#result1 table {
  border: 1px solid black;
}

#result2  {
	display: block;
}

#result2 input  {
	border: 0px;
	background-color: #fff;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
}

#result2 table {
  border: 1px solid black;
}

#alerttexts {
	display: none;
}

#buttons {
	display: none;
}

#altlarghdiv {
	display: block;
}

#weiter {
	display: none;
}

a {
	color: #000;
}

#calculation {
	display: block;
	font-weight: bold;
	padding: 20px;
	page-break-before: always;
}

#calculation table {
	width: 550px;
	font-weight: normal;
}

#calculation td {
	padding-left: 20px;
}


#printtext {
	font-weight: bold;
	font-size: 120%;
	padding: 20px;
	width: 100%;
}

#totalprice {
	display: none;
}