.header {
	margin-bottom: 0;
}

.headerTop {
	/*max-width: 1180px;*/
	margin: 0 auto;
	font-family: 'Open Sans';
	font-size: 11px;
	background-color: #e9eee9;
	border-top: 2px solid #275002;
	line-height: 19px;
	;
}

.headerTop ul.left {
	list-style: none;
	padding: 0 16px;
	margin: 0;
	display: inline-block;
}

.headerTop ul.left li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #d2d8d2;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #6a6f69;
}

.headerTop ul.left li:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.headerTop ul.left li span {
	font-weight: 600;
	color: #000;
}

.headerTop ul.right {
	list-style: none;
	padding: 0 16px;
	margin: 0;
	float: right;
	display: inline-block;
}

.headerTop ul.right li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #d2d8d2;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #6a6f69;
}

.headerTop ul.right li a,
.headerTop ul.right li a:link,
.headerTop ul.right li a:visited,
.headerTop ul.right li a:hover {
	text-decoration: none;
	color: #6a6f69;
}

.headerTop ul.right li a:hover {
	text-decoration: underline;
}

.headerTop ul.right li:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.headerBodyWrapper {
	background: #fff;
	padding-top: 30px;
}

.ps-container {
	max-width: 1180px;
	clear: both;
	margin: 0 auto;
}

.headerBody {
	clear: both;
	/*max-width: 1180px;*/
	margin: 0 auto;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 20px;
}

.headerLogo img {
	max-width: 250px;
}


/** SEARCH FORM **/

#searchformContainer {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	line-height: 32px;
	float: right;
}

#searchform {
	border-radius: 3px;
	padding: 0;
}

#searchText {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-right: none;
	margin: 0;
	width: 250px;
	height: 32px;
	color: #333;
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

#searchButton {
	display: inline-block;
	padding: 8px 12px;
	margin: 0;
	margin-left: -8px;
	margin-top: 0;
	height: 36px;
	vertical-align: top;
	border: 0px solid #ddd;
	border-left: none;
	border-left: 1px solid #d5d5d5;
	background: #6a6f69;
	color: #fff;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

#searchButton:hover {
	cursor: pointer;
}

#searchButton i {
	color: #fff;
	font-size: 14px;
}

#searchButton:hover {
	background-color: #666;
	color: #207cca;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

#searchButton:hover i {
	color: #ebebeb;
}

#searchText:focus,
#searchButton:focus {
	outline: none;
}

.headerBody .container {
	margin-top: 25px;
}

#bg-wrapper01 {
	background-image: url(http://www.gartenmoebel.de/out/gm/src/bg/tc_header_bg.png);
	background-position: center;
	width: 100%;
	height: 30px;
	margin-top: 15px;
}

