﻿/*-----------------*/
/*		RESET
/*-----------------*/

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent
}
html, body { height: 100% }
img {
	vertical-align: bottom;
	border: 0;
}
a {
	vertical-align: top;
	color: #8c744f
}
:focus { outline: 0 }
.clear {
	margin: 0;
	clear: both
}
.float_left { float: left }
.float_right { float: right }
h1, h2, h3, h4, h5, h6 { padding-left: 5px }
h1 {
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
	font-size: 1.8em;
	color: rgba(115,86,23,1.00);
	text-transform: uppercase;
}
h2 {
	font-size: 2em;
	color: #865229;
	font-style: normal;
	font-weight: normal
}
h3 {
	color: rgba(177,144,106,1.00);
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 1.1em
}
h4 {
	font-size: 1.1em;
	line-height: normal;
	color: rgba(177,144,106,1.00);
	color: #926C53;
}
h5 {
	font-size: 15px;
	text-shadow: 1px 1px 2px #999999;
	color: rgba(177,144,106,1.00);
}
h6 {
	font-size: 14px;
	color: rgba(177,144,106,1.00);
}
em {
	font-style: italic;
	color: #565656
}
/*-------------------*/
/*  1. GENERAL
/*-------------------*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #68594D;
	font-size: 15px;
	line-height: 1.2em;
	min-height: 100%;
	background-size: 100% auto; /* width and height, can be %, px or whatever. */
	background-color: #F2E6DB;
	text-align: center;
}
img.left, img.right {
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	text-align: left
}
img.left {
	top: 0;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	vertical-align: top
}
img.right {
	top: 0;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 20px
}
.Top10 { margin-top: 10px; }
.table {
	border: 0px;
	width: 100%;
}
/*--------------------*/
/*	 2. LAYOUT
/*--------------------*/
#WrapperHeader, #WrapperContent, #WrapperFooter, #WrapperCompany, #WrapperSlideContent {
	margin: 0px;
	width: 100%;
	text-align: center;
	padding: 0px;
	min-width: 1200px;
}
#Header, #HeaderContentBox, #ContentNav, #Content, #Footer {
	margin: 0 auto 0 auto;
	width: 1200px
}
#WrapperHeader {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+17,d8c5a3+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNy42MiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDhjNWEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 17.62%, rgba(216,197,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17.62%, rgba(255,255,255,1)), color-stop(100%, rgba(216,197,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 17.62%, rgba(216,197,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 17.62%, rgba(216,197,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 17.62%, rgba(216,197,163,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 17.62%, rgba(216,197,163,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8c5a3', GradientType=0 ); /* IE6-8 */
	padding-top: 5px;
}
#WrapperSlideContent { background-color: #8C744F; }
#WrapperContent {
	min-height: 500px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8c5a3+0,ffffff+58 */
	background: rgb(216,197,163); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4YzVhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4LjAzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216,197,163,1)), color-stop(58.03%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c5a3', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#WrapperFooter {
	background: rgb(198,181,155); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YjU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4Ljk2JSIgc3RvcC1jb2xvcj0iI2IxOWE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(198,181,155,1) 0%, rgba(177,154,118,1) 98.96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198,181,155,1)), color-stop(98.96%, rgba(177,154,118,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(198,181,155,1) 0%, rgba(177,154,118,1) 98.96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(198,181,155,1) 0%, rgba(177,154,118,1) 98.96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(198,181,155,1) 0%, rgba(177,154,118,1) 98.96%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(198,181,155,1) 0%, rgba(177,154,118,1) 98.96%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6b59b', endColorstr='#b19a76', GradientType=0 ); /* IE6-8 */
}
#WrapperCompany {
	height: 50px;
	bottom: 0;
	background-color: #8c744f;
	clear: both;
	color: #fff
}
#WrapperLanguage {
	z-index: 9999;
	top: 20px;
	margin-left: 410px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	width: 200px;
}
#Header {
	border-left: 1px solid rgba(177,144,106,1.00);
	border-right: 1px solid rgba(177,144,106,1.00);
	border-top: 1px solid rgba(177,144,106,1.00);
	height: 184px;
	z-index: 9998;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8c5a3+0,ffffff+58 */
	background: rgb(216,197,163); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4YzVhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4LjAzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216,197,163,1)), color-stop(58.03%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(216,197,163,1) 0%, rgba(255,255,255,1) 58.03%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c5a3', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	margin-left: auto;
	margin-right: auto;
}
#HeaderContentBox {
	border-top: 1px solid rgba(177,144,106,1.00);
	border-right: 1px solid rgba(177,144,106,1.00);
	border-left: 1px solid rgba(177,144,106,1.00);
	background: rgb(237,228,212); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZTRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY4ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(237,228,212,1) 0%, rgba(251,248,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,228,212,1)), color-stop(100%, rgba(251,248,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,228,212,1) 0%, rgba(251,248,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,228,212,1) 0%, rgba(251,248,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,228,212,1) 0%, rgba(251,248,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,228,212,1) 0%, rgba(251,248,243,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede4d4', endColorstr='#fbf8f3', GradientType=0 ); /* IE6-8 */
}
#HeaderSlogan {
	width: 250px;
	height: 400px;
	background-color: #f5eee2;
	border: 1px solid rgba(177,144,106,1.00);
	float: left;
	margin: 15px 10px 15px 21px
}
#HeaderSlider {
	width: 880px;
	height: 400px;
	background-color: #f5eee2;
	border: 1px solid rgba(177,144,106,1.00);
	float: right;
	margin: 15px 20px 15px 10px
}
#Content {
	background-color: #f9f5ee;
	border: 1px solid #b7a180;
}
#Footer {
	font-size: 10pt;
	margin: -1px auto 0px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	position: relative;
	border: 1px solid rgba(177,144,106,1.00);
	color: #928675;
	background-image: -webkit-linear-gradient(270deg, rgba(237,228,212,0.81) 0%, rgba(251,248,243,0.87) 100%), url(Images/ContFooter.png);
	background-image: -moz-linear-gradient(270deg, rgba(237,228,212,0.81) 0%, rgba(251,248,243,0.87) 100%), url(Images/ContFooter.png);
	background-image: -o-linear-gradient(270deg, rgba(237,228,212,0.81) 0%, rgba(251,248,243,0.87) 100%), url(Images/ContFooter.png);
	background-image: linear-gradient(180deg, rgba(237,228,212,0.81) 0%, rgba(251,248,243,0.87) 100%), url(Images/ContFooter.png);
}
#ContentTitle {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-left: 298px;
	margin-right: auto
}
#ContentLeft {
	width: 252px;
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-left: 20px
}
#ContentMain {
	float: left;
	text-align: left;
	vertical-align: top;
	margin-right: 15px;
	margin-left: 8px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 1px;
	line-height: 1.5em;
	width: 870px;
	min-height: 460px;
}
#ContentRight {
	float: right;
	font-size: 13px;
	margin-right: 22px
}
#ContentMain p {
	padding: 0 5px 0 5px;
	text-align: left;
	line-height: 1.2em
}
#ContentMain table, #ContentMain h4 {
	padding-right: 5px;
	padding-left: 5px
}
#ContentMain h4 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999
}
#ContentMain h3 {
	margin-top: 0;
	text-align: left;
}
#ContentMain h5 {
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	font-weight: bold
}
#Footerbox {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#FooterboxOne {
	float: left;
	width: 430px;
	padding-left: 20px;
	margin-left: 270px;
}
#FooterboxTwo {
	margin-right: 10px;
	margin-left: 12px;
	float: left;
	border-left: 1px solid rgba(177,144,106,1.00);
	padding-left: 15px;
}
#FooterboxTree {
	float: left;
	width: 340px;
	padding-right: 10px;
	padding-left: 12px;
}
#Footer p {
	font-size: 14px;
	margin-top: 0px;
}
#Footer a {
	color: #81745E;
	text-decoration: none
}
#Footer a:hover { color: maroon }
#Footer h4 {
	margin: 0;
	font-size: 15px;
	color: #4b4131;
	padding: 0px;
}
#Company {
	font-size: 9pt;
	color: #f9f5ee;
	padding: 10px 10px 10px 20px;
	width: 1172px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: -18px;
}
#Company a {
	color: #f9f5ee;
	text-decoration: none
}
#Company a:hover { color: #cbc2b5 }
#Company div {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#page-top { padding-bottom: 20px }
.pictureLeft {
	float: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	top: -15px
}
.pictureRight {
	float: right;
	padding: 5px 1px 5px 30px;
	top: -15px
}
.produktboxlinie {
	border-top: 1px solid rgba(177,144,106,1.00);
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #0a0a0a
}
.produktboxlinieSmal {
	border-top: 1px solid rgba(177,144,106,1.00);
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	text-shadow: 1px 1px #0a0a0a
}
/*---------------*/
/*	 4.  MENU
/*---------------*/

