



/***** © zeta software GmbH 2012
Layout: Technical *****/

/***** TAGS *****/
html {
	overflow-y: scroll;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #5A5A5A;
	background-color: #E7E6E1;
	background-image: url(../assets/stock-images/bg.png);
	background-repeat: repeat;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	line-height: normal;
	color: #272727;
	position: relative;
}
h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	color: #272727;
}
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: #272727;
}
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: #AE3951;
	text-decoration: none;
}
a:hover {
	color: #AE3951;
	text-decoration: underline;
}
/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}
/***** WRAPPER *****/
#wrapper {
	margin: 0 auto;
	padding: 0 12px 0 12px;
	width: 950px;
	background-image: url(../assets/stock-images/bg-dark.png);
}
/***** FRAMEBOX *****/
#framebox {
	margin: 0;
	padding: 0;
	width: 950px;
	/*
	border-right: 1px solid ;
	border-left: 1px solid ;
	*/
	
	/*xborder-right: 12px solid rgba(0, 0, 0, 0.1);
	xborder-left: 12px solid rgba(0, 0, 0, 0.1);
	*/
	
	/*box-shadow: 0px 0px 8px #272727;*/
}
/***** TOPLINE *****/
#topline {
	margin: 0;
	padding: 0 30px;
	min-height: 110px;
	background-color: #272727;
	background-image: url();
	background-repeat: repeat;
	/*border-bottom: 1px solid ;*/
}
/***** WEBDESCRIPTION *****/
#webdescription {
	float: left;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	margin: 0 15px 0 0;
	padding: 6px 0 5px 0;
}
#webtext {
  float: left; /* if this isn't floated, when a logo is displayed (which floats), FF will cut the text off and miscalculate the width */
	margin: 0;
	padding: 30px 0 0 0;
}
#webname {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	white-space: nowrap;
}
#webname a {
	color: #ffffff;
	text-decoration: none;
}
#slogan {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #EDF906;
	text-transform: uppercase;
	white-space: nowrap;
}
/***** SEARCH *****/
#search {
	float: right;
	margin: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
}
#searchform {
	margin: 0;
	padding: 0;
	width: 252px;
	height: 30px;
	position: relative;
}
#searchform input {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#searchfieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#searchfield {
	margin: 0;
	padding: 0 10px 0 10px;
	width: 160px;
	height: 28px;
	border: 1px solid #d6d6d6;
	font-size: 12px;
	line-height: 28px;
	color: gray;
	background-color: #414141;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-appearance: none; /* keeps Safari iOS from adding rounded corners etc. */
	border-radius: 0;         /* keeps Safari iOS from adding rounded corners etc. */
}
#searchbutton {
	margin: 0;
	padding: 0;
	width: 70px;
	height: 30px;
	border: 0;
	/*border: 1px solid red;*/
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	color: #5A5A5A;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	-webkit-appearance: none; /* keeps Safari iOS from adding rounded corners etc. */
	border-radius: 0;         /* keeps Safari iOS from adding rounded corners etc. */
}
#searchbutton:hover {
  background-color: #AE3951;
  color: #ffffff;
}
/***** NAVBAR *****/
#navbar {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
	background-color: #ffffff;
	width: 100%;
	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;
	background-color: transparent;
	background-color: #ffffff;
	height: 50px;
	display: table-cell;
	border-right: 1px solid #d6d6d6; 
	max-width: 600px;	
}
ul.mainmenu li:last-child {
  border-right: 0;
}
ul.mainmenu li:hover/*, ul.mainmenu li.topmenuactive */ {
	background-color: #AE3951;
	border-right: 1px solid #d6d6d6;
}

