/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */





div.button2  {


  }
  


div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
/* ohne diesen Bereich kann man IMAGES als vernuenftigen Button ausweisen A.Heise 05/2019
aber dann gehen die PDMs nicht mehr!!!
so:
<button type="submit" name="submit" class="button">
  <img src="p7Zeitgeist/berechnen.fw.png" />
</button>



div.button span {
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
*/

div.button span {
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
  

    
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0; }

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("bg-input.png") repeat-x 0 0;
  outline: 0; }



/* Input spezial */
input.text180px {
	width: 280px;
	overflow: auto;
		/*height: 40px;*/
}
input.text20px {
	width: 20px;
}
input.text30px {
	width: 30px;
}
input.text40px {
	width: 40px;
}
input.text50px {
	width: 50px;
}
input.text60px {
	width: 60px;
}
input.text70px {
	width: 70px;
}
input.text80px {
	width: 80px;
}
input.text90px {
	width: 90px;
}
input.text100px {
	width: 100px;
}


/* Remove default webkit and possible mozilla .search styles */
div.checker input,
input.search,
input.search:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
  background: url("bg-input-focus.png") repeat-x 0 0; }


/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }

div.selector.fixedWidth {
  width: 190px; }

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block; }

div.selector.fixedWidth span {
  width: 155px; }

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%; }

div.selector:active,
div.selector.active {
  background-position: 0 -156px; }

div.selector:active span,
div.selector.active span {
  background-position: right -26px; }

div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: 0 -182px; }

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px; }

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: 0 -208px; }

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px; }

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
  background-position: 0 -234px; }

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -104px; }

/* Checkbox */
div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px; }

div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px; }

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px; }

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px; }

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px; }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px; }

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

/* Radio */
div.radio,
div.radio span,
div.radio input {
  width: 18px;
  height: 18px; }

div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px; }

div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;

  *display: inline;
	zoom: 1;
	text-align: center;
}

div.radio:active span,
div.radio.active span {
  background-position: -18px -18px -279px; }

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -36px -279px; }

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px; }

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px; }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

div.uploader span.action {
  background-position: -399px -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%; }

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0 -353px; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: -399px -437px; }

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: -399px -465px; }

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: -399px -493px; }

div.uploader.disabled {
  background-position: 0 -325px; }

div.uploader.disabled span.action {
  background-position: -399px -381px; }

/* Buttons */
div.button a,
div.button button,
div.button input {
  position: absolute;
  display: none; }

div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px; }

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0 -701px; }

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -581px; }

div.button.active,
div.button:active {
  background-position: 0 -671px; }

div.button.active span,
div.button:active span {
  background-position: right -551px;
  cursor: default; }

div.button.disabled {
  background-position: 0 -731px; }

/* Separate from above due to IE8 */
div.button:disabled {
  background-position: 0 -731px; }

div.button.disabled span {
  background-position: right -611px;
  cursor: default; }

/* Separate from above due to IE8 */
div.button:disabled span {
  background-position: right -611px;
  cursor: default; }

/* INPUT & TEXTAREA */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;}

