/*

html, body { width: 100%; margin: 0; padding: 0;}
body
{
	background-color: #f4f4f4;
	border-width: 0;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
}

a
{
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header
{
	background-color: #000000;
	height: 57px;
	text-align: right;
	display: none;
}
*/

#logo_img
{
	border: none;
	width: 287px;
	height: 57px;
}

#product_img
{
	border: 1px solid #333;
	width: 150px;
	height: 120px;
}

#product
{
	overflow: visible;
	padding: 8px 4px;
	background: #e8e8e8;
}

#product_image
{
	border: none;
	width: 180px;
	height: 120px;
	padding: 5px;
	vertical-align: top;
}

#product_info
{
	border: none;
	color: #333;
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
}
#product_info ul { padding-left: 30px; margin: 0;}
#product_info li { line-height: 150%; padding-left: 0px; margin: 0;}

#info_line
{
	border-top: 1px solid #333;
	clear: left;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding: 16px 8px 12px 8px;
}

#content
{
}

#content_container
{
	padding: 0 8px;
}

#footer
{
	background-color: #e8e8e8;
	border-top: 1px solid #333;
	position: absolute;
	bottom: 0px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
}

#footer_container
{
	margin: 4px;
	padding: 0px;
	vertical-align: middle;
}

#weitclick
{
	vertical-align: middle;
	width: 191px;
	height: 10px;
}

.shop
{
	float: left;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 150px;
	height: 80px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.shop_logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 80px;
	text-align: center;
}
.shop_info a
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 80px;
	text-align: center;
	display: block;
}

.shop_logo_img
{
	border: none;
	padding-top: 6px;
}

.shop_info
{
	display: none;
	position: absolute;
	font-size: 10px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	width: 140px;
	height: 70px;
	padding: 5px;
	opacity: 0.8;
}
