/*************************/
/* Menü CSS wenn Shop    */
/*************************/

#hmenushop {
	padding: 13px 0 5px 0;
	float: left;
	width: 770px;
	font: 1.2em Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background: #fff;
	}
#hmenushop a {
	padding: 12px 26px 2px 26px;
	text-decoration: none;
	color: #555555;
	background: #cccccc url(../img/hmenupfeil.gif) no-repeat top center;
	margin: 0 1 3px 0px;
	border-bottom: 4px solid #b2b2b2
}
#hmenushop a:hover {
	background: #ffb900 url(../img/hmenupfeilhover.gif) no-repeat top center;
	color:#fff; 
	border-bottom: 4px solid #dfa200;
}
#hmenushop a.selected {
	background: #ffb900 url(../img/hmenupfeilhover.gif) no-repeat top center;
	color:#fff; 
	border-bottom: 4px solid #dfa200;
}

/* Seiten-Rahmen 1px breiter wegen 1 Shopbutton mehr   */
.page-container-3 {
position: relative; 
width: 771px; 
margin: 5px auto; 
padding: 0px; 
border: solid 1px rgb(100,100,100);
/* border-left: solid 1px rgb(100,100,100);
border-right: solid 1px rgb(100,100,100);*/
}