@charset "UTF-8";

@import url("../fonts/fonts.css");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 17px;
	color: #020202;
	font-family: "pete";
	background: url("../images/bg.jpg") left to repeat #fff;
}

p,#content-wrapper ul,#content-wrapper ol,#content-wrapper table,h2,h3,h4,h5,h6 {
	margin-bottom: 20px;
}

h1 {
	position: absolute;
	z-index: 30;
	right: 50%;
	margin-right: -480px;
	top: 21px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #fff;
}

h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1px;
	font-size: 0;
	background: url("../images/logo.jpg") left top no-repeat transparent;
	width: 201px;
	height: 119px;
	font-size: 0;
}

h2 {
	background: url("../images/bg2.jpg") left top repeat #f1f1f1;
	height: 65px;
	line-height: 65px;
	font-size: 17px;
	text-align: center;
	border: 1px #d8d8d8 solid;
	border-top-color: #029f89;
}

h3 {
	color: #00508d;
	font-size: 17px;
	font-family: "tex";
}

h3 span.date {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

h4 {
	border-bottom: 1px #01998f solid;
	font-size: 17px;
	padding-left: 10px;
	margin-bottom: 10px;
}

address {
	font-style: normal;
}

a,a:visited {
	outline: none;
	text-decoration: none;
	color: #01998f;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

a:hover,a:active,a:focus {
	color: #020202;
}

em {
	font-style: normal;
	color: #04adb6;
}

hr {
	background-color: #01998f;
	color: #01998f;
	height: 2px;
	border: none;
	margin-bottom: 20px;
}

img {
	border: none;
}

img.block {
	display: block;
}

img.block.center {
	margin: auto;
}

img.block.left {
	margin-right: 20px;
}

ul {
	list-style-type: disc;
}

.tac {
	text-align: center;
}

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

	   ////////// Nicht l�schen ///////////

***********************************************/
.clear {
	clear: both !important;
	float: none !important;
	height: 0 !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: 0 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 0 transparent !important;
	box-shadow: 0 0 0 0 transparent !important;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.endrow {
	margin-right: 0 !important;
}

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

	   ////////// sticky footer ///////////

***********************************************/
html,body,#main-wrapper {
	height: 100%;
}

#main-wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 2;
}

body>#main-wrapper {
	height: auto;
	min-height: 100%;
}

#content-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 0 238px;
}

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

	   ////////// Seitenformatierung ///////////

***********************************************/
.contenter {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#navi {
	position: absolute;
	z-index: 30;
	top: 59px;
	left: 50%;
	margin-left: -480px;
}

#navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navi ul li {
	display: block;
	float: left;
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	position: relative;
}

#navi ul li>a,#navi ul li>a:visited,#navi ul li.empty span {
	color: #020202;
}

#navi ul li.empty span {
	cursor: help;
}

#navi ul li>a:hover,#navi ul li>a:active,#navi ul li>a:focus,#navi ul li.active>a {
	color: #919191;
}

#navi ul li ul {
	padding: 42px 20px;
	opacity: 0;
	position: absolute;
	top: 11px;
	left: 0;
	right: -20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#navi ul li:hover ul,#navi ul li:active ul,#navi ul li:focus ul {
	opacity: 1;
	top: 21px;
	background-color: #fff;
}

#navi ul li ul li {
	display: block;
	float: none;
	height: 23px;
	line-height: 23px;
}

#navi ul li ul li>a,#navi ul li ul li>a:visited {
	font-size: 16px;
	white-space: nowrap;
}

#navi ul li ul li>a:hover,#navi ul li ul li>a:active,#navi ul li ul li>a:focus,#navi ul li ul li.active>a {
	color: #01998f;
}

#header {
	position: relative;
	z-index: 2;
	border-top: 6px #029f89 solid;
	border-bottom: 1px #029f89 solid;
	padding-top: 26px;
	height: 118px;
	background-color: #fff;
}

#suche {
	float: left;
	padding-top: 26px;
	margin-left: 596px;
}

#suche #sucheingabe {
	background-color: #f5f5f5;
	margin-top:-40px;
	margin-left:30px;
	color: #020202;
	font-size: 16px;
	border: 1px #ccc solid;
	border-right-width: 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 100px;
	padding-left: 8px;
}

