



/*
* Layout: Spring
* $Id: styles.css 35173 2015-12-29 14:29:34Z sseiz $
* Copyright Zeta Software GmbH
*/

/***** TAGS *****/
html {
	overflow-y: scroll;
}
body {
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #363636;
	background-color: #86A672;
	background-image: url(../assets/stock-images/bg.png);
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	padding: 0 0 30px 0;
}
h1 {
	font-family: Georgia, serif;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: normal;
	color: #607d4f;
	position: relative;
}
h2 {
	font-family: Georgia, serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	color: #5bb3bb;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #5bb3bb;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
ul, ol {
	margin: 0 0 10px 25px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: square;
}
ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}
table {
	margin: 0 0 10px 0;
	padding: 0;
}
td {
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
}
/***** LINKS *****/
a {
	color: #33767d;
	text-decoration: none;
}
a:hover {
	color: #33767d;
	text-decoration: underline;
}
/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}
/***** WRAPPER *****/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
/***** FRAMEBOX *****/
#framebox {
	margin: 0;
	padding: 0;
	width: 960px;
	background-color: #F5F4ED;
	border: 1px solid #6d8c59;
	overflow: hidden;
}
/***** TOPLINE *****/
#topline {
	margin: 0;
	padding: 0 30px 30px 30px;
	min-height: 1px;
	
}
/***** WEBDESCRIPTION *****/
#webdescription {
	margin: 0;
	padding: 0;
}
#logo {
	padding: 0px 0 10px 0;
	text-align: center;
}
#webtext {
	margin: 0;
	padding: 0px 0 0 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}
#webname {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
}
#webname a {
	color: #494949;
	text-decoration: none;
}
#slogan {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #363636;
	text-transform: none;
	white-space: nowrap;
}
/***** SEARCH *****/
#search {
	margin: 20px 0 0 0;
	/*padding:  0 0 0;*/
	overflow: hidden;
}
#searchform {
	margin: 0;
	padding: 0;
	width: 268px;
	height: 30px;
	position: relative;
}
#searchform input {
	font-family: Georgia, serif;
	background-color: #ebf6f7;
}
#searchfieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchfield {
	margin: 0;
	padding: 0 33px 0 10px;
	width: 223px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d9edef;
	border-radius: 2px;
	font-size: 1em;
	color: #6A6C6E;
	background-color: #ebf6f7;
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
}
#searchbutton {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	border: 0;
	position: absolute;
	top: 1px;
	right: 1px;
	background: transparent;
}
/***** NAVBAR *****/
#navbar {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 1px solid #6d8c59;
	border-left: 1px solid #6d8c59;
	border-right: 1px solid #6d8c59;
	
	background-color: #F4EBB4;
	width: 962px;
	display: table;
}

/***** MAINMENU *****/
ul.mainmenu {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 299;
	display: table-row;
}
ul.mainmenu li {
	margin: 0;
	padding: 0 0px;
	text-align: center;
	vertical-align: middle;
	list-style: none;
	position: relative;
	height: 50px;
	display: table-cell;
	border-right: 1px solid #e7d35b;
	border-left: 1px solid white; 
	max-width: 600px; 
	
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	
	background-color: #F4EBB4;
	background: -moz-linear-gradient(top, #fbf7e0 0%, #F4EBB4 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf7e0) color-stop(60%,#F4EBB4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* IE10+ */
	background: linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7e0', endColorstr='#F4EBB4',GradientType=0 ); /* IE6-9 */
}
ul.mainmenu li:hover{
	filter: none;
	background: none;
	background-color: #fbf7e0;
}
ul.mainmenu li:last-child {
	border-right: 0;
}
ul.mainmenu li:first-child {
	border-left: 0;
}	 
ul.mainmenu li:last-child:hover, ul.mainmenu li.topmenuactive:last-child {
	border-right: 0;
}
ul.mainmenu li a {
	display: block;
	margin: 0;
	padding: 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #245459;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: -1px -1px 0 #ffffff;
}
ul.mainmenu li:hover a {
	color: #33767d;
	text-decoration: underline;
}
ul.mainmenu li.topmenuactive a, ul.mainmenu li.topmenuactive:hover a {
	color: #33767d;
	text-decoration: underline;
	text-shadow: -1px -1px 0 #ffffff;
}
ul.mainmenu li a.sf-with-ul {
	background-image: none; 
}
.sf-sub-indicator {
	display: none;
}
/***** SUBMENÜ *****/
div#subnavbar {
	margin: 0;
	padding: 0;
}
#subnavbar ul.submenu{
	margin: 10px 0 0 0;
	padding: 0;
}
#subnavbar ul.submenu li {
	list-style-type: none;
	display: block;
}
#subnavbar ul.submenu li a {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #33767d;
	text-shadow: 0 -1px 0 #ffffff;
	display: block;
	padding: 6px 30px;
	width: 268px;
	margin: 0 0 0 -30px;
	
	border-bottom: 1px solid #a3d4d9;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .6);

	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

