@charset "utf-8";
/* CSS Document */


#cart {
	margin-top: -20px;
	/*float:left;*/
	width:160px;
	height:80px;
	background:url(/px/butik_bg.jpg) no-repeat;
	padding: 35px 10px 0px 0px;
	text-align:right;
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#1f72bc;
}

#topsidan {
	float:left;
	width:900px;
	height:261px;
	text-align: left;
	background:url(/px/topp_bg.jpg);

}

/* Meny */

#meny .meny1 a{
	width: 76px;
	height: 37px;
	background: url(/px/meny_start.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny2 a{
	width: 76px;
	height: 37px;
	background: url(/px/meny_omoss.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny3 a{
	width: 88px;
	height: 37px;
	background: url(/px/meny_produkter.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny4 a{
	width: 115px;
	height: 37px;
	background: url(/px/meny_presentreklam.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny5 a{
	width: 89px;
	height: 37px;
	background: url(/px/meny_utbildning.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny6 a{
	width: 92px;
	height: 37px;
	background: url(/px/meny_kopstallen.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny7 a{
	width: 95px;
	height: 37px;
	background: url(/px/meny_kontakt.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}



#meny .meny1 a:hover, #meny .meny1_on a {
	width: 76px;
	height: 37px;
	background: url(/px/meny_on_start.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny2 a:hover, #meny .meny2_on a {
	width: 76px;
	height: 37px;
	background: url(/px/meny_on_omoss.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny3 a:hover, #meny .meny3_on a {
	width: 88px;
	height: 37px;
	background: url(/px/meny_on_produkter.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny4 a:hover, #meny .meny4_on a {
	width: 115px;
	height: 37px;
	background: url(/px/meny_on_presentreklam.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny5 a:hover, #meny .meny5_on a {
	width: 89px;
	height: 37px;
	background: url(/px/meny_on_utbildning.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny6 a:hover, #meny .meny6_on a{
	width: 92px;
	height: 37px;
	background: url(/px/meny_on_kopstallen.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
#meny .meny7_on a, #meny .meny7 a:hover {
	width: 95px;
	height: 37px;
	background: url(/px/meny_on_kontakt.jpg) no-repeat;
	float: left;
	padding-right: 0px;
}