#suche #absenden,#suche #absenden:visited {
	background-color: #029f89;
	color: #fff;
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: left;
	display: block;
	width: 34px;
	border: none;
	cursor: pointer;
	margin-top:-40px;
}

#suche #absenden:hover,#suche #absenden:active,#suche #absenden:focus {
	background-color: #029f89;
	color: #fff;
}

#entry {
	width: 960px;
	height: 402px;
	margin: 0 auto -26px;
	padding: 0;
	position: relative;
	z-index: 3;
	top: -56px;
}

.slideshow {
	width: 958px;
	height: 395px;
	border: 1px #04adb6 solid;
	border-bottom-width: 6px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.slideshow .slidesjs-pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 20;
	right: 50px;
	bottom: 16px;
}

.slideshow .slidesjs-pagination li {
	margin-left: 2px;
	display: block;
	float: left;
}

.slideshow .slidesjs-pagination li a,.slideshow .slidesjs-pagination li a:visited {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1px;
	font-size: 0;
	width: 10px;
	height: 10px;
	border: 1px #919191 solid;
	border: 1px rgba(100, 100, 100, .33) solid;
	background-color: #e6e6e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .2s;
	width: 10px;
}

.slideshow .slidesjs-pagination li a:hover,.slideshow .slidesjs-pagination li a:active,.slideshow .slidesjs-pagination li a:focus,.slideshow .slidesjs-pagination li a.active {
	background-color: #18b2a8;
}

.slideshow .slide {
	position: relative;
	height: 100%;
}

.slideshow .slide p {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	font-size: 22px;
	padding: 29px 47px 20px;
	margin-bottom: 0;
	position: absolute;
	z-index: 21;
	left: 20px;
	top: 30px;
}

#auszeichnungen {
	height: 106px;
	padding: 0 20px 0 40px;
	background: url("../images/pfeil_bg.jpg") 365px 75px no-repeat #f1f1f1;
}

#auszeichnungen .left {
	padding: 19px 0;
	margin-top: 65px;
}

#auszeichnungen h3 {
	margin-bottom: 2px;
}

#auszeichnungen p {
	color: #00508d;
	font-family: "tex";
	margin-bottom: 0;
	font-size: 14px;
}

#auszeichnungen .right {
	height: 106px;
	line-height: 106px;
	text-align: center;
	font-size: 0;
}

#auszeichnungen .right img {
	vertical-align: middle;
	padding: 0 10px;
}

.fourColContainer {
	margin-right: -20px;
	width: 980px;
}

.fourCol {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	line-height: 110%;
}

.fourCol a,.fourCol a:visited {
	width: 225px;
	height: 92px;
	text-align: center;
	padding-top: 46px;
	background-color: #01998f;
	-webkit-box-shadow: 0 0 2px 0 #01998f;
	-moz-box-shadow: 0 0 2px 0 #01998f;
	box-shadow: 0 0 2px 0 #01998f;
	display: block;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.fourCol a:hover,.fourCol a:active,.fourCol a:focus {
	color: #020202;
	-webkit-box-shadow: 0 0 5px 2px #01998f;
	-moz-box-shadow: 0 0 5px 2px #01998f;
	box-shadow: 0 0 2px 5px #01998f;
}

.bigcol {
	width: 615px;
	position: relative;
}

.teaserNews {
	background: #00508d url('../images/bg-news-teaser.jpg') no-repeat right bottom;
	color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 17px 0 18px 0;
}

.teaserNews h3 {
	color: #ffffff;
	margin-bottom: 14px;
}

.teaserNews p {
	margin-bottom: 7px;
}

.teaserNews a,.teaserNews a.visited,.teaserNews em {
	color: #80a7c4;
}

.teaserNews a:hover {
	color: #ffffff;
}

.teaserNews .cta {
	margin: 0 0 18px 0;
}

.teaserNews ul {
	width: 65%;
	border-top: #80a7c4 dotted 1px;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
}

.teaserNews ul li {
	list-style-type: square;
	margin: 0 0 0 18px;
}

.smallcol {
	width: 309px;
}

.halfcol{
	width: 470px;
}

a.cta {
	display: block;
}

a.cta.type1,a.cta.type1:visited {
	background: url("../images/bg2.jpg") left top repeat #f1f1f1;
	height: 65px;
	line-height: 65px;
	font-size: 17px;
	text-align: center;
	border: 1px #d8d8d8 solid;
	border-top-color: #029f89;
	color: #020202;
	margin-bottom: 20px;
}

a.cta.type1:hover,a.cta.type1:active,a.cta.type1:focus {
	color: #04adb6;
}

#fragen {
	background: url("../images/frage.jpg") left top no-repeat transparent;
	padding: 48px 0 0 32px;
	position: relative;
	height: 282px;
	width: 277px;
	border-bottom: 1px #029f89 solid;
	margin-bottom: 30px;
}

