/*
* Layout: Simple Responsive
* $Id: styles.css 27776 2014-09-16 08:27:43Z sseiz $

*/

/***** TAGS *****/
html {
	overflow-y: scroll;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 20px 16px;
	font-size: 80%;
	line-height: 1.4;
	background: #222;
	
	color: #373737;
	/*background-color: #6F5F49;
	*/
	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: 2.35em;
	font-weight: bold;
	line-height: normal;
	color: #1e1e1e;
	position: relative;
}
h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1.9em;
	font-weight: bold;
	line-height: normal;
	color: #1e1e1e;
}
h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	color: #1e1e1e;
}
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;
	max-width: 100%;
	height: auto;
}

#weatherToday img, #weatherTomorrow img{
	/* fixes a glitch with responsive images in weather widget */
	width: 100px;
}
.zgmap{
	width: 100%;
}
.zpWeatherWidget{
	max-width: 100%;
	min-width: 190px;
}
/***** LINKS *****/
a {
	color: #1982D1;
	text-decoration: none;
}
a:hover {
	color: #1982D1;
	text-decoration: underline;
}
/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}
/***** WRAPPER *****/
#wrapper {
	margin: 0 auto;
	padding: 0 ;
	
	max-width: 950px;
	min-width: 320px;
	width: 100%;
}
/***** FRAMEBOX *****/
#framebox {
  border-top: 2px solid #afafaf;
	margin: 0;
	padding: 0;
}
/***** TOPLINE *****/
#topline {
	margin: 0;
	padding: 0;
	min-height: 1px;
	background-color: #eee;
	
	background-repeat: repeat;
}
/***** WEBDESCRIPTION *****/
#webdescription {
	float: left;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	margin: 0 0 0 30px;
	padding: 5px 0;
}
#logo img{
	width: 64px;
	height: 64px;
	margin-bottom: -5px;
}
#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 0 0 30px;
	padding: 1em 0;
}
#webname {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 2.35em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
#webname a {
	color: #1e1e1e;
	text-decoration: none;
}
#slogan {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #373737;
	text-transform: none;
}
/***** SEARCH *****/
#search {
	float: right;
	margin: 0 30px 0 0;
	padding: 1.7em 0;
	overflow: hidden;
}
#searchform {
	margin: 0;
	padding: 0;
	width: 220px;
	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 33px 0 10px;
	width: 175px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	font-size: 1em;
	color: #6a6a6a;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
#searchbutton {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	border: 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
/***** NAVBAR *****/
#navbar {
	margin: 0;
	padding: 0 30px 0 30px;
	border-bottom: 1px solid #bbbbbb;
	background-color: #222222;
}
/***** MAINMENU *****/
ul.mainmenu {
  width: 100%;
	margin: 0;
	padding: 0;
	z-index: 299;
}
ul.mainmenu li {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	background-color: #222222;
	float: left;
}
ul.mainmenu li:hover{
	background-color: #eee;
}
ul.mainmenu li a {
	display: block;
	margin: 0;
	padding: 14px 20px;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}
ul.mainmenu li:hover a {
	color: #222222;
}
ul.mainmenu li.topmenuactive a {
  color: #ffffff;
	font-weight: bold;
}
ul.mainmenu li.topmenuactive:hover a {
  color: #222222;
	font-weight: bold;
}
/***** SUBNAVIGATION *****/
#subnavbar{
  margin: 0 0 30px 0;
  font-size: 1em;
  line-height: 1.6;
}
#subnavbar ul{
  margin: 0;
  padding: 0;
}
#subnavbar ul li{
  padding: 0px;
  list-style: none;
  font-weight: normal;
}
#subnavbar ul li:before{
  color: #373737;
  content:"»";
  padding-right: 5px;
}
#subnavbar a:hover {
  color: #1982D1;
}
#subnavbar a:hover {
  color: #1982D1;
}
#subnavbar a.subnav1active, a.subnav2active{
  color: #1982D1;
   font-weight: bold;
}
#subnavbar ul li li{
  padding-left: 13px;
}
/***** HEADER *****/
#header {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	line-height: 0; /* fixes a bottom margin below images caused by html5 doctype */
	min-height: 350px;
}
.flex-container{
	/* on browsers with js enabled, give the slider a fixed height to avoid "jumping" when images are loaded. */
	min-height: 350px;
}
div.flex-caption {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
/***** BREADCRUMB *****/
#breadcrumb {
	margin: 0;
	padding: 15px 30px;
	font-size: 1em;
	color: #373737;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#breadcrumb a {
	padding: 0 5px;
	color: #1982D1;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #1982D1;
	text-decoration: underline;
}
#breadcrumb span {
	color: #373737;
}
/***** CONTENTBOX *****/
#contentbox {
	margin: 0;
	padding: 30px;
	background-color: #eee;
	font-size: 1em;
}

