body {
	background:#c4c4c4;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313131;
}

a {outline:none;color:#313131; text-decoration:underline;}

h1 {
	color:#016096;
	font-size:22px;
	font-weight:normal;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#9a0a0c;
	margin:0;
	padding:0;
}

h3 {
	font-weight:bold;
	color:#9a0a0c;
	font-size:12px;
	margin-bottom:0;
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Allgemeine Styleangaben zur Positionierung */

.sitewrapper {
	background:#FFF;
	margin:0 auto;
	padding:310px 10px 10px;
	position:relative;
	width:936px;
	z-index:1;
}

.contentwrapper {
	float:right;
	width:730px;
	line-height:18px;
}

.teaser {
	position:absolute;
	left:170px;
	top:149px;
	z-index:2;
	color:#1e5400;
}

.spacer {
	border-bottom:dotted 1px #afafaf;
	margin:25px 0px;
	padding-bottom:3px;
	text-align:right;
}

/* Productbox */

.all_products {
	margin-top:25px;
}

.productbox {
	border:dotted 1px #afafaf;
	float:left;
	width:230px;
	padding:5px;
	height:240px;
	line-height:15px;
}

.product_img {
	float:left;
	margin-left:1px;
	width:90px;
	overflow:hidden;
}

.product_info {
	float:right;
	margin-left:15px;
	width:122px;	
}

.product_title {
	color:#2a7302;
	font-size:11px;
	font-weight:bold;
	height:50px;
}

.product_title a {
	color:#2a7302;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.product_title a:hover{
	color:#2a7302;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.product_descr {
	color:#000;
	font-size:11px;
	margin-top:7px;
    font-weight:normal;
}

.product_price_old {
	color:#9a0a0c;
	font-size:10px;
	margin-top:7px;
}

.product_price {
	color:#9a0a0c;
	font-size:9px;
	margin-top:7px;
}

.product_price strong {
	font-size:22px;
	font-weight:normal;
}

.product_btn {
	margin:7px 0px;
}

.btn_all_products {
	float:right;
	margin-top:25px;
}

/* SIDEBAR */

.sidebar {
	float:left;
	width:161px;
}

.navi {
	color:#9a0a0c;	
	font-size:11px;
	font-weight:bold;
}

.navi a,
.navi a:hover {
	color:#9a0a0c;	
	text-decoration:none;
}

.navi ul {margin:0;padding:0;}

.navi ul li {
	background:url(../images/bg_li_navi.gif) no-repeat 0px 6px;
	border-bottom:dotted 1px #afafaf;
	list-style:none;
	padding:7px 25px;
}

.teaser_shop {
	margin:25px 0px;
}

.navi_marken {
	color:#646464;	
	font-size:11px;
	font-weight:bold;
}

.navi_marken ul {margin:0;padding:0;}

.navi_marken ul li {
	background:url(../images/bg_li_marken.gif) no-repeat 0px 6px;
	border-bottom:1px dotted #afafaf;
	list-style:none;
	padding:7px 25px;
}

.navi_marken a,
.navi_marken a:hover {
    text-decoration: none;
}

/* HEADER */

.header {
	position:absolute;
	top:10px;
	left:10px;
	z-index:-1;
}

/* FOOTER */

.footer {
	background:url(../images/bg_footer.gif) no-repeat;
	color:#FFF;
	height:40px;
	padding:58px 0 0 30px;
}



