body
{
	background-color: #cccccc;
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
	color: black;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-align: center;
}

#headergraphic
{
	width: 798px;
	position: relative;
	padding: 0px 0px 0px 0px;
	left: 5px;
	margin: 8px auto auto auto;
}

#page
{
	width:798px;
	position: relative;
	margin: auto;
}

#einkaufsbeutel_area
{
	position: relative;
	top: 0;
	right: 0;
	background-color: #fafafa;
	width: 233px;
	border-left: gray;
	border-right: black;
	border-width: 0 1px 0 1px;
	border-style: dotted solid dotted solid;
	padding: 0 5px 5px 5px;
	left: 0px;
	float: right;
	text-align: left;
	display: inline;
}

#einkaufsbeutel_area ul
{
	margin-left:-38px;
}


#einkaufsbeutel_area li
{
	color: black;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 11px;
	list-style-type: none;
	margin-left:0px;
	margin-bottom:5px;
}

#produkte
{
	position: relative;
	left: 10px;
	top: 0px;
	background-color: white;
	padding-left: 5px;
	width: 537px;
	margin: 0 0px 0px 0;
	border-right: 1px gray solid;
	border-left: 1px black solid;
	text-align: left;
	border-top: 0px none;
	border-bottom: 0px solid;
	float: left;
}

#produkte h3
{
	margin: 5px 0px 10px 0px;
	color: #777777;
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
}
.preview_image img
{
	position: relative;
	margin: 5px 8px 8px 0px;
	border: 1px solid #777777;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 180px;
	height: 135px;
}

.produkte_text
{
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: regular;
}

.current_path
{
	position: relative;
	color: black;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: regular;
	display: block;
	text-align: left;
	padding: 0 10 2 10;
}

.current_path a:link
{
	color: black;
	text-decoration: none;
}

.current_path a:visited
{
	color: black;
	text-decoration: none;
}

.current_path a:hover
{
	color: black;
	text-decoration: underline;
}