#menu-bar {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	line-height: 100%;
	position: relative;
	z-index: 99;
	color: #fff;
	text-align: left;
	background-color: rgba(115,86,23,1.00)
}
#menu-bar li {
	margin: 0 0 0 0;
	float: left;
	position: relative;
	list-style: none;
	color: #fff
}
#menu-bar a {
	font-style: normal;
	font-size: 16px;
	color: #f9f5ee;
	text-decoration: none;
	display: block;
	padding: 9px 20px 7px;
	margin: 0
}
#menu-bar li ul li a { margin: 0; }
#menu-bar .active a, #menu-bar li:hover>a {
	color: #8c744f;
	background-color: #f9f5ee
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
	background-image: none;
	border: none;
	color: #8c744f
}
#menu-bar ul a:hover {
	background-position: 0% 0%;
	color: #f9f5ee!important;
	background-repeat: repeat!important;
	background-attachment: scroll!important;
	background-color: #735617
}
#menu-bar ul {
	color: #8c744f;
	display: none;
	margin: 0;
	padding: 0;
	width: 190px;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #f9f5ee
}
#menu-bar li:hover>ul {
	display: block;
	color: #8c744f
}
#menu-bar ul li {
	float: none;
	margin: 0;
	padding: 0
}
#menu-bar ul a {
	color: #8c744f!important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px
}
#menu-bar ul li:first-child>a { }
#menu-bar ul li:last-child>a { }
#menu-bar:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#menu-bar { display: inline-block }
html[xmlns] #menu-bar { display: block }
* html #menu-bar { height: 1% }
/*---------------*/
/*	 5.  HOME
/*---------------*/

