a.btext:link,
a.btext:visited,
a.btext:active {
	color:#000000;
	font-family: Trebuchet ms, Verdana, Arial, Times;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

a.btext:hover {
	color: gray;
	text-decoration: none;
}
.rubrik01 {
font-family: Verdana, Arial, Times;
font-size: 20px;
font-weight: bold;
color: #4ba74e;
}




/*	// __________________________________________________________________________________________________________________
	Submenu-webbshop
	*/

#menu1 { 
	float: none;
	clear: both;
	width: 756px;
	height: 32px;
	background-image: url(img/menu_bar.jpg);
	border: 0px;
}
#menu-container1 { 
	margin: 0px;
	padding: 0px;
	float: left;
}

a.menu1:link,
a.menu1:visited,
a.menu1:active {
 
	display: block;
	float: left;

	text-decoration: none;
	color: #00693b;
	font: bold 11px Tahoma, Verdana, Arial;

	background-color: white;
	padding: 5px 12px 6px 13px;
	
	border-left: 1px solid #00693b;
	border-right: 1px solid #00693b;
	border-top: 0px;
	border-bottom: 0px;
}

a.menu1:hover {
	display: block;
	background: #d0d4d2;
	color: #00693b;
}