#subnavbar ul.submenu ul{
	margin-bottom: 0;
}
#subnavbar ul.submenu ul li a {
	padding: 6px 30px 6px 50px;
	width: 248px;
	margin: 0 0 0 -55px;
}
#subnavbar ul.submenu ul ul li a {
	padding: 6px 30px 6px 70px;
	width: 228px;
	margin: 0 0 0 -80px;
}
#subnavbar ul.submenu ul ul ul li a {
	padding: 6px 30px 6px 90px;
	width: 208px;
	margin: 0 0 0 -105px;
}

#subnavbar ul.submenu ul ul ul ul{
	margin-left: 0;
}

#subnavbar ul.submenu li:first-child a {
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid #a3d4d9;
	
	-webkit-box-shadow: 0 -1px 0 #a3d4d9, 0 1px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 -1px 0 #a3d4d9, 0 1px 0 rgba(255, 255, 255, .6);
	box-shadow: 0 -1px 0 #a3d4d9, 0 1px 0 rgba(255, 255, 255, .6);

}
#subnavbar ul.submenu ul li:first-child a {
	border-bottom: 1px solid #a3d4d9;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}


#subnavbar ul.submenu li a:hover {
	text-decoration: none;
	color: #1d4347 !important;
	font-weight: normal !important;
	background-color: #ebf6f7;
}
#subnavbar li a.subnav1active, #subnavbar li a.subnav1active:hover, #subnavbar li a.subnav2active, #subnavbar li a.subnav2active:hover {
	color: #1d4347 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
/***** PATTERN *****/
#pattern{
	width: 960px;
	height: 10px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a3d4d9;
	overflow: hidden;
}
#pattern hr, #pattern span, #pattern div.ac1, #pattern div.ac2, #pattern div.ac3{
	float: left;
	height: 10px;
	width: 28px;
	display: block;
}
#pattern hr.ac1, #pattern span.ac1, #pattern div.ac1{
	background-color: #C7E5E8;
	font-family: Arial;
	font-weight: bold;
	border-left: 1px solid #ebf6f7;
	border-right: 1px solid #a3d4d9;
}
#pattern hr.ac2, #pattern span.ac2, #pattern div.ac2{
	background-color: #F4EBB4;
	border-left: 1px solid #fbf7e0;
	border-right: 1px solid #eddf88;
}
#pattern hr.ac3, #pattern span.ac3, #pattern div.ac3{
	background-color: #a1ba91;
	border-left: 1px solid #bccdb1;
	border-right: 1px solid #86a672;
}


/***** HEADER *****/
#header img {
	width: 540px;
	height: 360;
	padding: 10px;
	display: block; 
	clear: both;
	background-color: #ffffff;
	margin: 0 0 30px 0;
}
/***** SLIDES *****/
#slides {
	margin: 0 0 30px 0;
	padding: 0px;
	width: 560px;
	height: 380px;
	background-color: #ffffff;
	position: relative;
	z-index: 98;
}
.slides_container {
	display: none;
	width: 560px;
	
	height: 360px;
	overflow: hidden;
}
.slides_container div.slide {
	display: block;
	width: 560px;
	position: relative;
	
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}
.slides_container div.slide img {
	width: 540px;
	height: auto;
	background: white;
	padding: 10px;
	display: block; 
	clear: both;
}
#slides a.next, #slides a.prev {
	width: 24px;
	height: 28px;
	display: none;
	background-image: url(../assets/stock-images/arrows.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	left: 12px;
	z-index: 99;
}
#slides:hover a.next, #slides:hover a.prev{
	display: block;
}
#slides a.next {
	left: 525px;
	background-position: -24px 0px;
}
.caption {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 560px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #363636;
	background-color: #ffffff;
}
.caption span {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	line-height: normal;
	text-align: center;
}
.caption p {
	margin: 0 0 10px 0;
	padding: 0;
}
.caption a {
	color: #33767d;
	text-decoration: none;
}
.caption a:hover {
	color: #33767d;
	text-decoration: underline;
}
div.pag {
	margin: 0;
	padding: 10px 0 0 30px;
	height: 14px;
	text-align: left;
	position: absolute;
	top: 10px;
	z-index: 99;
}
div.pag span {
	display: inline-block;
}
ul.pagination {
	margin: 0;
	padding: 0;
}
ul.pagination li {
	float: left;
	padding: 0 1px;
	list-style: none;
}
ul.pagination li a {
	float: left;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	text-decoration: none;
	text-indent: -999999px;
	background-image: url(stock-images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
ul.pagination li a:hover, .pagination li.current a {
	background-position: 0 -14px;
}
/***** BREADCRUMB *****/
#breadcrumb {
	margin: 0 0 30px 0;
	font-size: 12px;
	color: #363636;
}
#breadcrumb a {
	padding: 0 5px;
	color: #33767d;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #33767d;
	text-decoration: underline;
}
#breadcrumb span {
	color: #363636;
}
/***** CONTENT *****/
#content {
	margin: 0;
	padding: 0;
	line-height: 20px;
	background-color: #F5F4ED;
	width: 569px;
	float: right;
	padding: 30px;
	color: #363636;
}
#content input, #content textarea {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #363636;
}