#contentbox input[type="text"], #contentbox textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #373737;
}

/***** BUTTON *****/
#contentbox a.button, input.button {
	display: inline-block;
	margin: 0 10px 30px 0;
	padding: 0;
	font-size: 1em !important;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	color: #1e1e1e !important;
	background-color: #ffffff;
	border: 1px solid #9e9e9e;
}
#contentbox #sidebarright a.button, #contentbox #sidebarleft a.button, input.button {
	margin: 0 10px 30px 0;
}
#contentbox a.button:hover, input.button:hover {
	color: #ffffff !important;
	background-color: #1982D1;
}
#contentbox a.button span, input.button {
	display: block;
	margin: 0;
	padding: 8px 15px;
}
/***** CONTENT *****/
#floatcontentleft, #floatcontentright {
	float: left;
	margin: 0;
	padding: 0;
	width: 72%;
	line-height: 1.4;
}
#floatcontentright {
	float: right;
}
#contentbox.nosidebar #floatcontentleft, #contentbox.nosidebar #floatcontentright{
	width: auto;
	float: left;
}

#content {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
/***** SIDEBAR *****/
#subnavbar{
  float: right;
  width: 25%;
}
#subnavbar.left{
  float: left;
}
#sidebarright, #sidebarleft {
	float: right;
	margin: 0;
	padding: 0;
	width: 28%;
}
#sidebarleft {
	float: left;
}
#contentbox.nosidebar #sidebarleft, #contentbox.nosidebar #sidebarright{
	display: none;
}

/***** NEWS *****/
.rGerade {
  
  color: #ff000
}

.newsbox {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.newsbox h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	font-size: 1.9em;
	font-weight: bold;
	color: #1e1e1e;
}
.newstext {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #373737;
}
.newstext p {
	margin: 0 0 10px 0;
}
.newstext a {
	color: #1982D1;
	text-decoration: none;
}
.newstext a:hover {
	color: #1982D1;
	text-decoration: underline;
}
/***** ARTICLES *****/
.articlearea {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #b7b7b7;
}
.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: #373737;
}
.floatarticle {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
.floatarticle > div {
	margin: 0;
	padding: 0 30px 0 0;
}

/***** FORM GLOBAL *****/
#formular .asfield{display: none;}
#formular input[type="text"], #formular textarea, #formular select{
	font-size: inherit;
	background: #ffffff;
	padding: 6px 8px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#formular label {
	padding: 3px 10px 3px 0;
}
#formular label.field{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 0;
}
#formular input[type="submit"]{
	display: block;
	margin-top: 20px;
}

/***** FORM *****/
#formular {
	display: inline-block;
	margin: 0;
	padding: 0 0 10px 0;
}
#formular p {
	margin: 0;
	padding: 0;
}
#formular table {
	margin: 0;
	padding: 0;
}
#formular td {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
}
#formular input, #formular input[type="text"] {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #373737;
}
#formular textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #373737;
}
#formular .label, #formular .field {
	padding: 3px 10px 3px 0;
}
#formular .desc {
	padding: 10px 10px 10px 0;
}
#formular .multiline {
	padding: 4px 10px 0 0;
	vertical-align: top;
}
#formular .submit {
	padding: 0;
}
#formular .separator {
	margin: 10px 10px 10px 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #373737;
}
/***** TEASER *****/
#banner, #afterlogo, #aftermenu, #afterfooter {
	margin: 0;
	padding: 20px 30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #1e1e1e;
	line-height: 1.4;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
}

#afterlogo, #aftermenu {
  background-color: #eee;
  border-top: 1px solid #ffffff;
}
#afterlogo{
  background-color: #ffffff;
}
#aftermenu {
  color: #373737;
}
#banner {
  background-color: #eee;
  color: #1e1e1e;
	border-bottom: 0;
}
#afterfooter{
  background-color: #efefef;
  color: #1E1E1E;
	border-bottom: 0;
}
#banner span:not([style]), banner h2{
  color: #1e1e1e !important;
}
#afterfooter span:not([style]), #afterfooter h2{
  color: #1E1E1E !important;
}

