/************************************************************
	wuestenrot stylesheetcss
	FormTabCalcMap
	wuestenrot datenservice / inet
	Stylesheet zur Konfiguration der Formulare, Online-Rechner,
	Tabellen und der Beratersuche (Karte)
************************************************************/

/*---------------------------------------------------------------------------------
	GLOBAL
---------------------------------------------------------------------------------*/

form {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*---------------------------------------------------------------------------------	
	TABELLEN, FORMULARE, ONLINE-RECHNER
---------------------------------------------------------------------------------*/
.divTable,
.divForm,
.divCalc,
.tableDefault,
* html .tableDefault,
* html .tableDefaultContent,
* html .tableSteps,
.tableDefaultContent,
.tableSteps {	
	padding:0 0 0 0;	
	margin:0 0 0 0;	
	list-style-type:none;	
	background:#ffffff;	
	border-spacing:0px;
}

.divForm div,
.divTable div,
.divCalc div,
.divForm span,
.divTable span,
.divCalc span {	
	float:left;	
	margin:0 0 0 0;
}

.divTable h2,
.divForm h2,
.divCalc h2,
.tableDefaultContent h2 {
	clear:both;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #e61414;
}

.tableDefault h2 {
	clear:both;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #e61414;
	background:none;
	border:none;
}

.divTable h3,
.divForm h3,
.divCalc h3,
.tableDefault h3,
.tableDefaultContent h3 {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #666;
}

.divTable img,
.divForm img,
.divCalc img {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

.divTable .overview,
.divForm .overview,
.divCalc .overview {
	margin:0 20px 0 0;
	padding: 0 0 0 0;
	float:left;
}

* html .divMidLightBox .first,
* html .divMidLightBox .normal,
* html .divMidLightBox .last,
* html .divMidLightBox .normal_extended,
* html .divMidLightBox .normal_introduction,
* html .divMidLightBox .normal_colored,
* html .divMidLightBox .ulNavStep {
	width:473px;
}

/*---------------------------------------------------------------------------------
	FORMULARBUTTON (Weiter & Zur�ck)
---------------------------------------------------------------------------------*/

.formButton, 
.formButton:link, 
.formButton:visited {
	float:left;
	margin:2px 10px 2px 0;	
}

.formButton:hover {
	float:left;
	margin:2px 10px 2px 0;	
}

.formButtonRight, 
.formButtonRight:link, 
.formButtonRight:visited {
	position:relative;
	float:right;
	margin:2px 0 2px 10px;	
}

.formButtonRight:hover {
	position:relative;
	float:right;
	margin:2px 0 2px 10px;
}

.formButtonArrow, 
.formButtonArrow:link, 
.formButtonArrow:visited {
	float:right;
	margin:2px 10px 2px 10px;	
}

/*---------------------------------------------------------------------------------
	DIVERSE FORMULARELEMENTE 
---------------------------------------------------------------------------------*/
.formInput {
	margin: 0 0 0 0;
	padding: 1px 3px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	background-color: #ffffff;
	border-left: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
}

.formInputNoBorder {	
	margin: 0 0 0 0;	
	padding: 1px 0 1px 0;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #737373;	
	background-color: #f9f9f9;	
	border-left: 1px solid #f9f9f9;	
	border-top: 1px solid #f9f9f9;	
	border-bottom: 1px solid #f9f9f9;	
	border-right:1px solid #f9f9f9;
}

.formInputMandatory {	
	margin: 0 0 0 0;	
	padding: 1px 3px 1px 3px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	color: #737373;	
	background-color: #ffffff;	
	border-left: 1px solid #b2b2b2;	
	border-top: 1px solid #b2b2b2;	
	border-bottom: 1px solid #b2b2b2;	
	border-right:5px solid #ca001a;
}
	
.formInputSelected {	
	margin: 5px 0 0 0;	
	padding: 3px 3px 3px 5px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-weight:600;	
	color: #ca001a;	
	background-color: #ffffff;	
	border:1px solid #f3f3f3;
}

.formInputError {	
	margin: 0 0 0 0;	
	padding: 1px 3px 1px 3px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	color: #737373;	
	background-color: #fffbfb;	
	border-left: 1px solid #ca0001;	
	border-top: 1px solid #ca0001;	
	border-bottom: 1px solid #ca0001;	
	border-right:5px solid #ca001a;
}

textarea {	
	overflow-y:auto;		
	margin: 0px;	
	padding: 0 3px 0 3px;	
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 12px;	
	color: #737373;	
	background-color: #ffffff;	
	border:1px solid #b2b2b2;
}

select,
* html select{	
	font-family: Arial,Helvetica,sans-serif;	
	margin:0 0 0 0;	
	padding: 0 0 0 3px;	
	font-size: 12px;	
	color: #737373;	
	border:1px solid #b2b2b2;	
	}

.iconInline {	
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
}

/*---------------------------------------------------------------------------------	
	ERRORTEXT
	---------------------------------------------------------------------------------*/
.pError {	
	margin: 0 0 0 0;	
	padding:  2px 0 1px 0px;	
	color:#e61414;	
	font-weight:600;
}

* html .pError {	
	margin: 0 0 0 0;	
	padding: 2px 0 1px 0px;	
	color:#e61414;	
	font-weight:600;
}

/*---------------------------------------------------------------------------------	
	ROTER TEXT
	---------------------------------------------------------------------------------*/
.spanDescRed {	
	float:left;	
	font-size:11px;	
	font-weight:300;	
	color:#e61414;
}

/*---------------------------------------------------------------------------------	
	GRAUER TEXT
	---------------------------------------------------------------------------------*/
.spanDescGrey {	
	float:left;	
	font-size:11px;	
	font-weight:300;	
	color:#4f4f4f;
}

/*---------------------------------------------------------------------------------	
	TABLE STEPS
	---------------------------------------------------------------------------------*/
.tableSteps {	
	font-size:12px;	
	width:475px;	
	margin:0 0 0 0;	
	padding:0 0 0 0;	
	border-spacing:0px;	
	border-collapse:collapse;	
	border:none;
}
	
.tableSteps tbody tr {	
	background:#ce0404;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableSteps tbody td {	
	margin:0 0 0 0;	
	padding: 0 0 0 10px;	
	color:#ffffff;	
	border-bottom:2px solid #ffffff;	
	background-color:#ce0404;
}

span.step {	
	float:left;	
	display:block;	
	margin:0px;	
	padding:4px 0 4px 0;	
	width:50px;	
	background-color:#ce0404;	
	text-align:left;
}

span.stepNotActive {	
	float:left;	
	display:block;	
	margin:0px;	
	padding:4px;	
	width:15px;	
	background-color:#ce0404;	
	text-align:center;
}

span.stepActive {	
	float:left;	
	display:block;	
	margin:0px;	
	padding:4px;	
	width:15px;	
	font-weight:bold;	
	background-color:#fb0202;	
	text-align:center;	
	color:#ffffff;
}

/*---------------------------------------------------------------------------------
	TABLE DEFAULT
	---------------------------------------------------------------------------------*/
.tableDefault {	
	width:475px;	
	margin:0 0 0 0;	
	padding:0 0 0 0;	
	border-spacing:0px;	
	border-collapse:collapse;	
	border:none;
}
	
.tableDefault thead tr {	
	background:#f9f9f9;	
	padding:0 0 0 0;	
	margin:0 0 0 0;	
	border-spacing:0px;	
	border-collapse:collapse;	
	border:none;
}

.tableDefault thead td {	
	margin:0 0 0 0;	
	padding: 5px 10px 5px 10px;	
	font-size:11px;	
	border-bottom:2px solid #fff!important;
}

.tableDefault tbody tr {	
	background:none;	
	padding:0 0 0 0;	
	margin:0 0 0 0;	
	background:#f9f9f9;	
	border:none;
}
	
.tableDefault tbody tr.highlight {
	background:#e2e2e2;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableDefault tbody tr.highlight td {
}

.tableDefault tbody tr.highlightred {
	padding:0;
	margin:0;
}

.tableDefault tbody tr.highlightred td {
	background:#f9f9f9;	
	color:#E61414;	
	font:12px Arial, Helvetica, sans-serif;	
	font-weight:bold;	
	letter-spacing:0px;	
	padding:5px 10px 5px 10px;	
	margin:0 0 0 0;
}

.tableDefault tbody tr.error {
	background:#ce0404;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableDefault tbody tr.error .pError{	
	color:#ffffff;
}

.tableDefault tbody tr.green td,
* html .tableDefault tbody tr.green td {	
	background:#f9f9f9;	
	padding: 5px 10px 5px 10px;	
	font-size:12px;	
	font-weight:600;	
	margin:0 0 0 0;	
	color:#E61414;
}

.tableDefault tbody tr.noBorder {
	padding:0 0 0 0;	
	margin:0 0 0 0;
}
	
.tableDefault tbody tr.noBorder td {
}

.tableDefault tbody tr td,
* html .tableDefault tbody tr td{
	margin:0 0 0 0;	
	padding: 5px 10px 5px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	border-bottom:2px solid #ffffff;	
	border-spacing:0px;
	border-collapse:collapse;
}

input.radio {
	position:relative;	
	top:3px;	
	margin:0 5px 0 0;	
	display:inline;	
	padding:0 0 0 0 ;
}

* html input.radio {
	position:relative;	
	top:1px;	
	margin:0 5px 0 0;	
	display:inline;	
	padding:0 0 0 0 ;
}

input.checkbox {
	position:relative;	
	top:2px;	
	margin:0 5px 0 0;	
	display:inline;	
	padding:0 0 0 0 ;
}

* html input.checkbox {
	position:relative;	
	top:-1px;	
	margin:0 5px 0 0;	
	display:inline;	
	padding:0 0 0 0 ;
}

form label {
	margin:3px 5px 3px 0;	
	padding:0 0 0 0;	
	text-align:left;
}

* html form label {
	margin:3px 5px 3px 0;	
	padding:0 0 0 0;	
	text-align:left;
}

.tableDefault tbody td.empty {
	margin:0 0 0 0;	
	padding: 5px 10px 5px 10px;	
	height:30px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;
}

.tableDefault tbody td.img {
	margin:0 0 0 0;	
	padding: 10px 10px 10px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	border-right:2px solid #fff;
}

.tableDefault tbody td.checkbox {
	margin:0 0 0 0;	
	padding: 5px 0 5px 0;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	text-align:center;	
	border-right:2px solid #fff;
}

.tableDefault tbody tr.highlight td.checkbox {
	margin:0 0 0 0;	
	padding: 5px 5px 5px 5px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	text-align:center;	
	border-right:2px solid #fff;
}

span.red {
	font-weight:600;	
	color:#e61414;
}

* html .tableDefault tbody td.img {
	margin:0 0 0 0;	
	padding: 5px 10px 5px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	border-right:2px solid #fff;
}

.tableDefault tbody td a,
.tableDefault tbody td a:link, 
.tableDefault tbody td a:visited {
	color: #e61414;	
	padding:0 0 0 0;	
	text-decoration: none;	
	font-size: 12px;
}

.tableDefault tbody td a:hover {
	color: #e61414;	
	padding:0 0 0 0;	
	text-decoration: none;
}

.tableDefault tbody td a.formReadmore, 
.tableDefault tbody td a.formReadmore:link, 
.tableDefault tbody td a.formReadmore:visited {
	color: #e61414;	
	margin:10px 0 10px 0;	
	padding:0 8px 0 10px;	
	text-decoration: none;	
	font-size: 12px;	
	background:url('/webapp_homepage//media/static/img/imgArrowRight.gif') left center no-repeat;
}

.tableDefault tbody td a.formReadmore:hover {
	color: #e61414;	
	padding:0 8px 0 10px;	
	text-decoration: none;	
	background:url('/webapp_homepage//media/static/img/imgArrowRight2.gif') left center no-repeat;
}

.tableDefault tbody td.title {
	margin:0 0 0 0;	
	padding: 5px 0 5px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;
}
	
.tableDefault tbody td.title:hover {
	background:#e2e2e2;	
	color:#fff;
}

.tableDefault tbody td.title:hover a {
	color:#e61414;
}

.tableDefault tbody tr.trDesc td {
	font-weight:bold;
	text-align:left;
}

.tableDefault tfoot tr {
	background:#e2e2e2;	
	width:475px;	
	padding:0 0 0 0 ;
}	

.tableDefault tfoot td {
	font-size:12px;	
	margin:0 0 0 0;	
	padding:5px 10px 5px 10px;
}

.tableDefault tfoot td .pagination {
	position:relative;	
	float:right;	
	height:18px;	
	margin:2px 10px 0 10px;	
	padding:3px 0 0 0;	
	text-align:center;
}

.tableDefault tfoot td .pagination a {
	font-size:12px;	
	margin:0 2px 0 2px;	
	text-decoration:underline;	
	color:#e61414;
}
	
.tableDefault tfoot td .pagination a:hover {
	font-size:12px;
	margin:0 2px 0 2px;	
	text-decoration:underline;	
	color:#a9b242;
}
	
.tableDefault tfoot td .pagination a.active {
	font-size:12px;	
	margin:0 2px 0 2px;	
	text-decoration:none;	
	color:#333333;
}
	
/*---------------------------------------------------------------------------------	
	TABLE DEFAULT CONTENT
---------------------------------------------------------------------------------*/
.tableDefaultContent {	
	margin:0 0 0 0;	
	padding:0 0 0 0;	
	border-spacing:0px;	
	border-collapse:collapse;}
	
.tableDefaultContentAbbucher {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
	background-color:#f0f0f0;
}

.tableDefaultContentAbbucher thead tr,
* html .tableDefaultContentAbbucher thead tr {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.tableDefaultContentAbbucher thead td {
	background:#f0f0f0;
	font-size:12px;
	font-weight:600;
	color:#4f4f4f;
	margin:0 0 0 0;
	padding: 7px 10px 7px 10px;
	border-top:2px solid #4f4f4f;
	border-bottom:2px solid #ffffff;	
}

.tableDefaultContentAbbucher tbody td {
	margin:0 0 0 0;
	padding: 7px 10px 7px 10px;
	font-size:12px;
	font-weight:300;
	color:#4f4f4f;
	border-bottom:2px solid #ffffff;
	/*border-right:2px solid #ffffff;*/
}

.tableDefaultContent h2 {
	color:#4f4f4f;
}

.tableDefaultContent thead tr,
* html .tableDefaultContent thead tr {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.tableDefaultContent thead td {
	background:#ce0404;	
	font-size:12px;	
	font-weight:600;	
	color:#ffffff;	
	margin:0 0 0 0;	
	padding: 7px 10px 7px 10px;	
	border-bottom:2px solid #ffffff;	
	border-right:2px solid #ffffff;
}

.tableDefaultContent tbody tr {
	background:#f9f9f9;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableDefaultContent tbody tr.highlight {
	background:#d1e896;
}

.tableDefaultContent tbody .dunkel {
	background:#e2e2e2;	
	margin:0 0 0 0;	
	padding: 7px 10px 7px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	border-bottom:2px solid #ffffff;	
	border-right:2px solid #ffffff;
}

.tableDefaultContent tbody td {
	margin:0 0 0 0;	
	padding: 7px 10px 7px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	border-bottom:2px solid #ffffff;	
	border-right:2px solid #ffffff;
}
	
.tableDefaultContent tbody td.img {
	margin:0 0 0 0;	
	padding: 10px 10px 10px 10px;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;	
	background:url('/webapp_homepage//media/static/img/imgDottedRight.gif') right top repeat-y;
}

.tableDefaultContent tbody td a, 
.tableDefaultContent tbody td a:link, 
.tableDefaultContent tbody td a:visited {
	color: #e61414;	
	padding:0 8px 0 0;	
	text-decoration: none;	
	font-size: 12px;
}

.tableDefaultContent tbody td a:hover {
	color: #e61414;	
	padding:0 8px 0 0;	
	text-decoration: none;
}

.tableDefaultContent tbody td a.formReadmore, 
.tableDefaultContent tbody td a.formReadmore:link, 
.tableDefaultContent tbody td a.formReadmore:visited {
	color: #e61414;	
	margin:10px;	
	padding:0 8px 0 10px;	
	text-decoration: none;	
	font-size: 12px;	
	background:url('/webapp_homepage//media/static/img/imgArrowRight.gif') 5% center no-repeat;
}

.tableDefaultContent tbody td a.formReadmore:hover {
	color: #e61414;	
	padding:0 8px 0 10px;	
	text-decoration: none;	
	background:url('/webapp_homepage//media/static/img/imgArrowRight2.gif') 5% center no-repeat;
}

.tableDefaultContent tfoot tr {
	background:#e2e2e2;	
	width:475px;	
	padding:0 0 0 0 ;
}

.tableDefaultContent tfoot td {
	margin:0 0 0 0;	
	font-size:12px;	
	color:#4f4f4f;	
	padding:7px 10px 7px 10px;	
	border-bottom:2px solid #ffffff;	
	border-right:2px solid #ffffff;
}

.tableDefaultContent .ulContent {
	margin: 0 0 10px 0;	
	padding: 0 0 0 0;	
	font-size: 12px;	
	line-height: 15px;	
	display:block;
}
	
.tableDefaultContent ul.Content li {
	background: url( '/webapp_homepage//media/static/img/imgDotRightList.gif') left top no-repeat;	
	margin: 0 0 5px 0;	
	padding: 0 0 0 15px;	
	list-style-type:none;	
	display:block;
}

/*---------------------------------------------------------------------------------	
	TABLE ADMA
---------------------------------------------------------------------------------*/
.tableAdma {
	width:455px;	
	margin:0 0 0 0;	
	padding:0 0 0 0;	
	border-spacing:0px;	
	border-collapse:collapse;
}

.tableAdma thead tr, 
* html .tableAdma thead tr {
	background:#f1f8a7;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableAdma thead td {
	margin:0 0 0 0;	
	padding: 5px 0 5px 0;	
	font-size:11px;
}

.tableAdma tbody tr {
	background:#ffffff;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableAdma tbody tr.highlight {
	background:#fdffeb;	
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

.tableAdma tbody td {
	margin:0 0 0 0;	
	padding: 5px 0 5px 0;	
	font-size:12px;	
	font-weight:300;	
	color:#4f4f4f;
}

.tableAdma tfoot {
	background:#fdffeb;	
	height:33px;	
	width:475px;	
	padding:5px 10px 5px 10px;
}

.tableAdma tfoot td {
	font-size:12px;	
	margin:0 0 0 0;	
	padding:0 0 0 0;
}

/*---------------------------------------------------------------------------------
	TABLE DEFAULT TABLE INLINE
	---------------------------------------------------------------------------------*/
.tableDefault tbody tr td .tableInline {
	margin:0 0 0 0;	
	padding:0 0 0 0;	
	border:none!important;	
	border-collapse:collapse;
}
	
.tableDefault tbody tr td.tableInline tr,
.tableDefault tbody tr td .tableInline tr td,
.tableDefault tbody tr td .tableInline tbody, 
.tableDefault tbody tr td .tableInline thead, 
.tableDefault tbody tr td .tableInline tfoot {
	clear:both;	
	margin:0 0 0 0;	
	padding:2px 0 2px 0;	
	border:none!important;	
	border-collapse:collapse;
}
	
* html .tableDefault tbody tr td .tableInline tr td, 
* html .tableDefault tbody tr td .tableInline tr td {
	padding: 2px 0 2px 0;	
	border:none!important;	
	border-collapse:collapse;
}

.tableInline img, 
* html .tableInline img {
	float:left;	
	margin: 0 0 0 0;	
	padding:0 0 0 0;
}

.tableInline p {
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
}
	
/*---------------------------------------------------------------------------------
	TABLE INLINE
	---------------------------------------------------------------------------------*/
.tableInline {
	margin:0 0 0 0;	
	padding:0 0 0 0;
}

.tableInline tr, 
.tableInline tr td, 
.tableInline tbody, 
.tableInline thead, 
.tableInline tfoot {
	clear:both;	
	margin:0 0 0 0;	
	padding:2px 0 2px 0;
}

* html .tableInline tr td, 
* html .tableInline tr td {
	padding: 2px 0 2px 0;
}

.tableInline img, 
* html .tableInline img {
	float:left;	
	margin: 0 0 0 0;	
	padding:0 0 0 0;
}	

.tableInline p {
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
}

/*---------------------------------------------------------------------------------
	INFO DIV RECHNER
	---------------------------------------------------------------------------------*/
.divInfoBoxRechner {
	clear:both;
	margin:0 0 0 0;
	padding:10px 10px 30px 10px;
	position:absolute;
	display:none; 
	width:454px;
	height:auto;
	background:#ca001a;
	color:#fff;
	z-index:2;
	text-align:left;
}
* html .divInfoBoxRechner {
	position:absolute;
	margin:0 0 0 0;
	text-align:left;
	z-index:2;
}
.divInfoBoxRechner h2 {
	color:#fff;
	background:none;
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	margin:0 0 10px 0;
	padding:0 0 0 0 ;
}
.divInfoBoxRechner a:link, .divInfoBoxRechner a:visited, .divInfoBoxRechner a,
* html .divInfoBoxRechner a:link, * html .divInfoBoxRechner a:visited, * html .divInfoBoxRechner a {
	position:relative;
	top:20px;
	left:0px;
	display:block;
	height:24px;
	width:24px;
	margin:0 0 0 0;
	font-size:11px;
	font-weight:600;
	color:#ffffff;
	padding:0 0 0 0;
	background:url('/webapp_homepage//media/static/img/imgCloseLabel.png') left bottom no-repeat;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && 	this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "/webapp_homepage//media/static/img/imgBlank.gif"):(this.origBg = this.origBg? this.origBg 	:this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
* html .divInfoBoxRechner a:hover {
}