ul.mainmenu li:last-child:hover, ul.mainmenu li.topmenuactive:last-child {
  border-right: 0;
}
ul.mainmenu li.topmenuactive {
	background-color: #efefef;
	/* TO DO */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(10%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 10%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#ffffff 10%,#efefef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 10%,#efefef 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#ffffff 10%,#efefef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}
ul.mainmenu li a {
	display: block;
	margin: 0;
	padding: 10px 10px;
	font-size: 12px;
	color: ;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
ul.mainmenu li:hover a {
	color: #ffffff;
}
ul.mainmenu li.topmenuactive a, ul.mainmenu li.topmenuactive:hover a {
	color: #272727;
	text-shadow: -1px -1px 0 #ffffff; /* To Do */
}
ul.mainmenu li a.sf-with-ul {
	background-image: none; 
}
.sf-sub-indicator {
	display: none;
}

/***** SUBMENÃœ *****/
div#submen {
  margin: 0;
	padding: 15px 30px;
	background-color: #efefef;
	margin-top: -1px;
	border-bottom: 1px solid #d6d6d6;
}
#submen ul.submen{
  margin: 0;
  padding: 0;
}
#submen ul.submen li {
  list-style-type: none;
  color: #fff;
  display: inline;
  margin-right: 30px;
  height: 50px;
}
#submen ul.submen li a {
  color: #fff;
  color: #AE3951;
  color: ;
  font-size: 12px;
  border-bottom: 2px solid #efefef;
}
#submen ul.submen li a:hover {
  border-bottom: 2px #AE3951 solid; /* TOD DO */
  text-decoration: none;
}
#submen ul.submen li a.subnav1active, #submen ul.submen li a.subnav1active:hover {
  color: #272727;
  text-shadow: -1px -1px 0 #ffffff; /* To Do */
  border-bottom: 2px solid #efefef;
  text-decoration: none;
}
/***** HEADER *****/
#header {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #d6d6d6;
	line-height: 0; /* fixes a bottom margin below images caused by html5 doctype */
}
/***** SLIDES *****/
#slides {
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
	z-index: 98;
}
.slides_container {
	display: none;
	width: 950px;
	height: 350px;
	overflow: hidden;
}
.slides_container div.slide {
	display: block;
	width: 950px;
	height: 350px;
	position: relative;
}
#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: 120px;
	left: 12px;
	z-index: 99;
}
/*
#slides:hover a.next, #slides:hover a.prev{
  display: block;
}
*/
#slides a.next {
	left: 915px;
	background-position: -24px 0px;
}
.caption {
	margin: 0;
	padding: 20px 30px;
	width: 890px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #5A5A5A;
	background-color: transparent;
	background-image: url(../assets/stock-images/caption.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.caption span, .caption h1, .caption h2, .caption h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 48px;
	font-weight: normal;
	color: #272727;
	line-height: normal;
	text-align: center;
}
.caption p {
	margin: 0 0 0px 0;
	padding: 0;
}
.caption a {
	color: #AE3951;
	text-decoration: none;
}
.caption a:hover {
	color: #AE3951;
	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;
	padding: 15px 30px;
	/*font-size: 12px;*/
	color: #5A5A5A;
	background-color: #efefef;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #ffffff;
}
#breadcrumb a {
	padding: 0 5px;
	color: #AE3951;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #AE3951;
	text-decoration: underline;
}
#breadcrumb span {
	color: #5A5A5A;
}
/***** CONTENTBOX *****/
#contentbox {
	margin: 0;
	padding: 30px;
	background-color: #efefef;
	background-image: url(../assets/stock-images/contentbox-bg.png);
	background-repeat: repeat-y;
	background-position: 50%;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #fff; /* To DO: macro */
}
#contentbox.nobg{
  background-image: none;
}
#contentbox input[type="text"], #contentbox textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #5A5A5A;
}