#banner a, #afterlogo a, #aftermenu a, #afterfooter a {
	color: #1982D1;
	text-decoration: none;
}
#banner a:hover, #afterlogo a:hover, #aftermenu a:hover, #afterfooter a:hover {
	color: #1982D1;
	text-decoration: underline;
}
#banner span #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: 1.9em;
	font-weight: normal;
	line-height: normal;
}
#banner p, #afterlogo p, #aftermenu p, #afterfooter p {
	margin: 0 0 10px 0;
	padding: 0;
}
/***** FOOTER *****/
#footer {
	margin: 0;
	padding: 20px 30px;
	font-size: 0.92em;
	color: #1E1E1E;
	background-color: #efefef;
	border-top: 1px solid #afafaf;
	overflow: hidden;
}
#footerinfo {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footerinfo .zp{
  color: #1E1E1E !important;
}

/***** EXTRAMENU *****/
#xmenu {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#xmenu a {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1em;
	color: #1982D1;
	text-decoration: none;
}
#xmenu a:hover {
	color: #1982D1;
	text-decoration: underline;
}
/***** ONLINESHOP *****/

/* common, global styles for zp onlineshop */
.zpSO-OnlineShop-table.zpSO-OnlineShop-addresstable{
	width: auto;
}
.zpSO-OnlineShop-addresstable input[type="text"], .zpSO-OnlineShop-addresstable textarea{
	width:95%;
}
.zpSO-OnlineShop-error{
	color: #FF0000;
}

.zpSO-OnlineShop-table {
	width: 100%;
}
.zpSO-OnlineShop-table th {
	margin: 0;
	padding: 8px 10px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background-color: #222222;
}
.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: #1E1E1E !important;
	text-decoration: none !important;
}

/***** To DO: SITEMAP *****/
#sitemap{
   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: #666666;
}
/***** END To DO: SITEMAP *****/

/***** 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;
}


/* when responsiveness kicks in first */
@media screen and (max-width: 996px){
	#header, .flex-container {
  	min-height: 0;
  }
}

/* Small Screen */
@media screen and (max-width: 600px){
  body{
    padding: 0;
    -webkit-text-size-adjust:none;
    /*font-size: 130%;*/
  }
  #wrapper {
    margin: 0;
  	padding: 0;
  }
  #contentbox{
    position: relative;
  }
  #floatcontentleft, #floatcontentright {
    width: auto;
	  float: none;
	}
	#sidebarright, #sidebarleft{
	  width: auto;
	  float: none;
	}
	#webname, div.flex-caption span{
	  font-size: 1.8em !important;
	}
	#subnavbar{
	  float: none !important;
	  width: 100%
	}
	#search{
	  width: 100%;
	  padding: 0;
	  float: none;
	}
	#searchform {
    width:100%;
    height: auto;
    position: static;
  }
	#searchfield{
	  position: static;
	  width: 95%;
	  padding: 2%;
	  border-radius: 1em;
	}
	#searchbutton {
    display: none;
  }
	div.flex-caption{
	  position: relative !important; 
	  background-color: #eee !important;
	  background-image: none !important;
	  font-size: 75%;
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	ul.flex-direction-nav, .flex-control-nav{
	  display: none;
	}
	#topline {
		background-image: none !important;
	}
	/***** ARTICLE STYLES *****/
	.twocolumnleft, .twocolumnright{
	  width: 100% !important;
	  float: none;
	  margin-bottom: 30px;
	}
	.twocolumnleft div, .twocolumnright div{
	  padding: 0 !important;
	}	
	.marquee{
		max-width: 540px;
	}
}