#fragen h3 {
	font-size: 22px;
	margin-bottom: 4px;
	color: #fff;
}

#fragen p {
	margin-bottom: 4px;
	color: #fff;
}

#fragen img.happyHeadset {
	position: absolute;
	bottom: 0;
	right: 0;
}

a.cta.type2,a.cta.type2:visited {
	float: left;
	margin-left: 39px;
	width: 124px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px #029f89 solid;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.cta.type2:hover,a.cta.type2:active,a.cta.type2:focus {
	margin-left: 42px;
}

.paddel {
	padding: 0 20px;
	overflow: hidden;
}

#fragen a.cta.type2,#fragen a.cta.type2:visited {
	float: none;
	margin-left: 0;
	position: absolute;
	bottom: 46px;
	left: 39px;
	line-height: 35px;
	text-align: center;
	border: 1px #029f89 solid;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.cta.type2 span {
	display: inline-block;
	background-color: #029f89;
	color: #fff;
	float: right;
	padding: 0 6px;
}

#fragen a.cta.type2:hover,#fragen a.cta.type2:active,#fragen a.cta.type2:focus {
	left: 42px;
	margin-left: 0;
}

ul {
	padding-left: 21px;
}

ul.speclist {
	list-style: none;
	padding-left: 0;
}

ul.speclist li span {
	color: #04adb6;
	font-weight: bold;
	padding-right: 8px;
}

.gbox {
	background: url("../images/bg3.jpg") left top repeat transparent;
	padding: 30px 30px 10px;
	border: 1px #d8d8d8 solid;
	border-top-color: #01998f;
}

.smallcol.gbox {
	width: 249px;
	margin-bottom: 20px;
}

.smallcol.right.addMargin {
	margin-left: 20px;
}

.smallcol.left.addMargin {
	margin-right: 20px;
}

.threeColContainer {
	width: 980px;
	margin-right: -20px;
}

.threeCol {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	width: 300px;
}

.twoThirdCol {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	width: 620px;
}

