/* LAYOUT-UNABHÄNGIGE ANPASSUNGEN -------------------------------------------------------------------- */
@import url(iehacks.css);

/* LAYOUT-ABHÄNGIGE ANPASSUNGEN ---------------------------------------------------------------------- */
@media screen {
	/*\*/
	* html #col1{
		height:300px;
	}
	
	
	* html .images_box .images_float {
		margin: 0;
	}
	
	* html .searchfield {		
		background: url(../img/search_right.gif) 126px 1px no-repeat;
		left:0px;	
	}

	* html .searchfield_in {    
   	 	width:107px;
	}
	
	* html ul.nav_left li a {
		background: url('../navigation/gfx/vlist/square2/node_nav.gif') 0px 2px no-repeat;	
	}
	
	* html ul.nav_left li a:hover {
		background: url('../navigation/gfx/vlist/square2/node_nav_act.gif') 0 2px no-repeat;
	}
	
	* html ul.nav_left li span a {		
		background: url('../navigation/gfx/vlist/square2/node_nav_act.gif') 0 2px no-repeat;
	}
	
	* html li ul.nav_left li a {
		background: url('../navigation/gfx/vlist/square2/node_subnav.gif') 0 2px no-repeat;
	}
	
	* html li ul.nav_left li a:hover{
		background: url('../navigation/gfx/vlist/square2/node_subnav_act.gif') 0 2px no-repeat;
	}
	
	* html li ul.nav_left li span a {
		background: url('../navigation/gfx/vlist/square2/node_subnav_act.gif') 0 2px no-repeat;
	}
	/**/
}