/***** BUTTON *****/
#contentbox 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: #ffffff;
	border: 1px solid #d6d6d6;
}
#contentbox #sidebarright a.button, #contentbox #sidebarleft a.button, input.button {
	margin: 0 10px 30px 0;
}
#contentbox a.button:hover, input.button:hover {
	color: #ffffff;
	background-color: #AE3951;
}
#contentbox a.button span, input.button {
	display: block;
	margin: 0;
	padding: 8px 15px;
}
/***** CONTENT *****/
#floatcontentleft, #floatcontentright {
	float: left;
	margin: 0;
	padding: 0;
	width: 415px;
	line-height: 20px;
}
#floatcontentright {
	float: right;
}
#content {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
/***** SIDEBAR *****/
#sidebarright, #sidebarleft {
	float: right;
	margin: 0;
	padding: 0;
	width: 415px;
}
#sidebarleft {
	float: left;
	padding: 0 60px 0 0;
}
/***** NEWS *****/
.newsbox {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.newsbox h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	font-size: 26px;
	font-weight: normal;
	color: #272727;
}
.newstext {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #5A5A5A;
}
.newstext p {
	margin: 0 0 10px 0;
}
.newstext a {
	color: #AE3951;
	text-decoration: none;
}
.newstext a:hover {
	color: #AE3951;
	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: #5A5A5A;
}
.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, .zp-form input.typetext, .zp-form textarea, .zp-form select {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #5A5A5A;
}
.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 #5A5A5A;
}
/***** TEASER *****/
#banner, #afterlogo, #aftermenu, #afterfooter {
	margin: 0;
	padding: 20px 30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	line-height: 18px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
}

#afterlogo, #aftermenu {
  background-color: #efefef;
  border-top: 1px solid #ffffff;
}
#afterlogo{
  background-color: #ffffff;
}
#banner {
  background-color: #272727;
  color: #ffffff;
	border-bottom: 0;
}
#afterfooter{
  background-color: #272727;
  color: #EFEFEF;
	border-bottom: 0;
}
#banner span:not([style]), #banner h2{
  color: #ffffff !important;
}
#afterfooter span:not([style]), #afterfooter h2{
  color: #EFEFEF !important;
}

#banner a, #afterlogo a, #aftermenu a, #afterfooter a {
	color: #AE3951;
	text-decoration: none;
}
#banner a:hover, #afterlogo a:hover, #aftermenu a:hover, #afterfooter a:hover {
	color: #AE3951;
	text-decoration: underline;
}
#banner span:not([style]), #banner h2, #afterlogo span, #aftermenu span, #afterfooter span:not([style]), #afterfooter 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: ;
	line-height: normal;
}
#banner p, #afterlogo p, #aftermenu p, #afterfooter p {
	margin: 0 0 10px 0;
	padding: 0;
}
/***** SITEMAP *****/
#sitemap-layout{
   line-height: 22px;
   padding: 20px 30px; 
   background-color: #fff; 
   color: #272727; 
   border-bottom: 1px solid #E6E6E6; 
   overflow: hidden;
}

div.sitemap-item{
  float: left; 
  margin:0 40px 10px 0;
  padding:0;
}

.sitemap-item span{
  color: #272727;
  font-weight: normal !important;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.sitemap-item a:hover{
  color: #272727;
}

.sitemap-item ul{
  padding: 0;
  margin: 0;
}
.sitemap-item li {
	list-style-type: none;
	line-height: 22px;
}
.sitemap-item li a{
  color: #5A5A5A;
}
/***** FOOTER *****/
#footer {
	margin: 0;
	padding: 20px 30px;
	font-size: 12px;
	color: #EFEFEF;
	background-color: #272727;
}
#footerinfo {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footerinfo .zp{
  color: #EFEFEF !important;
}

/***** EXTRAMENU *****/
#xmenu {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#xmenu a {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #AE3951;
	text-decoration: none;
}
#xmenu a:hover {
	color: #AE3951;
	text-decoration: underline;
}
/***** ONLINESHOP *****/
.zpSO-OnlineShop-table {
	width: 100%;
}
.zpSO-OnlineShop-table th {
	margin: 0;
	padding: 8px 10px;
	font-weight: bold;
	text-align: left;
	color: #272727;
	background-color: #efefef;
}
.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: #EFEFEF !important;
	text-decoration: none !important;
}
/***** CLEAR *****/
.clear {
	clear: both;
}
.clearx, .clearfix {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/***** FORM ANTI SPAM *****/
.asfield {
	display: none;
}

div.zpRow.news {
	margin-bottom: 30px;
}