@media screen and (max-width: 480px){
	.marquee{
		max-width: 420px;
	}
	.articleimage{
		float: none !important;
		padding-right: 0 !important;
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 320px){
	.marquee{
		max-width: 260px;
	}
}

  
/* BEGIN ZP Grid Style */
div.zpRow {
	margin-bottom: 30px;
}
div.zpRow:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
div.zpRow div.zpColumn {
	display: block;
	float: left;
	margin-left: 3.2%;
}
div.zpRow div.zpColumn img.singleImage {
	max-width: 100% !important;
	height: auto !important;
}
div.zpRow div.zpColumn .zpImageGallery a.fancybox {
	max-width: 100%; /* Bugfix to keep image responsive in IE11 */
}
div.zpRow div.zpColumn.zpColumnWidth1 {
	width: 99%;
	float: none;
}
div.zpRow div.zpColumn.zpColumnWidth2 {
	width: 48.4%;
}
div.zpRow div.zpColumn.zpColumnWidth3 {
	width: 31.2%;
}
div.zpRow div.zpColumn.zpColumnWidth4 {
	width: 22.6%;
}
div.zpRow div.zpColumn:first-child {
	margin-left: 0;
}
div.zpRow div.zpColumn div.zpColumnItem {
	overflow: hidden;
}
/* Media Queries */
@media only screen and (max-width: 768px) {
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3,
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4 {
		width: 48.4%;
	}
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3:nth-of-type(1),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(1),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(2) {
		margin-bottom: 30px;
	}
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3:nth-of-type(3),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(3) {
		margin-left: 0;
		clear: left;
	}
}
@media only screen and (max-width: 568px) {
	.responsivelayout div.zpRow div.zpColumn {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
		float: none !important;
	}
}
@media print {
	div.zpRow {
		margin-bottom: 0 !important;
	}
	div.zpRow div.zpColumn {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}
}
/* END ZP Grid Style */

/* Remove eventual borders from 1px images */
img[width="1px"], img[width="1"]{
	border: none !important;
}


  

/* begin general, global styles */

video{
  max-width: 100%;
  height: auto;
}

/* end general, global styles */


/* BEGIN zpTABs Styles */

div.zpAccordion {
  margin: 10px 0;
}
div.zpAccordion .accordion-heading {
  position: relative;
  padding: 10px;
  padding-right: 30px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  color: #777777;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 14px;
  text-transform: none;
  font-family: inherit;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  margin: 0;
}
div.zpAccordion .accordion-heading:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 8px;
  background-repeat: no-repeat;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAjCAQAAACDHrTmAAABS0lEQVR4AezVQW3DMBTG8b8hhEIkIzCFUMggNBBmCC4EF8JCIRRCYIdSCIWdPmlR3yy39mHS9p3aRs77ye/VduBnAhFFyaxs2BnIRO5YmUjsRA7qk5i4sjo/kYCN+PAYIhs2ZeRgMTiBDPAUJxMAiM7r48r1TBHRpAAcvBkFtfbOUsEZSATVcl5f4cbt9Lqd5WdKoeA7c5ljU8B5FRBHr7IpWrwTajiaLCuqKwo4j35WkULPv7f0wqXA0VNNVoGiARGmbvtF2YgqKPjTnJF0pggjzgdDgWINtd3SDhgYyQw2Bag/AprbhLwmRZzZ2IHEztpzgNvT7a/dnm6HHu3pdx3Qnn4XJd0T2F9bI8yvyD/mr2I+Xx/gr2brQAAAAIBh0P2ld42iqM05cNKBkw6cdOCkAycdOOnASQdOOnDSgZMOnHTgpAMnHTjowAfUuC3yqCcvNAAAAABJRU5ErkJggg==);
  background-position: 0px 0px;
  width: 18px;
  height: 12px;
}
div.zpAccordion .accordion-content {
  display: none;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 20px 30px 20px 30px;
}
div.zpAccordion.active .accordion-heading:after {
  background-position: -20px 0px;
}
div.zpAccordion.active .accordion-content {
  display: block;
}
div.zpTABs * {
  text-shadow: none !important;
}
div.zpTABs {
  margin: 30px 0;
  width: 100%;
}
div.zpTABs > ul.zpTABs {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
div.zpTABs > ul.zpTABs > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #f7f7f7;
  float: left;
  border: 1px solid #e7e7e7;
  border-right-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  color: #777777;
}
div.zpTABs > ul.zpTABs > li a.zpTABs {
  display: block !important;
  padding: 15px 20px !important;
  color: inherit !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
div.zpTABs > ul.zpTABs > li::before,
div.zpTABs > ul.zpTABs > li::after {
  display: none !important;
}
div.zpTABs > ul.zpTABs > li.active {
  border-bottom-width: 0;
  color: #5e5e5e;
  background: #ffffff;
}
div.zpTABs > ul.zpTABs > li.active a.zpTABs {
  color: inherit;
}
div.zpTABs > ul.zpTABs > li.last {
  border-right-width: 1px;
}
div.zpTABs > ul.zpTABs > li.tab.active::after,
div.zpTABs > ul.zpTABs > li.tab.active::before {
  display: block !important;
  content: '';
  position: absolute;
  bottom: -1px;
  height: 0px;
  width: 999em;
  border-bottom: 1px solid #e7e7e7;
  pointer-events: none;
}
div.zpTABs > ul.zpTABs > li.tab.active::before {
  right: 100%;
  margin-right: 0px;
}
div.zpTABs > ul.zpTABs > li.tab.active::after {
  left: 100%;
  margin-left: 0px;
}
div.zpTABs > ul.zpTABs > li.acc {
  display: none;
}
div.zpTABs > div {
  padding: 30px;
  clear: both;
  display: none;
}
div.zpTABs > div.active {
  margin-top: -1px;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.zpTABs > div.active *:not(a) {
  color: #777777;
}
div.zpTABs.small > ul.zpTABs {
  float: none;
}
div.zpTABs.small > ul.zpTABs > li {
  float: none;
  border-width: 1px;
  border-bottom-width: 0;
}
div.zpTABs.small > ul.zpTABs > li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.zpTABs.small > ul.zpTABs > li.last {
  border-bottom-width: 1px;
}
div.zpTABs.small > ul.zpTABs > li.active.last {
  border-bottom-width: 0;
}
div.zpTABs.small > ul.zpTABs > li.active {
  background: #f7f7f7;
}
div.zpTABs.small > ul.zpTABs > li.acc {
  display: none;
  white-space: normal;
  overflow: inherit;
  padding: 15px 20px !important;
}
div.zpTABs.small > ul.zpTABs > li.acc:last-child,
div.zpTABs.small > ul.zpTABs li.acc.last {
  border-bottom-width: 1px;
  border-top-width: 0;
}
div.zpTABs.small > ul.zpTABs > li.acc.active {
  display: block;
}
div.zpTABs.small > div {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  div.zpTABs > ul.zpTABs {
    float: none;
  }
  div.zpTABs > ul.zpTABs > li {
    float: none;
    border-width: 1px;
    border-bottom-width: 0;
  }
  div.zpTABs > ul.zpTABs > li.last {
    border-bottom-width: 1px;
  }
  div.zpTABs > ul.zpTABs > li.active.last {
    border-bottom-width: 0;
  }
  div.zpTABs > ul.zpTABs > li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.zpTABs > ul.zpTABs > li.active {
    background: #f7f7f7;
  }
  div.zpTABs > ul.zpTABs > li.acc {
    display: none;
    white-space: normal;
    overflow: inherit;
    padding: 15px 20px !important;
  }
  div.zpTABs > ul.zpTABs > li.acc:last-child,
  div.zpTABs > ul.zpTABs li.acc.last {
    border-bottom-width: 1px;
    border-top-width: 0;
  }
  div.zpTABs > ul.zpTABs > li.acc.active {
    display: block;
  }
  div.zpTABs > div {
    display: none !important;
  }
}



/* END zpTABs Styles */
/* MoFi */

img {
  border: 0px;
}

tr {
  min-height: 1.5em;
}

table {
  margin-left: auto;
  margin-right: auto;
}

div#all {
  position:relative;
  top: 0px;
  height: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  overflow:auto;
}

div#navigation {
  -moz-border-radius:5px;
  background-image:url("bilder/transparency.png");
  float:right;
  margin:20px 15px 20px 20px;
  padding:25px;
  position:relative;
  right:1em;
  width:15%;
}