/***** BUTTON *****/
#content a.button, #sidebar a.button, input.button {
	display: inline-block;
	margin: 0 10px 30px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	color: #272727;
	background-color: #a3d4d9;
	border: 1px solid #7fc3ca;
	background: #a3d4d9;
	text-align: center;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content a.button:hover, #sidebar a.button:hover, input.button:hover,#content .zp-form input.button:hover, .zp-form input.button:hover {
	color: #272727;
	background: #b5dde1;
}
#content a.button span, #sidebar a.button span, input.button {
	display: block;
	margin: 0;
	padding: 8px 15px;
}

/***** SIDEBAR *****/
#sidebar {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	width: 328px;
	float: left;
	background-color: #C7E5E8;
	color: #363636; 
	padding: 30px 0 0 0;
}
#sidebarinner{
	padding: 0 20px 0 30px;
}

/***** NEWS *****/

/* Fix a big with the new grid system, affecting display in this particular layout */
.zpRow.news .zpColumnItem{
	overflow: visible !important;
}
/* end bugfix */
.newsbox {
	margin: 0;
	line-height: 20px;
}
.newsbox h2, #afterlogo span {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	position: relative;
	float: none;
	width: 284px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	padding: 6px 20px 6px 26px;
	margin: 10px 0 10px -24px;
	color: #4298a1;
	background-color: #F4EBB4 ;
	text-shadow: 0px 1px 2px #ffffff;
	-webkit-box-shadow: 0px 2px 2px #c0a91c;
	-moz-box-shadow: 0px 2px 2px #c0a91c;
	box-shadow: 0px 1px 3px #c0a91c;
}	 
.newsbox h2:after, #afterlogo span:after	
{	 
	content: ' ';	 
	position: absolute;	 
	width: 0;	 
	height: 0;	
	left: -2px;	 
	top: 0px; 
	border-width: 20px;	 
	border-style: solid;	
	border-color: transparent transparent transparent #C7E5E8;	
}	 
.newsbox h2:before, #afterlogo span:before	
{	 
	content: ' ';	 
	position: absolute;	 
	width: 0;	 
	height: 0;	
	right: 0px;	 
	top: 100%;	
	border-width: 2px 4px;	
	border-style: solid;	
	border-color: #c0a91c transparent transparent #c0a91c;	
}	 