.DefaultPageKeys {
	width: 1200px;
	top: 0;
	position: absolute;
	color: #b41e16;
	font-size: 6pt
}
.LangButton {
	padding: 0;
	margin: 0;
	border-style: none;
	color: #8c744f;
	cursor: pointer;
	background-color: transparent;
	font: bold 12px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
}
#about .one-fourth img {
	display: block;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 0 1px #c7b190;
	box-shadow: 0 0 0 1px #c7b190;
	text-align: left
}
#about .one-fourth p { text-align: left }
#about h4 {
	color: #8c744f;
	margin-bottom: -8px
}
.NavBoxTop {
	background-position: center;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	background-color: #8c744f;
	color: #fff;
	border: 1px solid rgba(177,144,106,1.00);
	font-weight: bold
}
.NavBox {
	border: 1px solid #E0D7C9;
	color: #8c744f;
	padding: 8px;
	background-color: #FFFFFF;
	text-align: left
}
.NavBox div { text-align: left }
.NavBoxli {
	margin: 0 0 0 -20px;
	list-style: none;
	padding: 0 0 0 -10px;
	text-align: left
}
.NavBoxli a { text-decoration: none }
#tagcloud {
	text-align: left;
	width: 210px;
	margin-right: auto;
	margin-left: auto
}
.one-half { width: 88% }
.one-third { width: 30.66% }
.two-third { width: 65.33% }
.one-fourth { width: 23% }
.three-fourth { width: 74% }
.one-fifth { width: 16.8% }
.two-fifth { width: 37.6% }
.three-fifth { width: 58.4% }
.four-fifth { width: 67.2% }
.one-sixth { width: 13.33% }
.five-sixth { width: 82.67% }
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position: relative;
	margin-right: 2%;
	float: left
}
.last {
	margin-right: 0!important;
	clear: right
}
/*---------------------------------*/
/*	7.	LOGIN
/*---------------------------------*/


