/* -----------------------------------------------------------------------------------------------------------------
	screen.css - costum changes; load after common.css
----------------------------------------------------------------------------------------------------------------- */
	/* reset p, div for RTE */
	p,div { padding: 0; margin: 0; }
	

	
/**************************** Navigation ***************************************/
	
.nav_home {
	width: 80px;
	height:72px;
	background-image: url(img_fr/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.nav_home:hover, .nav_home.mainMenuParentBtnFocused { 
  background-position: -80px 0;
	cursor:url(img/bee.gif), auto;
}

.nav_home_act {
	width: 80px;
	height:72px;
	background-image: url(img_fr/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: -80px 0;
}

.nav_products {
	width: 120px;
	height:72px;
	background-image: url(img_fr/nav_produkte.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.nav_products:hover, .nav_products.mainMenuParentBtnFocused { 
  	 background-position: -120px 0;
	 cursor:url(img/bee.gif), auto;

}

.nav_products_act {
	width: 120px;
	height:72px;
	background-image: url(img_fr/nav_produkte.jpg);
	background-repeat: no-repeat;
	background-position: -120px 0;
}

.nav_downloads {
	width: 146px;
	height:72px;
	background-image: url(img_fr/nav_downloads.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.nav_downloads:hover, .nav_downloads.mainMenuParentBtnFocused { 
  background-position: -146px 0;
	cursor:url(img/bee.gif), auto;
}

.nav_downloads_act {
	width: 146px;
	height:72px;
	background-image: url(img_fr/nav_downloads.jpg);
	background-repeat: no-repeat;
	background-position: -146px 0;
}

.nav_merchants {
	width: 111px;
	height:72px;
	background-image: url(img_fr/nav_fachhaendler.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.nav_merchants:hover, .nav_merchants.mainMenuParentBtnFocused { 
	background-position: -111px 0;
	cursor:url(img/bee.gif), auto;
}

.nav_merchants_act {
	width: 111px;
	height:72px;
	background-image: url(img_fr/nav_fachhaendler.jpg);
	background-repeat: no-repeat;
	background-position: -111px 0;
}

.smallMenu {
	float:left;
	height:72px;
	width:195px;
}

.nav_login {
	width: 195px;
	height:36px;
	background-image: url(img_fr/nav_login.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

.nav_scooter {
	width: 195px;
	height:36px;
	background-image: url(img/nav_scooter.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

.nav_atv {
	width: 195px;
	height:36px;
	background-image: url(img/nav_atv.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}



#product_overview #product_nav_data:hover, #product_overview #product_nav_data.act {
background-position:-173px 0;
}

#product_overview #product_nav_data {
background-image:url(img_fr/reiter_data_fr.png);
width:173px;
}