.newstext {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #363636;
}
.newstext p {
	margin: 0 0 10px 0;
}
.newstext a {
	color: #33767d;
	text-decoration: none;
}
.newstext a:hover {
	color: #33767d;
	text-decoration: underline;
}
/***** ARTICLES *****/
.articlearea {
	margin: 0;
	padding: 0;
}
.articleimage {
	margin: 0;
	padding: 4px 0 0 0;
}
.articletext {
	margin: 0;
	padding: 0;
}
.twocolumnleft {
	float: left;
	margin: 0;
	padding: 0;
}
.twocolumnleft > div {
	margin: 0;
	padding: 0 12px 0 0;
}
.twocolumnright {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.twocolumnright > div {
	margin: 0;
	padding: 0 0 0 12px;
}
.bildunterschrift {
	display: block;
	color: #363636;
}
.floatarticle {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
.floatarticle > div {
	margin: 0;
	padding: 0 30px 0 0;
}

/***** FORM *****/
.zp-form {
	display: inline-block;
	margin: 0;
	padding: 0 0 10px 0;
}
.zp-form p {
	margin: 0;
	padding: 0;
}
.zp-form table {
	margin: 0;
	padding: 0;
}
.zp-form td {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.zp-form input {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #363636 !important;
}
.zp-form textarea {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #363636;
}
.zp-form .label, .zp-form .field {
	padding: 3px 10px 3px 0;
}
.zp-form .desc {
	padding: 10px 10px 10px 0;
}
.zp-form .multiline {
	padding: 4px 10px 0 0;
	vertical-align: top;
}
.zp-form .submit {
	padding: 0;
}
.zp-form .separator {
	margin: 10px 10px 10px 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #363636;
}
/***** TEASER *****/
#banner, #aftermenu, #afterfooter {
	clear: both;
	width: 900px;
	margin: 30px 0 0 0;
	padding: 20px 30px;
	border: 1px solid #6d8c59;
	border-top: 1px solid white;
	
	background-color: #F4EBB4;
	background: -moz-linear-gradient(top, #fbf7e0 0%, #F4EBB4 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf7e0) color-stop(60%,#F4EBB4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* IE10+ */
	background: linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7e0', endColorstr='#F4EBB4',GradientType=0 ); /* IE6-9 */

	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #363636;
	line-height: 18px;
}
#banner, #aftermenu{margin-bottom: 30px;}

#banner span:not([style]), #banner h2, #aftermenu span, #afterfooter span:not([style]), #aftermenu h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	color: #363636;
	line-height: normal;
}
#banner p, #afterlogo p, #aftermenu p, #afterfooter p {
	margin: 0 0 10px 0;
	padding: 0;
}

/***** FOOTER *****/
#footer {
	clear: both;
	width: 900px;
	margin: 30px 0 0 0;
	padding: 20px 30px;
	font-size: 12px;
	color: #363636;
	border: 1px solid #6d8c59;
	border-top: 1px solid white;
	
	background-color: #F4EBB4;
	background: -moz-linear-gradient(top, #fbf7e0 0%, #F4EBB4 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf7e0) color-stop(60%,#F4EBB4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* IE10+ */
	background: linear-gradient(top, #fbf7e0 0%,#F4EBB4 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7e0', endColorstr='#F4EBB4',GradientType=0 ); /* IE6-9 */

}
#footerinfo {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footerinfo .zp{
	color: #363636 !important;
}

/***** EXTRAMENU *****/
#xmenu {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#xmenu a {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #33767d;
	text-decoration: none;
}
#xmenu a:hover {
	color: #33767d;
	text-decoration: underline;
}

/***** ARTICLE Styles *****/
.zpSO-Sitemap{
	clear: both;
}

/***** SITESEARCH *****/
.SO-SiteSearchList li span {
	font-size: inherit !important;
}

/***** ONLINESHOP *****/
.zpSO-OnlineShop-table {
	width: 100%;
}
.zpSO-OnlineShop-table th {
	margin: 0;
	padding: 8px 10px;
	font-weight: bold;
	text-align: left;
	color: #33767d;
	background-color: ;
}
.zpSO-OnlineShop-table td {
	margin: 0;
	padding: 8px 10px;
	text-align: left;
}
.zpSO-OnlineShop-row1 td, .zpSO-OnlineShop-row2 td {
	margin: 0;
	padding: 8px 10px;
	text-align: left;
}
.zpSO-OnlineShop-row2 td {
	background-image: url(stock-images/opacity.png);
}
/***** ZP *****/
.zp {
	color: #363636 !important;
	text-decoration: none !important;
}
/* *** ZP WIDGETS *** */
	
/***** CLEAR *****/
.clear {
	clear: both;
}
.clearx, .clearfix {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearme:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearbefore:before {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/***** FORM ANTI SPAM *****/
.asfield {
	display: none;
}

div.zpRow.news {
	margin-bottom: 30px;
}



/* ZP 13 Additions */
.zpgrid{
	margin-left: -15px;
	margin-right: -15px;
}
#sidebar div.zpRow .zpColumn{ padding: 0;}

#content .zpContainer.zpBreakout{
	margin-left:  -18px;
	margin-right: -15px;
	padding-left:  18px;
	padding-right: 15px;
}
#content .zpColumn .zpBreakout{
	margin-left:  -33px;
	margin-right: -30px;
	padding-left:  0;
	padding-right: 0;
}
#banner .zpContainer.zpBreakout,
#afterfooter .zpContainer.zpBreakout,
body.plain #content .zpContainer.zpBreakout{
	margin-left:  -15px;
	margin-right: -15px;
	padding-left:  15px;
	padding-right: 15px;
}
#banner .zpColumn .zpBreakout,
#afterfooter .zpColumn .zpBreakout,
body.plain #content .zpColumn .zpBreakout{
	margin-left:  -30px;
	margin-right: -30px;
	padding-left:  0;
	padding-right: 0;
}

body.plain .zpgrid #grid, body.plain .zpgrid{ max-width: none;}
body.plain #content{ float: none; width: auto;}