﻿/* [Arthur Flury AG] - [by Online Consulting AG] - [shop.css] */
	
/************************************************
*				CategoryOverview				*
************************************************/
.category-overview 
{
	display: block;
	color: #58585a;
	margin-bottom: 10px;
	width: 600px;
	}
.category-overview img {
	border: solid 1px #58585a;
	margin: 2px 1px;
	}
#content .category-overview h2 {
	font-size: 1em;
	background: none;
	margin: 0px;
	padding: 0px;
	color: #58585a;
	text-decoration: underline;
	}
#content .category-overview a h2 {
	cursor: pointer;
	}
.category-overview div {
	margin-right:25px;
	float:left;
	margin-bottom: 15px;
	width: 150px;
	height: 170px;
	overflow:  hidden;
	}
/************************************************
*					ProduktOverview				*
************************************************/
.produkt-overview 
{
	display: block;
	color: #58585a;
	margin-bottom: 10px;
	}
.produkt-overview img {
	border: solid 1px #58585a;
	margin: 1px;
	}
.produkt-overview div {
	margin-right:10px;
	float:left;
	margin-bottom: 5px;
	width: 149px;
	}
.produkt-overview div.bild 
{
	width: 147px;
}
.produkt-overview div.bild_gross 
{
	width: 304px;
}
.produkt-overview div.no-margin-right
{
	margin-right:0px;
}
.produkt-overview h3.buendel-titel 
{
	margin-top:0px;
	padding-top:0px;
}
.produkt-overview div.buendel h3
{
	line-height: 10px;
}
.produkt-overview div.buendel
{
	float:none;
	width:auto;
	line-height: 16px;
}
.produkt-overview .buendel a
{
	margin-right: 12px;
}
.produkt-overview div.pdfTyp
{
    position:relative;
    left:590px;
    top:-35px;
    float:none;
    width:100px;
}
.pdf 
{
	background: url('../images/icons/pdf.gif') no-repeat;
}
#content ul.downloads 
{
	margin-top: 0px;
}
.downloads li
{
	padding: 1px 20px 3px 20px;
}
.produkt-overview a.aktuell 
{
	text-decoration: none;
}
.produkt-overview img.vergroessern 
{
	cursor: pointer;
}
.produkt-overview td, .produkt-overview th
{
	width: 70px;
	overflow: hidden;
	text-align: right;
}
.produkt-overview div.text
{
	width: 51%;
}
.produkt-overview .type 
{
	margin-right: 4px;
}
.produkt-overview table th img
{
	width: 46px;
	height: 46px;
}

.produkt-overview table th img.hover
{
	width: 113px;
	height: 113px;
	position: absolute;
	z-index: 200;
	margin-left: -82px;
	margin-top: -35px;
}

