/*************************/
/* Menü CSS wenn Shop    */
/*************************/

#hmenu {
	float: left;
	width: 770px;
	font: 1.2em Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background: #fff;
	}
#hmenu a {
	padding: 12px 26px 2px 26px;
	text-decoration: none;
	color: #555555;
	background: #cccccc url(../img/hmenupfeil.gif) no-repeat top center;
	margin: 0px -3px 0px 0px;
	border-bottom: 4px solid #b2b2b2;
}
#hmenu a:hover {
	background: #ffb900 url(../img/hmenupfeilhover.gif) no-repeat top center;
	color:#fff; 
	border-bottom: 4px solid #dfa200;
}
#hmenu 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: 770px; 
margin: 5px auto; 
border: solid 1px rgb(100,100,100);
}

.content3-shop {
float: left; 
width: 750px; 
min-height: 500px; 
margin-top: 30px; 
padding: 0px 0px 0px 8px; 
color: rgb(75,75,75);
font-size: 1.0em;
}