div#fusszeile {
  -moz-border-radius:5px;
  background-image:url("bilder/transparency.png");
  margin:0px auto 5px auto;
  padding:5px 25px 5px 25px;
  position:fixed;
  bottom:10px;
  width:100%;
  height: 1.5em;
  max-width: 1220px;
  overflow:hidden;
}

div#suche {
  -moz-border-radius:5px;
  background-image:url("bilder/transparency.png");
  margin:0px auto 20px auto;
  padding:25px 25px 5px 25px;
  width:30em;
  text-align:right;
  position: relative;
  top: 25px;
}

div#mobDetail {
  -moz-border-radius:5px;
  background-image:url("bilder/transparency.png");
  margin:0px auto 5px auto;
  padding:5px 25px 5px 25px;
  width:100%;
  position: absolute;
  top:10px;
  left:0px;
  bottom:3.5em;
  overflow-x:hidden;
  overflow-y:auto;
  max-width: 1220px;
}

div#mobKarte {
  position: relative;
  top: 0px;
  margin:5px auto 5px auto;
  overflow-x:hidden;
  overflow-y:auto;
  height:98%;
}

div#fehler {
  -moz-border-radius:5px;
  background-image:url("bilder/transparency.png");
  margin:20px auto 20px auto;
  padding:25px;
  width:30em;
  text-align:center;
  font-weight:boldest;
  font-size:x-large;
  color: #FF0000;
}

