@charset "utf-8";
body {
	background-image: url(images/bck_body.jpg);
	background-repeat: repeat-x;
	background-color: #c2d98f;
	overflow-y: scroll;
}
#bottom {
	position: absolute;
	position: fixed;
	width: 100%;
	height: 26px;
	background-image: url(images/bck_bottom.jpg);
	background-repeat: repeat-x;
	bottom: 0px;
	left: 0px;
	z-index: 50;
}
#adres {
	position: absolute;
	width: 980px;
	left: -490px;
	margin-left: 50%;
	height: 20px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#bck_page {
	position: absolute;
	position: fixed;
	background-color: #FFF;
	width: 980px;
	height: 100%;
	left: -490px;
	margin-left: 50%;
	top: 0px;
	z-index: 30;
}
#shade_left {
	position: absolute;
	background-image: url(images/shade_left.png);
	left: -16px;
	top: 0px;
	width: 16px;
	height: 100%;
}
#shade_right {
	position: absolute;
	background-image: url(images/shade_right.png);
	right: -16px;
	top: 0px;
	width: 16px;
	height: 100%;
}
#overlayright {
	position: absolute;
	background-color: #f2f6e5;
	width: 392px;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: 35;
}
#container {
	position: absolute;
	width: 980px;
	height: 100%;
	left: -490px;
	margin-left: 50%;
	top: 0px;
	z-index: 30;
}
#header {
	position: absolute;
	width: 980px;
	height: 280px;
	left: 0px;
	top: 0px;
	z-index: 40;
}
#logo {
	position: absolute;
	background-image: url(images/logo.png);
	width: 281px;
	height: 82px;
	left: -12px;
	top: 25px;
	z-index: 50;
}
#specialoffer {
	position: absolute;
	width: 98px;
	height: 82px;
	right: -12px;
	top: 25px;
	z-index: 50;
}
#menu {
	position: absolute;
	width: 100%;
	height: 26px;
	top: 280px;
	left: 0px;
	z-index: 40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}
#menu a{
	color: #FFF;
	text-decoration: none;
}
#menu a:visited{
	color: #FFF;
}
#menu a:hover{
	color: #FFF;
}

.menuitem {	
	background-image: url(images/bck_menu_green.jpg);
	width: 163px;
	height: 26px;
	border-left: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
.menuitem:hover{
	background-image: url(images/bck_menu_red.jpg);
	width: 163px;
	border-left: 1px solid #CCC;
}

#content_container {
	position: absolute;
	width: 560px;
	top: 330px;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-bottom: 30px;
}
#content_container a{
	text-decoration: none;
}

#groups {
	position: absolute;
	left: 630px;
	top: 330px;
	width: 315px;
	z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-bottom: 30px;
}
#groups a{
	text-decoration: none;
	color: #000;
}
#groups a:visited{
	color: #000;
}
#groups a:hover{
	color: #000;
}

.productstitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
.productitem {
	text-align: center;
}
.prod_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #77a31c;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-transform: capitalize;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #77a31c;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	text-transform: capitalize;
}
h2 a{
	color: #77a31c;
	text-decoration: none;
}
h2 a:visited{
	color: #77a31c;
}
h2 a:hover{
	color: #77a31c;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #77a31c;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	text-transform: capitalize;
}
h3 a{
	color: #77a31c;
	text-decoration: none;
}
h3 a:visited{
	color: #77a31c;
}
h3 a:hover{
	color: #F00;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
	font-weight: bold;
}
.price a{
	color: #F00;
	text-decoration: none;
}
.price a:visited{
	color: #F00;
}
.price a:hover{
	color: #F00;
}