nav.cat-nav {
	height: 50px;
	width: 100%;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#2d6d25), to(#275002));
	background-image: -webkit-linear-gradient(top, #2d6d25 0, #275002 100%);
	background-image: -moz-linear-gradient(top, #2d6d25 0, #275002 100%);
	background-image: linear-gradient(to bottom, #2d6d25 0, #275002 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2d6d25', endColorstr='#ff275002', GradientType=0);
	box-shadow: 0 -1px 5px #071903;
	border: 0;
	border-radius: 0;
}

nav.cat-nav a {
	color: #fff !important;
	text-decoration: none !important;
}

nav.cat-nav ul {
	padding-left: 0;
	margin: 0;
}

nav.cat-nav ul > li {
	line-height: 43px;
	padding: 2px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans';
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
	position: relative;
}

nav.cat-nav ul > li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 20px;
	border-right: 1px solid #184312;
}

nav.cat-nav ul ul.submenu {
	background-color: #275002;
	position: absolute;
	z-index: 390;
	min-width: 225px;
	left: 0;
	;
	border-bottom: 0;
	-webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
}

nav.cat-nav ul ul.submenu li {
	display: block;
	float: none;
	width: inherit;
	margin: 0;
	border-bottom: 1px dashed #add82b;
}

nav.cat-nav ul ul.submenu li a {
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
}


/** Logik für Ausklapp-Navigation **/

ul.submenu {
	display: none;
}

nav.cat-nav ul > li:hover ul.submenu,
ul.submenu:hover {
	display: block;
	position: absolute;
	z-index: 99;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: submenu;
	animation-name: submenu;
}

@-webkit-keyframes submenu {
	0% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes submenu {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.bodyWrapper {
	/*width: 1180px;*/
	margin: 20px auto 0 auto;
	font-family: 'Open Sans';
}

.h2linethrough {
	display: table;
	white-space: nowrap;
}

.h2linethrough:before,
.h2linethrough:after {
	border-top: 1px solid #e4DFD9;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.5em;
	width: 45%;
}

.h2linethrough:before {
	right: 1.5%;
}

.h2linethrough:after {
	left: 1.5%;
}

.ath-start-banners .banner {
	outline: 1px solid #ddd;
	display: block;
	padding: 0.5%;
}

.ath-start-banners .banner img {
	max-width: 100%;
}

.ath-start-banners .row2 {
	margin-top: 10px;
}

.ath-start-banners .row2 .banner {
	width: 48.5%;
	position: relative;
	float: left;
}

.ath-start-banners .row2 .banner:nth-of-type(1) {
	margin-right: 0.5%;
}

.ath-start-banners .row2 .banner:nth-of-type(2) {
	margin-left: 0.5%;
}

.ath-start-banners .row2 .banner img {}


/*#b1,
#b3 {
	padding-right: 1%;
}*/


/*#b2,
#b4 {
	padding-left: 1%;
}*/

#products {
	margin: 40px 0;
}


/*** KATEGORIE-SEITEN ***/

.promotion-area {
	background: #e9eee9;
	/*border: 1px solid #E4DFD9;*/
	padding: 50px 40px;
	text-align: center;
	margin: 60px auto;
}

.promotion-area h2 {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 32px;
	color: #333;
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px;
}

.promotion-area h2 span {
	color: #bb2e36;
}

.promotion-area .content {
	margin: 0 auto;
}

.promotion-area .content img {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border: #E4DFD9;
}

.promotion-area .content .text {
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	width: 49%;
	text-align: left;
	line-height: 1.5;
}

.promotion-area .content .text p {
	font-size: 17px;
	color: #333333;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4DFD9;
}

.promotion-area .content .text ul {
	padding-left: 20px;
	font-size: 17px;
	margin: 0;
	color: #333;
}

.promotion-area .content .text ul li {
	margin-bottom: 20px;
}

.promoButton,
.promoButton:link,
.promoButton:visited {
	display: inline-block;
	float: right;
	text-align: center;
	background: #89B40F;
	color: #275002 !important;
	margin-top: 25px;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight: 300;
	font-family: 'Open Sans Condensed';
	margin-left: 20px;
	text-decoration: none;
	transition: 0.2s all;
	font-size: 17px;
	padding: 12px 20px;
	text-transform: uppercase;
	background-color: #b0d837;
}

.promoButton i {
	margin-right: 10px;
	;
}

.promoButton:hover {
	background: #275002;
	color: #fff !important;
	transition: 0.2s all;
}

.footer {}

.serviceSupport {
	margin-bottom: 25px;
}

.serviceSupport h2 {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 32px;
	color: #666666;
	text-align: center;
}

.serviceSupport .banner {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 1%;
	margin-right: -5px;
}

.serviceSupport #contactBanner {
	padding: 0 0 0 1%;
}

.serviceSupport .banner img {
	max-width: 100%;
}

.serviceSupport .banner .contact img {
	max-width: 122px;
}

.serviceSupport .banner .contact {
	background: #89B40F;
	color: #fff;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	padding: 50px 45px 39px 45px;
}

.serviceSupport .banner .contact h3 {
	font-weight: 300;
	font-size: 29px;
	margin-bottom: 0;
}

.serviceSupport .banner .contact p {
	margin-top: 0;
	line-height: 1.5;
}

.circle-icon {
	background: white;
	padding: 30px;
	border-radius: 400px;
	display: inline-block;
	line-height: 1;
	opacity: 0.5;
	font-size: 67px;
}

.circle-icon i {
	color: #89B40F;
}

.shopText {
	background: #e9eee9;
	text-align: left;
	padding: 60px 0px;
}

.shopText h3 {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 32px;
	color: #333;
	text-align: center;
	margin-top: 0;
}

.shopText h3 span {
	color: #88b300;
}

.shopText h4 {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 24px;
	color: #333;
	text-align: left;
	margin-top: 0;
	max-width: 860px;
	margin: 50px auto 15px auto;
}

.shopText h4 span {
	color: #88b300;
}

.shopText p {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #333;
	max-width: 860px;
	margin: 0 auto 15px auto;
}

.shopText ul {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #333;
	max-width: 860px;
	margin: 0 auto 15px auto;
	list-style: none;
	padding-left: 0;
}

.shopText ul li a,
.shopText ul li a:link,
.shopText ul li a:visited {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #333;
	font-style: italic;
}

.shopText ul li a:hover {
	text-decoration: underline;
}

.shopText img {
	max-width: 300px;
}

div.v4sem a,
.v4stabl a {
	color: #444 !important;
	font-family: 'Open Sans';
}

.countClass {
	color: #88b300 !important;
}

.pagecontainer {
	max-width: 1390px;
	margin: 0 auto;
}


/**** MINIMAL MENUE ****/

.minimal-menu {
	position: relative;
	display: block;
	font-family: 'Open Sans Condensed' sans-serif;
	text-decoration: none;
	margin-top: 25px;
	font-size: 0;
	line-height: 0;
}

.minimal-menu h3 {
	font-weight: normal;
}

.minimal-menu a {
	border-color: transparent;
}

.minimal-menu a:hover {
	-webkit-transition: border-color 0.3s, background 0.3s;
	-moz-transition: border-color 0.3s, background 0.3s;
	transition: border-color 0.3s, background 0.3s;
}

.minimal-menu ul,
.minimal-menu ul li,
.minimal-menu ul li a {
	position: relative;
}

.minimal-menu ul {
	z-index: 1;
	padding: 0;
}

.minimal-menu ul li {
	padding: 3px 0;
	border-left: 1px solid #fff;
}

.minimal-menu ul li a {
	display: block;
	padding: 5px 0;
	margin: 5px 15px;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.minimal-menu > ul > li > a {
	border: 1px solid transparent;
	color: #fff !important;
	font-family: "Open Sans Condensed";
	font-weight: 300;
	font-size: 18px;
}

.minimal-menu > ul > li:hover > a,
.minimal-menu > ul > li.current > a {
	border-bottom: 1px solid #fff;
}

.minimal-menu ul li.submenu > a:before,
.minimal-menu ul li.submenu > a:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 1px;
	bottom: 0;
	left: 50%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.minimal-menu ul li.submenu > a:before {
	margin-left: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.minimal-menu ul li.submenu > a:after {
	margin-left: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Orange
	----------------*/

.minimal-menu {
	background: #a29d97;
}

.minimal-menu ul ul li:hover > a,
.minimal-menu ul ul li.current > a {
	color: #871713;
}

.minimal-menu-button {
	display: none;
}

.minimal-menu.pos-fixed {
	position: fixed;
	top: -2px;
	left: -2px;
	right: -2px;
	z-index: 9999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.minimal-menu > ul {
	margin-bottom: -15px !important;
	padding: 0;
}

.minimal-menu ul li {
	display: inline-block;
}

.minimal-menu ul li.submenu:hover > a:before,
.minimal-menu ul li.submenu:hover > a:after {
	bottom: -20px;
	opacity: 0;
}


/*** Submenu ***/

.minimal-menu ul ul,
.minimal-menu ul .menu-wrapper {
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 1;
	height: auto;
	left: 3px;
	top: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e3e3e3;
	min-width: 240px;
	width: 95%;
	border-bottom-width: 3px;
	opacity: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.minimal-menu ul ul li a:before {
	content: "\00BB";
	font-family: "Open Sans Condensed";
	position: relative;
	margin-right: 0.5em;
	font-size: 1.2em;
	color: #871713 !important;
}

.minimal-menu ul ul li {
	padding: 0 7px;
	margin: 0 10px;
	border-bottom: 1px solid #EEEBE6;
	text-align: left;
}

.minimal-menu ul ul li:last-child {
	border-bottom: none;
}

.minimal-menu ul ul li a {
	margin-left: 0;
}

.minimal-menu ul li:hover > ul,
.minimal-menu ul li:hover > .menu-wrapper {
	-webkit-transition: opacity 0.3s, padding 0.3s;
	-moz-transition: opacity 0.3s, padding 0.3s;
	transition: opacity 0.3s, padding 0.3s;
	visibility: visible;
	padding: 10px 0;
	opacity: 1;
}

.minimal-menu ul ul li {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 10px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

.minimal-menu ul ul li a {
	font-size: 15px;
	color: #555;
	border: 1px solid transparent;
	font-family: 'Open Sans';
}

.minimal-menu ul .megamenu ul li a {
	margin-left: 0;
}

.minimal-menu ul ul li:hover > a,
.minimal-menu ul ul li.current > a {
	border-style: solid;
	border-width: 1px;
}

.minimal-menu ul li:hover ul li {
	overflow: visible;
	padding: 0 5px;
}

.minimal-menu ul ul li.submenu > a:before,
.minimal-menu ul ul li.submenu > a:after {
	left: auto;
	top: 50%;
	right: 0;
	background: #ccc;
}

.minimal-menu ul ul li.submenu > a:before {
	margin-top: -1px;
}

.minimal-menu ul ul li.submenu > a:after {
	margin-top: 2px;
}

.minimal-menu ul ul li.submenu > a:hover:before,
.minimal-menu ul ul li.submenu > a:hover:after {
	right: -13px;
}

.minimal-menu ul ul ul {
	left: 100%;
	top: -11px;
}


/* Megamenu */

.minimal-menu ul li.megamenu {
	position: static;
}

.minimal-menu ul .menu-wrapper {
	position: absolute;
	left: -1px;
	top: 100%;
	width: 100%;
}

.minimal-menu ul .menu-wrapper a {
	white-space: inherit;
}

.minimal-menu ul .menu-wrapper .menu-col {
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1%;
}

#komplettsetsMenu .menu-wrapper .menu-col {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1%;
}

#innenlampenMenu .menu-wrapper .menu-col {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1%;
}

.minimal-menu ul .menu-wrapper h3 {
	margin: 20px 15px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.minimal-menu ul .menu-wrapper ul {
	position: relative;
	visibility: hidden;
	height: 100%;
	border: 0;
	opacity: 1;
	background: transparent;
}

.minimal-menu ul li:hover > .menu-wrapper ul {
	visibility: visible;
}

.minimal-menu ul .menu-wrapper ul li a:before {
	content: "\00BB";
	font-family: "Open Sans Condensed";
	position: relative;
	margin-right: 0.5em;
	font-size: 1.2em;
	color: #871713 !important;
}

.minimal-menu ul .menu-wrapper ul li {
	padding: 0 7px;
	margin: 0 3px;
	border-bottom: 1px solid #EEEBE6;
}

.minimal-menu ul .menu-wrapper ul li:last-child {
	border-bottom: none;
}

.minimal-menu .show-submenu {
	display: none;
}


/***** PRODUCTS *****/


/**** KATEGORIEN ****/

.lcat a.all_cats {
	width: auto !important;
}

table.v4stw {
	padding: 0;
}

.v4accent {
	display: none;
}

.lcat a.all_cats {
	display: none;
}

table.v4acp tr.v4acp_head td.v4title {
	font-size: 16px;
	font-family: "Open Sans Condensed";
	background: #F2F1EF;
	text-align: center;
	padding: 8px 0;
}

.v4title h2 {
	font-size: 16px;
	font-family: "Open Sans Condensed";
	color: #4C4C4C;
	font-weight: 400;
}

table.v4midBox {
	border: none;
}

table.v4midBox tr.v4acp_mid td.v4mid {
	background: #fff;
}

table.v4midBox tr.v4acp_mid td.v4mid {
	padding: 0;
}

.lcat .ttl,
.lcat li {
	border-bottom: 1px solid #EEEBE6;
	padding: 8px 0;
	display: block;
	position: relative;
	color: #4C4C4C;
	font-size: 13.5px;
	font-family: 'Open Sans';
	margin: 0 !important;
	padding-left: 10px;
}

.lcat li a:before {
	content: "\00BB";
	font-family: "Open Sans Condensed";
	position: relative;
	margin-right: 5px;
	font-size: 18px;
	color: #88b300;
}

.lcat li a,
.lcat .ttl {
	color: #4C4C4C !important;
	font-weight: 300;
	text-decoration: none !important;
	transition: 0.15s all;
}

.lcat li a:hover {
	color: #660000 !important;
	transition: 0.15s all;
}

.lcat li span:before {
	content: "\f120";
	font-family: "Ionicons";
	position: relative;
	margin-right: 5px;
	font-size: 12px;
	color: #89B40F!important;
}

.lcat li span.cnt:before {
	content: "";
}

a:visited {
	color: inherit !important;
}

.link a {
	color: #88b300 !important;
}


/*************************************/


/******* ITEMS / SEARCH RESULT *******/


/*************************************/


/* Item Description Box */

.details {
	background-color: #f9f9f9 !important;
	padding-top: 5px !important;
	padding-bottom: 15px !important;
}


/* Item Title Box */

table.gallery div.ttl {
	margin: 2px 0 !important;
	padding: 10px 40px !important;
	text-align: center !important;
}


/* Item Title Link */

.ttl.g-std a,
.ttl.g-std a:visited,
.ttl.g-std a:link,
.details .ttl a,
.details .ttl a:visited,
.details .ttl a:link {
	font-family: 'Open Sans Condensed' !important;
	font-size: 16px !important;
	color: #333 !important;
	font-weight: 300;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ttl.g-std a:hover {
	color: #88b300 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.v4stw a:link,
.v4stw .g-novisited a:visited {
	color: #89B40F !important;
}

.g-nav.center {
	font-family: "Open Sans Condensed";
	color: #4C4C4C;
	font-weight: 300;
}


/* PayPal Icon

/* Price + BIN-Button + Time Left Box */

.details > div {
	margin: 0 auto !important;
	text-align: center !important;
}

.pic.lt + .details > div {
	margin: 0 auto !important;
	text-align: left !important;
}


/* Buy It Now Button */

.fixed > tbody > tr > td:first-child {
	display: none !important;
}

table.gallery div.saleDiv {
	padding-top: 0;
}


/* PRICE */

.fixed {
	width: 128px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bin,
.g-b {
	font-family: 'Open Sans Condensed' !important;
	font-size: 22px !important;
	color: #88b300 !important;
	margin: 0 auto !important;
	font-weight: 300 !important;
}

.pgbc {
	background-color: #f9f9f9 !important;
}

.pgbc a,
.pgbc a:visited,
.pgbc a:link {
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
	color: #333 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.pgbc a:hover {
	color: #88b300 !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

table.gallery div.subtitle {
	display: none !important;
}

div.itemseparator,
table {
	border-color: #e4dfd9 !important;
}

.ctrlbr {
	background-color: #f2f1ef;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 40px;
	border: none !important;
}

.cmpBr {
	display: none !important;
}

td#CentralArea {
	position: relative;
}

td#CentralArea span.pdmt {
	margin-bottom: -40px !important;
}

span.pdmt .cur {
	color: #444 !important;
	padding: 8px 19px !important;
	line-height: 1.4 !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	border: 1px #DBDBDB solid !important;
	border-style: solid !important;
	font-weight: normal;
	color: inherit;
	border-bottom-color: #C4C4C4 !important;
	background-color: #F7F8F9 !important;
	background-image: linear-gradient(#F7F8F9, #ECECEC) !important;
	font-size: 15px !important;
	font-family: 'Open Sans';
}

span.pdmt .label {
	font-weight: 300 !important;
	font-family: 'Open Sans Condensed' !important;
	font-size: 16px;
	margin-left: 20px;
}

#headerSubPages {
	margin-bottom: 30px;
}

#headerSubPages .minimal-menu ul li.submenu > a:before,
#headerSubPages .minimal-menu ul li.submenu > a:after {
	position: absolute;
	content: none;
	width: 5px;
	height: 1px;
	bottom: 0;
	left: 50%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#headerSubPages .headerBody {
	max-width: 100%;
}

#headerSubPages .headerLogo {
	margin-left: 20px;
}

#headerSubPages #searchformContainer {
	margin-right: 20px;
}

#headerSubPages .headerTop {
	max-width: 100%;
	margin-left: 20px;
}

.whiter-rcp {
	border: none;
}

.evo-footer-container {
	position: relative;
	clear: both;
	margin-top: 100px;
}

#footer-wrapper01 {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	background-image: url(http://www.gartenmoebel.de/out/gm/src/bg/tc_footer_background_floor.jpg);
	background-position: center 35px;
	background-repeat: no-repeat;
	width: 100%;
	height: 230px;
}

#footer-wrapper01_1 {
	margin-top: 0;
	position: absolute;
	background-image: url(http://www.gartenmoebel.de/out/gm/src/bg/tc_footer_background_garnish3.png);
	background-position: center 35px;
	background-repeat: no-repeat;
	width: 100%;
	height: 230px;
	top: -20px;
}

#footer-wrapper02 {
	background-image: url(http://www.gartenmoebel.de/out/gm/src/bg/tc_footer_background_grass.png);
	color: #fff;
	font-size: 18px;
	height: 69px;
	position: relative;
	top: -69px;
}

#footer-wrapper03 {
	font-family: Arial, sans-serif;
	background: url(http://www.gartenmoebel.de/out/gm/src/bg/tc_footer_background.jpg);
	padding: 15px 0 30px;
	color: #e4d5c1;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	top: -69px;
}

div#mto_subcategories p {
	color: #fff;
}

#evo-footer-info {
	display: inline;
	float: left;
	width: 97.94238683%;
	margin: 0 1.02880658%;
	background-color: #1a1a18;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 55px;
}

#evo-footer-info {
	background-color: transparent;
	color: #fff !important;
}

.evo-footer-container .footer-info-item {
	opacity: 1;
	font-size: 16px;
	font-weight: 400;
	padding-right: 2%;
	line-height: 34px;
}

#evo-footer-info .footer-info-item.service-icon-fast {
	background-position: 0 -1661px;
	width: 22px;
	height: 25px;
	padding-left: 28px;
	width: auto;
}

#evo-footer-info .footer-info-item {
	display: inline-block;
	line-height: 24px;
	color: #fff;
	margin: 0 20px;
	vertical-align: middle;
	background: url(http://www.gartenmoebel.de/out/gm/img/css-sprite.png) no-repeat top left;
}

#evo-footer-navigation {
	display: inline;
	float: left;
	width: 97.94238683%;
	margin: 0 1.02880658%;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 45px;
}

#mto_footer_links a {
	border-bottom: 0;
	color: #fff;
}

#mto_footer_links a {
	display: inline-block;
}

#headerSubPages,
.whiter-w {
	display: none !important
}