input.text40pxOhneRAnd {
	width: 40px;
	text-align: right;
 	border: none;
	background: none;
	font-weight:bold;
	color:#00F;
}
input.text15pxCL1 {
	width: 15px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text20pxCL1 {
	width: 20px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text30pxCL1 {
	width: 30px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;	
}
input.text40pxCL1 {
	width: 40px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text50pxCL1 {
	width: 50px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text60pxCL1 {
	width: 60px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text70pxCL1 {
	width: 70px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text80pxCL1 {
	width: 80px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text90pxCL1 {
	width: 90px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text90pxCCL1 {
	width: 90px;
	text-align: center;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text100pxCL1 {
	width: 100px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text110pxCL1 {
	width: 110px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text110pxCCL1 {
	width: 110px;
	text-align: center;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text120pxCL1 {
	width: 120px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text130pxCL1 {
	width: 130px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text140pxCL1 {
	width: 140px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text180pxCL1 {
	width: 180px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text260pxCL1 {
	width: 260px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text360pxCL1 {
	width: 490px;
	text-align: left;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text360pxCL1MRK {
	width: 490px;
	text-align: left;

}
input.text20pxRCL1 {
	width: 20px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text30pxRCL1 {
	width: 30px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text40pxRCL1 {
	width: 40px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text50pxRCL1 {
	width: 50px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text60pxRCL1 {
	width: 60px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text70pxRCL1 {
	width: 70px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text80pxRCL1 {
	width: 80px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text90pxRCL1 {
	width: 90px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text100pxRCL1 {
	width: 100px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text110pxRCL1 {
	width: 110px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text120pxRCL1 {
	width: 120px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text130pxRCL1 {
	width: 130px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}
input.text140pxRCL1 {
	width: 140px;
	text-align: right;
  	background: url("bg-inputBLUE.png") repeat;
}



input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background-color: #fff; }



/* PRESENTATION */
/* Buttons */
div.button.active span,
div.button:active span {
  color: #555; }

div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

div.button.disabled span {
  color: #bbb; }

/* Separate from above due to IE8 */
div.button:disabled span {
  color: #bbb; }

/* Select */
div.selector {
  font-size: 12px; }

div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px; }

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff; }

div.selector.disabled span {
  color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: #fff 0px 1px 0px;
  /*background-color: #fff;*/
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 11px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; }
  
  
  .ac_input{
	width:180px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height:1.7em
}
.InputStrasseAC {
	width: 180px;
	height: 1.7em;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.InputStrasseACgoogle {
	width: 280px;
	height: 1.7em;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.InputPLZAC {
	width: 50px;
	height: 1.7em;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.InputHsNrAC {
	width: 60px;
	height: 1.7em;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}




.ac_results {
	padding: 0px;
	border: 1px solid #6FBEFF;
	background-color: #CECECE;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width:180px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}





.ac_input2{
	width:380px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.ac_results2 {
	padding: 0px;
	border: 1px solid #6FBEFF;
	background-color: #EFF8FF;
	overflow: hidden;
	z-index: 99999;
}
.ac_results2 ul {
	width:380px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}





.ac_results li {
	margin: 2px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 11px;
	overflow: hidden;
}

.ac_title {
	font-weight: bolder;
}

.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #C7DFFF;
	color: #000000;
}

.ac_highlight {
	color: #F03;
}

.schachtel10p {
		width: 10%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel1p {
		width: %;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel15p {
		width: 15%;
		border-style:inherit;
		padding:1px;
		float:left;
		font-size:12px;
}
.schachtel {
		width: 20%;
		border-style:inherit;
		padding:1px;
		float:left;
		font-size:12px;
}
.schachtel25p {
		width: 24%;
		border-style:inherit;
		padding:1px;
		float:left;
		font-size:12px;
}
.schachtel24p {
		width: 24%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel30p {
		width: 30%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel40p{
		width: 40%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel50p {
		width: 50%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel60p {
		width: 60%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel70p {
		width: 70%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel80p {
		width: 80%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel90p {
		width: 90%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel90pCENTER {
		width: 90%;
		border-style:inherit;
		padding:1px;
		float:left;
		text-align:center;
}
.schachtel91p {
		width: 90.5%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel45p {
		width: 45%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.schachtel40pBorder {
		width: 40%;
		border-style:solid;
		border-width:thin;
		padding:1px;
		float:left;
		text-align:center;#
		background:#5EAEFF;
}
.schachte230p {
		width: 99%;
		border-style:inherit;
		padding:1px;
		float:left;
}
.hauptschachtel {
		width: 100%;
		padding:1px;
		float:left;
		
}
.hauptschachtelMARGINleft {
		width: 100%;
		padding:10px;
		margin-left:50px;
		
}
.hauptschachtelCENTER {
		width: 100%;
		padding:1px;
		float:left;
		alignment-adjust:central;
		text-align:center;
		
}
.txt0901 {font-family: Arial, "Century Gothic"; color: #000000; font-size: 9pt}

.text15px {
	width: 15px;
	text-align: left;
}
.text20px {
	width: 20px;
	text-align: left;
}
.text30px {
	width: 30px;
	text-align: left;
}
.text40px {
	width: 40px;
	text-align: left;
}
.text50px {
	width: 50px;
	text-align: left;
}
.text60px {
	width: 60px;
	text-align: left;
}
.text70px {
	width: 70px;
	text-align: left;
}
.text70pxC {
	width: 70px;
	text-align: center;
}
.text80px {
	width: 80px;
	text-align: left;
}
.text80pxC {
	width: 80px;
	text-align: center;
}
.text90px {
	width: 90px;
	text-align: left;
}
.text90pxC {
	width: 90px;
	text-align: center;
}
.text100px {
	width: 100px;
	text-align: left;
}
.text110px {
	width: 110px;
	text-align: left;
}
.text110pxC {
	width: 110px;
	text-align: center;
}
.text120px {
	width: 120px;
	text-align: left;
}
.text130px {
	width: 130px;
	text-align: left;
}
.text140px {
	width: 140px;
	text-align: left;
}
.text180px {
	width: 180px;
	text-align: left;
}
.text260px {
	width: 260px;
	text-align: left;
}

.text20pxR {
	width: 20px;
	text-align: right;
}
.text30pxR {
	width: 30px;
	text-align: right;
}
.text40pxR {
	width: 40px;
	text-align: right;
}
.text50pxR {
	width: 50px;
	text-align: right;
}
.text60pxR {
	width: 60px;
	text-align: right;
}
.text60pxC {
	width: 60px;
	text-align: center;
}
.text70pxR {
	width: 70px;
	text-align: right;
}
.text80pxR {
	width: 80px;
	text-align: right;
}
.text90pxR {
	width: 90px;
	text-align: right;
}
.text100pxR {
	width: 100px;
	text-align: right;
}
.text110pxR {
	width: 110px;
	text-align: right;
}
.text120pxR {
	width: 120px;
	text-align: right;
}
.text130pxR {
	width: 130px;
	text-align: right;
}
.text140pxR {
	width: 140px;
	text-align: right;
}








.HR_Linie_1px_666666
{
	border:none;
	border-top: 1px dotted #666666; 
	background-color: #FFFFFF;
	height: 1px;
}
.HR_Linie_1px_666666p
{
	border:none;
	border-top: 1px solid #000000; 
	background-color: #FFFFFF;
	height: 1px;
}

.submit {
font-size:80%;
}




input.text15pxCL1MRK {
	width: 15px;
	text-align: left;

}
input.text20pxCL1MRK {
	width: 20px;
	text-align: left;

}
input.text30pxCL1MRK {
	width: 30px;
	text-align: left;
	
}
input.text40pxCL1MRK {
	width: 40px;
	text-align: left;

}
input.text50pxCL1MRK {
	width: 50px;
	text-align: left;

}
input.text60pxCL1MRK {
	width: 60px;
	text-align: left;

}
input.text70pxCL1MRK {
	width: 70px;
	text-align: left;

}
input.text80pxCL1MRK {
	width: 80px;
	text-align: left;

}
input.text90pxCL1MRK {
	width: 90px;
	text-align: left;

}
input.text90pxCCL1MRK {
	width: 90px;
	text-align: center;

}
input.text100pxCL1MRK {
	width: 100px;
	text-align: left;

}
input.text110pxCL1MRK {
	width: 110px;
	text-align: left;

}
input.text110pxCCL1MRK {
	width: 110px;
	text-align: center;

}
input.text120pxCL1MRK {
	width: 120px;
	text-align: left;

}
input.text130pxCL1MRK {
	width: 130px;
	text-align: left;

}
input.text140pxCL1MRK {
	width: 140px;
	text-align: left;

}
input.text180pxCL1MRK {
	width: 180px;
	text-align: left;

}
input.text260pxCL1MRK {
	width: 260px;
	text-align: left;

}
input.text360pxCL1MRK {
	width: 490px;
	text-align: left;

}
input.text20pxRCL1MRK {
	width: 20px;
	text-align: right;

}
input.text30pxRCL1MRK {
	width: 30px;
	text-align: right;

}
input.text40pxRCL1MRK {
	width: 40px;
	text-align: right;

}
input.text50pxRCL1MRK {
	width: 50px;
	text-align: right;

}
input.text60pxRCL1MRK {
	width: 60px;
	text-align: right;

}
input.text70pxRCL1MRK {
	width: 70px;
	text-align: right;

}
input.text80pxRCL1MRK {
	width: 80px;
	text-align: right;

}
input.text90pxRCL1MRK {
	width: 90px;
	text-align: right;

}
input.text100pxRCL1MRK {
	width: 100px;
	text-align: right;

}
input.text110pxRCL1MRK {
	width: 110px;
	text-align: right;

}
input.text120pxRCL1MRK {
	width: 120px;
	text-align: right;

}
input.text130pxRCL1MRK {
	width: 130px;
	text-align: right;

}
input.text140pxRCL1MRK {
	width: 140px;
	text-align: right;

}
input.text560pxRandlosFarblos {
	width: 560px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	color:#F00;
}
input.text60pxRandlosFarblos {
	width: 60px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: right;
	color: #FFF;
}
input.text80pxRandlosFarblos {
	width: 80px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: right;
	color: #FFF;
}
input.text120pxRandlosFarblos {
	width: 120px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: right;
	color: #FFF;
}
input.text60pxRandlosFarblosBLACK {
	width: 60px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: right;
	color: #000;
}
input.text80pxRandlosFarblosBLACK {
	width: 80px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: right;
	color: #000;
}
input.text120pxRandlosFarblosBLACK {
	width: 120px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: right;
	color: #000;
}
input.text80pxRandlosFarblosBLACKleft {
	width: 80px;
	text-align: left;
	border-color:transparent;
	background-color:transparent;
	border-bottom-color:transparent;
	background:transparent;
	text-align: left;
	color: #000;
}
.bl
 {
 border-left: 1px solid #000;
 } 
 
 @media only screen and (min-width: 0px) and (max-width: 1065px) {
.schachtel40pBorder {
		width: 90%;
		border-style:solid;
		border-width:thin;
		padding:1px;
		float:left;
		text-align:center;#
		background:#5EAEFF;
}


}