/*---IE Hacks---*/

/*
 * - "* html" gilt nur für IE6
 * - "*+html" gilt nur für IE7
*/  


/*stSubmitBtn*/

* html .stSubmitBtn {
	overflow:auto;	
}

/*ajax-loading*/

* html #ajax-loading {
  position:absolute;
  top:200px;
}

/*sidebar*/

* html #sidebar_top {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xhodon/gfx/images/sidebar/sidebar_top_klein.png', sizingMethod='scale');
  background-image:none; 
}

* html #sidebar_bottom {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xhodon/gfx/images/sidebar/sidebar_bottom.png', sizingMethod='scale');
  background-image:none; 
}

/*message_box*/

* html #message {
  position:absolute;
  top:100px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xhodon/gfx/images/popMessage.png', sizingMethod='scale');
  background-image:none; 
}

/*overlay*/

* html #dialog_overlay {
	position:absolute !important;
}

/*message*/

* html div#history {
	height: 200px;
}

/*accept_sidechange and accept_dialog*/

* html .dialogBoo {
	position:absolute !important;
	top:150px !important;
}

* html .dialogBox div.top {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xhodon/gfx/images/hint/top.png', sizingMethod='scale');
  background-image:none; 
}

* html .dialogBox div.bottom {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xhodon/gfx/images/hint/bottom.png', sizingMethod='scale');
  background-image:none; 
}

/*map*/

* html #map_sidebar_body {
	position:absolute;
	top:24px;
	height:340px;
}

* html #map_detail_div {
	height:253px;
	width:169px;
}

* html #map_detail_head {
	position:absolute;
	top:28px;	
}

* html #show_with_reactivation {
  margin-bottom:0px !important; 
}

* html #form_add_favorite {
	margin-top:0px;
}

/*loginBox*/

* html .loginBox .input_txt, * html .loginBox .input_pw {
	margin-top:0px;
}

* html .loginBox .input_txt {
	margin-bottom:2px;
}

*+html .loginBox .input_txt, *+html .loginBox .input_pw {
	margin-top:0px;
}

*+html .loginBox .input_txt {
	margin-bottom:2px;
}

/*registration*/

* html .registration .input_txt, * html .registration .input_pw {
	margin-bottom:-2px;	 
}

*+html .registration .input_txt, *+html .registration .input_pw {
	margin-bottom:-2px;	 
}