.Wrapperlogin {
	margin-right: 70px;
	margin-left: 70px;
}
.loginLeft, .loginRight {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
}
.loginRight {
	min-height: 500px;
	float: right;
	width: 500px;
}
.loginLeft {
	width: 500px;
	float: left;
}
.loginLeftHeiht {
	vertical-align: top;
	padding-left: 15px;
	height: 323px;
}
/*---------------------------------*/
/*	8.	FORM ELEMENTS 
/*---------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc
}
fieldset p { margin: 2px 12px 10px 10px }
fieldset.login label, fieldset.register label, fieldset.changePassword label { display: block }
fieldset label.inline { display: inline }
legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px
}
input.textEntry {
	width: 320px;
	border: 1px solid #ccc
}
input.passwordEntry {
	width: 320px;
	border: 1px solid #ccc
}
div.accountInfo { width: 42% }
/*-------------------*/
/*	9.	MISC  
/*-------------------*/

#map-canvas {
	margin: 15px auto 10px 2px;
	width: 600px;
	height: 600px
}
.loginDisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: #fff
}
.loginDisplay a:link { color: #fff }
.loginDisplay a:visited { color: #fff }
.loginDisplay a:hover { color: #fff }
.failureNotification {
	font-size: 1.2em;
	color: red
}
.bold { font-weight: bold }
.submitButton {
	text-align: right;
	padding-right: 10px
}
.SitemapView {
	text-align: center;
	margin: auto
}
.SitemapLinks a.SitemapLinks, a.SitemapLinks:Active, a.SitemapLinks:Visited, a.SitemapLinks:Link, a.SitemapLinks:Hover {
	color: #666;
	font-size: 8pt
}
/*--------------------------*/
/*	10.	LAYOT SHOP
/*--------------------------*/
#ContentMainShop {
	width: 720px;
	float: left;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 2px;
	min-height: 615px
}
#ContentMainShop h1 { font: 400 20px Gill Sans, sans-serif }
#ContentLeftShop {
	margin: 10px 22px;
	width: 207px;
	float: left;
	clear: both;
	font-size: 19px
}
#ContentRightShop {
	margin: 10px 10px 10px 14px;
	width: 200px;
	float: left;
}
#Auswahlbox, #PanelProdottiResult, #Searchbox {
	color: #F5F4F2;
	text-shadow: 1px 1px #222121;
}
#Searchbox {
	width: 250px;
	float: left;
	background-color: #8C744F;
	height: 78px;
	border-bottom: 1px solid rgba(177,144,106,1.00);
	border-right: 1px solid rgba(177,144,106,1.00);
	text-align: left;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYjA5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2Ljc4JSIgc3RvcC1jb2xvcj0iIzhjNzQ0ZiIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(194,176,146,1) 0%, rgba(140,116,79,0.92) 36.78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(194,176,146,1)), color-stop(36.78%, rgba(140,116,79,0.92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(194,176,146,1) 0%, rgba(140,116,79,0.92) 36.78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(194,176,146,1) 0%, rgba(140,116,79,0.92) 36.78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(194,176,146,1) 0%, rgba(140,116,79,0.92) 36.78%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(194,176,146,1) 0%, rgba(140,116,79,0.92) 36.78%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2b092', endColorstr='#eb8c744f', GradientType=0 ); /* IE6-8 */
}
#Auswahlbox {
	height: 78px;
	float: left;
	background-color: #AC926C;
	width: 723px;
	border-bottom: 1px solid rgba(177,144,106,1.00);
	border-right: 1px solid rgba(177,144,106,1.00);
	background: rgb(217,206,189); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5Y2ViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0LjU2JSIgc3RvcC1jb2xvcj0iI2Q5Y2ViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNjkxNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(217,206,189,1) 0%, rgba(217,206,189,1) 44.56%, rgba(166,145,113,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217,206,189,1)), color-stop(44.56%, rgba(217,206,189,1)), color-stop(100%, rgba(166,145,113,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(217,206,189,1) 0%, rgba(217,206,189,1) 44.56%, rgba(166,145,113,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(217,206,189,1) 0%, rgba(217,206,189,1) 44.56%, rgba(166,145,113,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(217,206,189,1) 0%, rgba(217,206,189,1) 44.56%, rgba(166,145,113,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(217,206,189,1) 0%, rgba(217,206,189,1) 44.56%, rgba(166,145,113,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9cebd', endColorstr='#a69171', GradientType=0 ); /* IE6-8 */
}
#Carellobox {
	min-height: 80px;
	background-image: -webkit-linear-gradient(270deg, rgba(217,206,189,1.00) 0%, rgba(217,206,189,1.00) 44.56%, rgba(166,145,113,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(217,206,189,1.00) 0%, rgba(217,206,189,1.00) 44.56%, rgba(166,145,113,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(217,206,189,1.00) 0%, rgba(217,206,189,1.00) 44.56%, rgba(166,145,113,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(217,206,189,1.00) 0%, rgba(217,206,189,1.00) 44.56%, rgba(166,145,113,1.00) 100%);
}
#Customerbox {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: hsla(18,73%,35%,1.00);
	background-color: #F3EFE9;
	border-right: 1px solid rgba(177,144,106,1.00);
	border-left: 1px solid rgba(177,144,106,1.00);
}
#Customer {
	margin: auto;
	padding-bottom: 15px;
}
.textEntry {
	font-size: 16px;
	position: relative;
	left: 50px
}
.CheckRicercaCodice {
	background-color: #8c744f;
	padding-right: 5px;
	position: relative;
	padding-top: 3px;
	padding-left: 5px;
	left: 72px
}
.labCheckRicercaCodice {
	position: relative;
	width: 100%;
	left: 40px
}
.butRicerca {
	position: relative;
	left: 50%;
	margin-left: -110px;
}
.ButReturn {
	border-style: none;
	color: #8c744f;
	cursor: pointer;
	background-color: #d9cebd;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px
}
.PanelProdottiResult { padding-top: 10px }
#TreeViewProd {
	width: 205px;
	border-collapse: collapse;
	border-spacing: 0 0;
	background-color: #fff;
	border: 1px solid rgba(224,215,201,1.00);
	vertical-align: top;
	text-align: left;
}
.LinkCarrello {
	font-size: 14px;
	color: #f5f4f2;
	text-shadow: 1px 1px #222121;
	cursor: pointer;
	text-align: center
}
.NavShop {
	color: #666;
	text-decoration: none;
	width: 205px;
	font-size: 14px
}
a.NavShop, a.NavShop:hover {
	color: #666;
	text-decoration: none;
	padding-left: 5px
}
.NavShopLeaf {
	text-decoration: none;
	color: #5a5041;
	background-color: #ebe5de
}
a.NavShopLeaf, a.NavShopLeaf:hover {
	text-decoration: none;
	color: #5a5041
}
.NavShopSelected {
	color: #fff;
	text-decoration: none;
	background-color: #5a5041
}
a.NavShopSelected, a.NavShopSelected:hover {
	text-decoration: none;
	color: #fff
}
.GruppiTab {
	padding: 5px;
	margin: 2px;
	vertical-align: top;
	-webkit-box-shadow: 0 0 0 1px #d9cebd;
	box-shadow: 0 0 0 1px #d9cebd;
	text-align: left;
	width: 150px;
	height: 150px
}
.CollezioneTab {
	padding: 5px;
	margin: 2px;
	vertical-align: top;
	-webkit-box-shadow: 0 0 0 1px #d9cebd;
	box-shadow: 0 0 0 1px #d9cebd;
	width: 150px;
	height: 150px
}
.DataListCollezioniText {
	vertical-align: top;
	text-align: center;
	height: 40px
}
.DataListIconeProdottiText {
	vertical-align: top;
	text-align: center;
	height: 40px
}
.TPPrezzi { font-size: 14px; }
.TPCaption {
	font-weight: 200;
	color: #630;
	padding-left: 5px;
	font-size: 15px
}
.TPHeader1 {
	padding-left: 2px;
	text-align: right;
	vertical-align: text-bottom;
	color: #5a5041;
	font-weight: 300;
	background-color: #d2c7b4;
	padding-right: 3px;
	font-size: 14px
}
.TPHeader {
	background-color: #e0d8cb;
	text-align: right;
	vertical-align: text-bottom;
	color: #5a5041;
	font-weight: 300;
	font-size: 14px
}
.TPColumn1Template {
	text-align: right;
	padding-left: 2px;
	vertical-align: bottom;
	color: #630;
	border-bottom: 1px solid rgba(177,144,106,1.00);
	background-color: #eee9e2;
	border-right: 1px solid rgba(177,144,106,1.00);
	border-left: 1px solid rgba(177,144,106,1.00)
}
.TPColumnsTemplate {
	text-align: right;
	border-bottom: 1px solid rgba(177,144,106,1.00);
	color: #630;
	border-right: 1px solid rgba(177,144,106,1.00)
}
.DetailMoreInfo {
	-webkit-box-shadow: 0px 0px 0px 1px #C9B28C;
	box-shadow: 0px 0px 0px 1px #C9B28C;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 13px;
	padding: 5px;
	background-color: #E0D7C9;
}
/*------------------------------*/
/*11.	PRODOTTI DETAIL
/*------------------------------*/

.ProdottiDetail { margin: 10px }
.TableDetail, .TableDetailTop {
	width: 1045px;
	vertical-align: top;
	text-align: left;
	margin-right: auto;
	margin-left: auto
}
.TableDetailTop {
	height: 55px;
	color: #333;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 0 1px #d9cebd;
	box-shadow: 0 0 0 1px #d9cebd
}
.DetailImage, .DetailDetails {
	text-align: center;
	vertical-align: top
}
.DetailImage {
	width: 620px;
	height: 601px;
	margin: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #d9cebd;
	box-shadow: 0 0 0 1px #d9cebd
}
.DetailDetails {
	padding: 15px;
	width: 400px;
	height: 601px;
	text-align: left;
	vertical-align: top
}
/*------------------------------*/
/*	12. LAYOUT CARELLO
/*------------------------------*/

.Container {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f9f5ee;
	min-height: 590px;
}
.Container h1 {
	text-align: center;
	font: 500 20px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
.DefaultButton {
	cursor: pointer;
	color: #F9F5EE;
	width: 200px;
	height: 30px;
	padding: 3px 5px;
	background: rgb(149,133,109); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1ODU2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTUwNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,133,109,1)), color-stop(100%, rgba(90,80,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95856d', endColorstr='#5a5041', GradientType=0 ); /* IE6-8 */
}
.PanelOrder, .GridViewCarrello, .DefaultPrevNext, .Tipps {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px
}
.PanelOrder {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 90%
}
.OrderTabs {
	position: relative;
	color: #F9F5EE;
	width: 200px;
	height: 30px;
	padding: 3px 5px;
	font: 300 15px/35px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	background: rgb(149,133,109); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1ODU2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTUwNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,133,109,1)), color-stop(100%, rgba(90,80,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(149,133,109,1) 0%, rgba(90,80,65,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95856d', endColorstr='#5a5041', GradientType=0 ); /* IE6-8 */
}
.OrderTabsSelect {
	position: relative;
	color: #F9F5EE;
	width: 200px;
	height: 30px;
	padding: 3px 5px;
	font: 300 15px/35px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	background: rgb(223,98,46); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmNjIyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzNmMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(223,98,46,1) 0%, rgba(156,63,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(223,98,46,1)), color-stop(100%, rgba(156,63,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(223,98,46,1) 0%, rgba(156,63,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(223,98,46,1) 0%, rgba(156,63,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(223,98,46,1) 0%, rgba(156,63,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(223,98,46,1) 0%, rgba(156,63,24,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df622e', endColorstr='#9c3f18', GradientType=0 ); /* IE6-8 */
}
.OrderTabsSelect:after {
	top: 100%;
	left: 20%;
	border-left: 15px solid rgba(136,183,213,0);
	border-right: 15px solid rgba(136,183,213,0);
	border-bottom: 15px solid rgba(136,183,213,0);
	border-top: 15px solid #9c3f18;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -15px
}
.OrderTabs1, .OrderTabs1Select { padding-top: 15px }
.OrderTabs1Select {
	padding-left: 10px;
	color: #b70707;
	text-align: left;
	font-weight: bold
}
.GridViewCarrello {
	margin-right: auto;
	margin-left: auto
}
.Tipps {
	box-shadow: 1px 1px 3px #ccc;
	border: 1px dotted silver;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px
}
.HeaderStyle {
	background: rgb(224,216,203); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZDhjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY1ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(224,216,203,1) 0%, rgba(249,245,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224,216,203,1)), color-stop(100%, rgba(249,245,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,216,203,1) 0%, rgba(249,245,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,216,203,1) 0%, rgba(249,245,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(224,216,203,1) 0%, rgba(249,245,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(224,216,203,1) 0%, rgba(249,245,238,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d8cb', endColorstr='#f9f5ee', GradientType=0 ); /* IE6-8 */
}
.FooterStyle, .Tipps {
	background: rgb(249,245,238); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGQ4Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(249,245,238,1) 0%, rgba(224,216,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,245,238,1)), color-stop(100%, rgba(224,216,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,245,238,1) 0%, rgba(224,216,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,245,238,1) 0%, rgba(224,216,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,245,238,1) 0%, rgba(224,216,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,245,238,1) 0%, rgba(224,216,203,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f5ee', endColorstr='#e0d8cb', GradientType=0 ); /* IE6-8 */
}
/*------------------------------*/
/*	13. LAYOUT CUSTOMER
/*------------------------------*/

.LeftPanel {
	float: left;
	padding-right: 10px;
	padding-left: 65px;
	width: 360px
}
.LeftPanel p { padding: 10px; }
.RightPanel {
	float: right;
	margin-right: 65px;
	width: 700px
}
.FormContent {
	padding: 10px 60px 10px 60px;
	vertical-align: top;
	text-align: center
}
.FormContent h3 {
	background-color: hsla(44,14%,85%,1);
	color: hsla(36,16%,30%,1);
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0
}
.FormContentBox {
	border-right: 1px solid hsla(36,27%,80%,1);
	border-bottom: 1px solid hsla(36,27%,80%,1);
	border-left: 1px solid hsla(36,27%,80%,1);
	text-align: left;
	padding: 8px
}
.Lieferadresse { height: 250px; }
.Rechnungsadresse { height: 507px; }
.FormTitle {
	padding-left: 5px;
	height: 40px;
	border-left-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-top-color: #B7B7B7;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #5A5041;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	background: rgb(215,210,202); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDJjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYxZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(215,210,202,1) 0%, rgba(244,241,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(215,210,202,1)), color-stop(100%, rgba(244,241,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(215,210,202,1) 0%, rgba(244,241,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(215,210,202,1) 0%, rgba(244,241,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(215,210,202,1) 0%, rgba(244,241,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(215,210,202,1) 0%, rgba(244,241,236,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d2ca', endColorstr='#f4f1ec', GradientType=0 ); /* IE6-8 */
}
.FormField, #TableCliData1, #TableCliData2 {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #b7b7b7;
	text-align: left;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVkZWQiIHN0b3Atb3BhY2l0eT0iMC42MSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,237,237,0.61) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,237,237,0.61))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,237,237,0.61) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,237,237,0.61) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,237,237,0.61) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,237,237,0.61) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9ceeeded', GradientType=0 );
}
/*------------------------------*/
/*	14. FORM LAYOUT
/*------------------------------*/

.TTWForm input.textbox, .TTWForm select, .TTWForm textarea, .TTWForm label, .TTWForm input {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: inline-block;
	outline: none;
	border: 1px solid #8D9496;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 0 5px #f2f7f9;
	-webkit-box-shadow: 0 0 0 1px #EFF1F1;
	box-shadow: 0 0 0 1px #EFF1F1;
	color: #8C744F;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	min-height: 18px;
	font-size: 15px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
	position: relative;
	top: 3px;
	margin: 8px 12px;
	width: 12px
}
.TTWForm .option { margin: 6px 0 }
.TTWForm .option-title {
	position: relative;
	top: 2px;
	color: #798e94
}
.TTWForm textarea { overflow: hidden }
.TTWForm label, .TTWFormlabel {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px;
	color: #666;
	text-align: left;
	font: 14px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
}
.TTWForm .submit input {
	display: block;
	float: right;
	margin: 12px -2px 12px 0;
	padding: 6px 12px;
	min-width: 96px;
	width: auto;
	height: 40px;
	border: 1px solid #a4c5d0;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 3px;
	background: #ddedf3 url(../images/button-bg.jpg) repeat-x 0 0 scroll;
	-moz-box-shadow: 0 0 0 5px #eef5f7;
	-webkit-box-shadow: 0 0 0 5px #eef5f7;
	box-shadow: 0 0 0 5px #eef5f7;
	color: #6b97a8;
	text-align: center;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
	font-size: 15px;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	cursor: pointer;
}
/** Field Widths */
.f_25 {
	display: inline;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 21%
}
.f_50 {
	display: inline;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 46%
}
.f_75 {
	display: inline;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 71%
}
.f_100 {
	display: inline;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	text-align: left
}
/** Clearfix */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
	content: ' ';
	font-size: 0;
	line-height: 0;
}
/*------------------------------*/
/*	15. PAY PAL
/*------------------------------*/

/* PayPal */
.PayPal {
	text-align: center;
	margin: auto;
	width: 640px;
	padding-top: 20px
}
.PayPalButtonDeu {
	border-style: none;
	background-image: url('https://www.paypal.com/de_DE/DE/i/btn/btn_xpressCheckout.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent
}
.PayPalButtonIta {
	border-style: none;
	background-image: url('https://www.paypal.com/it_IT/IT/i/btn/btn_xpressCheckout.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent
}
.PayPalButtonEng {
	border-style: none;
	background-image: url('https://www.paypal.com/en_GB/GB/i/btn/btn_xpressCheckout.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent
}
/* PayPal */
/* Admin.aspx BEGIN */
.ContainerAdmin {
	width: 800px;
	background-color: silver;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
	color: #404040;
	min-height: 590px;
}
.TabAdmin {
	width: 660px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
	background-color: #FFEA6F;
}
.FooterAdmin {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
	background-color: silver
}
.TabFooterAdmin {
	font-size: 9pt;
	width: 800px;
	text-align: center
}
.NoCredentials {
	font-size: 9pt;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
	background-color: silver;
	height: 80px
}
/* Admin.aspx END */
.social-links li {
	float: left;
	font-size: 12px;
	margin: 0 20px 0 -40px;
	list-style: none;
}
.social-links li i {
	color: #FFFFFF;
	width: 26px;
	height: 20px;
	padding: 6px 0 0 0;
	-webkit-border-radius: 99%;
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	font-size: 16px;
	text-align: center;
	margin: 0 6px 0 0;
	background-color: #81745E;
}
/* -----------------------------*/
/* Google Cookie Choice */
/* -----------------------------*/
#cookieChoiceInfo {
	background-color: #d9d9d9 !important;
	width: 100% !important;
	z-index: 9999999 !important;
	box-sizing: border-box;
	line-height: 140%;
	position: fixed;
	bottom: 0;
	left: 0;

	border-top: 1px solid #ccc;
	background: #eee;
	padding: 10px 20px !important;
	color: #333;
	font-size: 14px;
}
#cookieChoiceInfo a {
	line-height: 140%;
	background: #777;
	border-radius: 2px;
	padding: 2px 5px;
	color: white;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #333;
	left: 7px;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
}
#cookieChoiceDismiss {
	left: 10px !important;
	position: relative;
}
/* -----------------------------*/
/* Google Cookie Choice */
/* -----------------------------*/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../Images/cd-top-arrow.svg);
	background-color: #8F7D69;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; }
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