a.threeCol {
	width: 300px;
	height: 92px;
	text-align: center;
	padding-top: 46px;
	background-color: #01998f;
	-webkit-box-shadow: 0 0 2px 0 #01998f;
	-moz-box-shadow: 0 0 2px 0 #01998f;
	box-shadow: 0 0 2px 0 #01998f;
	display: block;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.threeCol:hover,a.threeCol:active,a.threeCol:focus {
	color: #020202;
	-webkit-box-shadow: 0 0 5px 2px #01998f;
	-moz-box-shadow: 0 0 5px 2px #01998f;
	box-shadow: 0 0 5px 2px #01998f;
}

ul.imagelist {
	list-style: none;
	padding-left: 0;
	width: 100%;
	font-size: 1px;
	font-size: 0;
	text-align: center;
	line-height: 110px;
}

ul.imagelist li {
	display: inline;
	padding: 0 10px;
	vertical-align: middle;
}

ul.imagelist li img {
	vertical-align: middle;
}

.tabnavicontainer {
	width: 980px;
	margin-right: -20px;
	padding-bottom: 20px;
}

.tabnavicontainer ul.tabnavi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabnavicontainer ul.tabnavi li {
	display: block;
	float: left;
	width: 306px;
	height: 55px;
	margin-right: 20px;
	background-color: #01998f;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	font-family: "tex";
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: 0 0 2px 0 #01998f;
	-moz-box-shadow: 0 0 2px 0 #01998f;
	box-shadow: 0 0 2px 0 #01998f;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

.tabnavicontainer ul.tabnavi li:hover {
	color: #020202;
	-webkit-box-shadow: 0 0 5px 2px #01998f;
	-moz-box-shadow: 0 0 5px 2px #01998f;
	box-shadow: 0 0 5px 2px #01998f;
}

.tabnavicontainer ul.tabnavi li.active {
	background-color: #fff;
	color: #01998f;
}

.tabnavicontainer .tab {
	background: url("../images/bg3.jpg") left top repeat transparent;
	border: 1px #d8d8d8 solid;
	padding: 30px;
	width: 898px;
}

.tabnavicontainer .tab .slideshow {
	width: 898px;
	height: 672px;
	margin-bottom: 20px;
}

.tabnavicontainer .tab .slideshow .slidesjs-next,.tabnavicontainer .tab .slideshow .slidesjs-previous,.tabnavicontainer .tab .slideshow .slidesjs-play,.tabnavicontainer .tab .slideshow .slidesjs-stop {
	display: none;
}

.greyBox {
	background: url("../images/bg3.jpg") left top repeat transparent;
	border: 1px #d8d8d8 solid;
	padding: 30px;
	width: 898px;
	margin-bottom: 20px;
}

.greyBox .halfcol {
	width: 440px;
}

.greyBox .halfcol h3 {
	margin-bottom: 10px;
}

.greyBox .threeColContainer {
	width: 918px;
}

.greyBox .threeColContainer .threeCol {
	width: 286px;
	margin-right: 20px;
}

ol {
	padding-left: 21px;
}

#content-wrapper ol li ul {
	margin-bottom: 0;
}

ul.haken {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

ul.haken li {
	padding-left: 26px;
	background: url("../images/haken.png") left center no-repeat transparent;
}

a.cta.pdf,a.cta.pdf:visited {
	height: 52px;
	line-height: 52px;
	border: 1px #029f89 solid;
	background-color: #fff;
	color: #01998f;
	font-size: 20px;
	float: right;
	margin: 0 20px 20px 0;
	padding: 0 15px 0 50px;
	background: url("../images/pdf.png") 5px center no-repeat transparent;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.cta.pdf:hover,a.cta.pdf:active,a.cta.pdf:focus {
	margin-right: 17px;
	color: #020202;
}

iframe.gmaps {
	display: block;
	width: 958px;
	height: 518px;
	border: 1px #01998f solid;
	margin-bottom: 20px;
}

a.fancybox img {
	display: block;
}

/* ///// Unsere Kunden Blume ///// */
#kunden_display {
	width: 600px;
	height: 600px;
	position: relative;
	margin: 0 auto 20px;
}

#kunden_display .kuller {
	background-color: #00508d;
	color: #fff;
	-webkit-border-radius: 960px;
	-moz-border-radius: 960px;
	border-radius: 960px;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
	line-height: 150px;
	margin-bottom: 0;
}

#kunden_display .kuller.center {
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
	font-size: 24px;
	width: 200px;
	height: 200px;
	line-height: 200px;
}

#kunden_display .kuller.one {
	top: 0;
	left: 50%;
	margin-left: -75px;
}

#kunden_display .kuller.two {
	top: 80px;
	left: 50%;
	margin-left: 90px;
}

#kunden_display .kuller.three {
	top: 260px;
	left: 50%;
	margin-left: 130px;
}

#kunden_display .kuller.four {
	top: 410px;
	left: 50%;
	margin-left: 20px;
}

#kunden_display .kuller.five {
	top: 410px;
	right: 50%;
	margin-right: 20px;
}

#kunden_display .kuller.six {
	top: 260px;
	right: 50%;
	margin-right: 130px;
}

#kunden_display .kuller.seven {
	top: 80px;
	right: 50%;
	margin-right: 90px;
}

#kunden_display .line {
	background-color: #00508d;
	height: 2px;
	margin: 0;
	padding: 0;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#kunden_display .line.one {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -110px;
	margin-left: -50px;
}