.zweiTabellen {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top:0px;
}

.linkeTabelle {
  width:75%;
  position:absolute;
  left:2%;
  text-align:center;
}

.rechteTabelle {
  width:77%;
  position:absolute;
  right:0%;
  height:100%;
  overflow-x:none;
  overflow-y:auto;
}

div.tabUeberschrift {
  
  text-align: center;
  color: black;
  font-weight:bolder;
  font-size:larger;
}

div.center50 {
  width: 50em;
  margin: 1em auto 0.5em auto;
  text-align: center;
  vertical-align: middle;
  font-size:smaller;
}

.tUeberschrift {
  color:black;
  font-size:x-large;
  font-weight:bolder;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:1em;
  margin-bottom:1em;
  width:90%;
  background-image:url("bilder/transparency.png");
  -moz-border-radius:5px;
}

.tabTitel {
  background-image:url("bilder/transparency.png");
  -moz-border-radius:5px;
  color:black;
  font-weight:bolder;
  text-align:center;
}

.tInhalt {
  table-layout: fixed;
  border: 0px;
  border-collapse: collapse;
  font-size: small;
}

.tZelle {
  table-layout: fixed;
  border: 0px;
  border-collapse: collapse;
  font-size: small;
  width:100%;
  text-align:right;
}

.tMobName {
  width: 20em;
  padding-left: 0.5em;
  
}

.tItemName {
  width: 30em;
  padding-left: 0.5em;
}

.tNumSmall {
  width: 2.5em;
  text-align: right;
  padding-right: 1em;  
}

.tNum7 {
  width: 7em;
  text-align: right;
  padding-right: 0.5em;
}

.tCenterSmall {
  width: 3.5em;
  text-align: center;
}

.tCenter7 {
  width: 7em;
  text-align: center;
}

.tCenter13 {
  width: 13em;
  text-align: center;
}

.tLinks10 {
  width: 10em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align:center;
}

.tLinks15 {
  width: 15em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.tLinks24 {
  width: 24em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.tLinks30 {
  width: 30em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.tLabel {
  width:10em;
  color:black;
  padding-left:0.5em;
}

.tGebiet {
  width: 17em;
  text-align: center;
}

.tAggro {
  width: 3em;
  text-align:center;
}

.tBild {
  width: 34px;
}

.tBild2 {
  width: 2.7em;
  padding-left: 0.7em;
}

.rGerade {
  //background-image:url("bilder/transparency.png");
  color: #eee;
  -moz-border-radius:5px;
}

.fGruen {
  color: #40FF40;
}

.fGelb {
  color: black;
}

.karte {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  position:relative;
  top:0px;
  height:500px;
  background-image:url(bilder/aden_map.jpg);
  background-repeat:no-repeat;
}

div#fussLinks {
  position: absolute;
  top: 0.4em;
  left: 1em;
}

div#fussMitte {
  position: absolute;
  top: 0.4em;
  left: 0em;
  width: 100%;
  text-align:center;
}

div#fussRechts {
  position: absolute;
  top: 0.4em;
  right: 1em;
}

.bBild {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color:transparent;
  width: 0.9em;
  cursor: pointer;
  vertical-align:middle;
}

.bLink {
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #1982D1;
  background-color:transparent;
  cursor: pointer;
  text-align: left;
  vertical-align:middle;
}
a.bLink:link {
  color: #1982D1;
  text-decoration: none;
}

a.bLink:visited {
  color: #1982D1;
  text-decoration: none;
}

a.bLink:hover {
  text-decoration: underline;
}

a.bLink:active {
  text-decoration: underline;
}

a.bLink:focus {
  text-decoration: underline;
}


.noDrop {
  color: grey;
}
