body
{
	margin:0;
	padding:0;
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,li
{
	margin:0;
	padding:0;
	list-style:none;
}
a,img
{
	border:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	outline-style:none;
}
.container
{
	margin:0 auto;
	width:997px; /*einkommentiert, da sonst kaufen-button verrutscht*/
}
.content
{
	float:left;
	width:100%;
	margin-top:7px;
}
.top
{
	float:left;
	width:100%;
	background-image:url(../images/top_bg.png);
	height:92px;
	background-repeat:no-repeat;
	position:relative;
}
.mid
{
	float:left;
	width:100%;
	padding-bottom:20px;
	background-image:url(../images/mid_bg.png);
	background-repeat:repeat-y;
}
.btm
{
	float:left;
	width:100%;
	background-image:url(../images/btm_bg.png);
	height:24px;
	background-repeat:no-repeat;
}
.logo
{
	float:left;
}
.logo h1
{
	float:left;
	padding-left:28px;
	font-size:60px;
	padding-top:10px;
	height:77px;
	overflow:hidden;
	width: 647px;
}
.logo h1 a
{
	color:#fff;
	white-space: nowrap;
}
.btn
{
	width:309px;
	background-image:url(../images/yello_btn.png);
	height:53px;
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	right:12px;
}
.btn a
{
	float:left;
	width:309px;
	height:53px;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:53px;
}
.left
{
	float:left;
	width:232px;
}
.right
{
	float:left;
	width:755px;
}
.sidebar
{
	float:left;
	width:180px;
	padding-left:27px;
	padding-top:15px;
}
.sidebar h2
{
	float:left;
	width:100%;
	font-size:21px;
	font-weight:normal;
	color:#f98910;
}
.sidebar ul
{
	float:left;
	width:100%;
}
.sidebar ul li
{
	float:left;
	width:100%;
	padding-top:9px;
	font-size:14px;
	color:#000;
}
.sidebar ul li a
{
	color:#000;
}
.sidebar ul li a:hover
{
	font-weight:bold;
	color:#000;
}
.product
{
	float:left;
	padding:20px 30px 0px 30px;
	width:190px;
	height:225px;
	text-align:center;
}

.product img
{
	border:1px solid #e7e7e7;
}
.product p
{
	width:100%;
	height:3.5em;
	text-align:center;
	font-size:12px;
	color:#197cc0;
	padding-top:2px;
	overflow: hidden;
}
.product h4
{
	width:100%;
	padding-top:3px;
	text-align:center;
	font-size:12px;
	color:#f98910;
}
.footer
{
	float:left;
	width:100%;
	font-size:12px;
	text-align:center;
	padding-top:6px;
	color:#464242;
	padding-bottom:20px;
}
.footer a
{
	color:#464242;
	font-weight:bold;
}

.rightfooter {
	padding:18px 30px;
}

.clear {
	clear:both;
}