#kunden_display .line.two {
	-webkit-transform: rotate(141deg);
	-moz-transform: rotate(141deg);
	-ms-transform: rotate(141deg);
	-o-transform: rotate(141deg);
	transform: rotate(141deg);
	margin-top: -90px;
	margin-left: 40px;
}

#kunden_display .line.three {
	-webkit-transform: rotate(192deg);
	-moz-transform: rotate(192deg);
	-ms-transform: rotate(192deg);
	-o-transform: rotate(192deg);
	transform: rotate(192deg);
	margin-top: 30px;
	margin-left: 90px;
}

#kunden_display .line.four {
	-webkit-transform: rotate(243deg);
	-moz-transform: rotate(243deg);
	-ms-transform: rotate(243deg);
	-o-transform: rotate(243deg);
	transform: rotate(243deg);
	margin-top: 120px;
	margin-left: 10px;
}

#kunden_display .line.five {
	-webkit-transform: rotate(294deg);
	-moz-transform: rotate(294deg);
	-ms-transform: rotate(294deg);
	-o-transform: rotate(294deg);
	transform: rotate(294deg);
	margin-top: 120px;
	margin-right: 10px;
	right: 50%;
	left: auto;
}

#kunden_display .line.six {
	-webkit-transform: rotate(345deg);
	-moz-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	transform: rotate(345deg);
	margin-top: 30px;
	margin-right: 90px;
	right: 50%;
	left: auto;
}

#kunden_display .line.seven {
	-webkit-transform: rotate(39deg);
	-moz-transform: rotate(39deg);
	-ms-transform: rotate(39deg);
	-o-transform: rotate(39deg);
	transform: rotate(39deg);
	margin-top: -90px;
	margin-right: 40px;
	right: 50%;
	left: auto;
}

a.fancybox img.addMargin{
	margin-bottom: 20px;
}

.togglehead{
	cursor: pointer;
}

h3.togglehead{
	padding: .5em 1em;
	color: #fff;
	background-color: #00508d;
}

pre{
	font-family: "pete", sans-serif;
	font-size: 1em;
	margin: 0 auto;
	width: 960px;
	white-space: pre-wrap;
	overflow: hidden;
	margin-bottom: 1em;
}

#footer {
	position: relative;
	z-index: 2;
	height: 210px;
	border-bottom: 8px #029f89 solid;
	margin-top: -218px;
}

#footer .titlearea {
	background: url("../images/bg3.jpg") left top repeat transparent;
	width: 958px;
	height: 56px;
	border: 1px #d8d8d8 solid;
	border-top-color: #01998f;
	margin-bottom: 26px;
}

#footer .titlearea h3 {
	font-size: 16px;
	font-weight: bold;
	color: #020202;
	line-height: 56px;
	margin-bottom: 0;
}

#footer .titlearea .left {
	width: 404px;
	padding-left: 18px;
}

#footer .titlearea .right {
	width: 502px;
	padding-left: 34px;
}

#footer .titlearea .right h3 {
	padding-left: 30px;
}

#footer .contentarea .left {
	padding-left: 20px;
	width: 404px;
}

#footer .contentarea {
	font-size: 15px;
}

#footer .contentarea .right {
	width: 483px;
	border-left: 1px #01998f solid;
	padding-right: 20px;
}

#footer .contentarea .right .right {
	width: auto;
	padding-left: 28px;
	border-left: none;
	padding-right: 0;
}

#footer .contentarea .right .right a,#footer .contentarea .right .right a:visited {
	color: #020202;
}

#footer .contentarea .right .right a:hover,#footer .contentarea .right .right a:active,#footer .contentarea .right .right a:focus {
	color: #01998f;
}

#footer .contentarea .right .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contentarea .right .right ul li a,#footer .contentarea .right .right ul li a:visited {
	font-weight: bold;
	color: #01998f;
}

#footer .contentarea .right .right ul li a:hover,#footer .contentarea .right .right ul li a:active,#footer .contentarea .right .right ul li a:focus,#footer .contentarea .right .right ul li.active a {
	color: #020202;
}

/* ///// Referenzkarte ///// */
#map {
	width: 958px;
	height: 558px;
	display: block;
	margin-bottom: 20px;
	border: 1px #01998f solid;
}

.markerPop {
	width: 320px;
	height: 180px;
	overflow: auto;
}