 
.GillSansNova-Medium { 
	font-family: GillSansNova-Medium;
	font-weight: normal;
	font-style: normal;
}
.GillSansNova-Light { 
	font-family: GillSansNova-Light;
	font-weight: normal;
	font-style: normal;
}
.GillSansNova-MediumItalic { 
	font-family: GillSansNova-MediumItalic;
	font-weight: normal;
	font-style: normal;
}
.GillSansNova-SemiBold { 
	font-family: GillSansNova-SemiBold;
	font-weight: normal;
	font-style: normal;
}


* { 
    margin: 0;
    padding: 0;
}
 
.destroy{cursor: pointer;}
.newup{cursor: pointer;}  

html{
	overflow-y: scroll; /* no page jumping  */
	background-color:#efefef; 
	overflow-x: auto;
	}
html, body {
    height: 100%;
    width: 100%;
	background-color:#efefef;  
  	color:#000;	
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smooth: never;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
/*   	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;   */ 

	
} 

.page {
    height: 100%;
    height: auto !important;
    min-height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff; 	
	border: 0px;		
	font-family: GillSansNova-Medium;
}
.wrapper {
    overflow: auto;
    padding-bottom: 150px; 
}
.maincontent {
    overflow: hidden;
    height: 100%;
}
.leftcontent {
    float: left;
	width: 233px;
	background-color: #f8f8f8; 
    margin-left: 0;
}
.rightcontent {
    float: left;
    width: 716px;
    background-color: #fff;
}
.midcontent {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 51px; 
    float: left;
    width: 930px;
	min-height: 1000px;
	
}
.midcontent_top {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 35px;
    float: left;
    width: 930px;
	min-height: 1000px;
	
}
.spalten{display: block; width: 930px;} 


.gfc_kreis{
	float: right; 
	font-family: GillSansNova-SemiBold; 
	position: absolute; background: #fff; 
	/* border: 1px solid #bbbbbb;  */
	width: 20px; 
	height: 19px; 
	border-radius: 50%; 
	text-align: center; 
	line-height: 19px;
	margin-left: 78px;
	margin-top: -19px;	/* //früher -4px */
	padding-left: 1px;
	padding-top: 1px;
	z-index: 12344;
	color: #fff;
	background-color: #bbbbbb; 
	}



.merkreis{
	float: left; 
	position: absolute; background: #fff; 
	border: 1px solid #666; width: 16px; 
	height: 16px; 
	border-radius: 50%; 
	text-align: center; 
	line-height: 19px;
	margin-left: 83px;
	margin-top: -3px;	/* //früher -4px */
	padding-left: 1px;
	padding-top: 1px;
	z-index: 12344;
	/* background-color: #d2d2d2; */
	}

.merkreis_zahl{
	float: left; 
	position: absolute; background: #fff; 
	border-radius: 50%; 
	height: 11px; 
	width: 11px;
	text-align: center; 
	line-height: 11px;
	margin-left: 1px;
	margin-top:  2px;	/* //früher -4px */
	padding-left: 1px;
	padding-top: 1px;
	z-index: 12144;
	/* background-color: #d2d2d2 */
	}




.merkinsert{
	float: left; position: absolute; background: #fff; border: 0px; width: auto; height: auto; 
	margin-left: 83px;
	margin-top: -19px;
	}
 


	
.lalink{  
	letter-spacing: 0.1pt; 
	color: #000;
	font-family: GillSansNova-MediumItalic;  
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline; 
	opacity:1.0;
	filter:alpha(opacity=100); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
    position: relative;   
	}

.lalink:hover{ 
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
}
		
.suche{	
    
	position: absolute;
	margin: 0px; 
    height: 45px; 
	width: 959px;
	z-index: 99977771;
	display: none;
	background-color: #000;
	text-align: left; 
	color:#6c6c6c;
	}

.search{
	cursor: pointer;
	font-family: GillSansNova-SemiBold; 
	font-size: 0.79em;
	font-weight: normal;
	color: #fff;
	line-height: 44px;
	letter-spacing: 0.2pt;	
	opacity:1.0;
	filter:alpha(opacity=100); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
	}

.search:hover{ 
	
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
	}
	
.closearch{
	position: absolute;
    float: right;
	width: 22px;
	height: 22px;
	margin: 0px; 
	cursor: pointer;
	 background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 10px;
    top: 10px;
	}

.closearch:active {
    outline:none;
}
.closearch a:active { 	 
	outline:none;	 
}

 
	

.input_field_suche { color:#6c6c6c; 
 
	font-family: GillSansNova-Medium;
	font-size: 0.92em;
	font-weight: normal; 
	line-height: 43px;
	letter-spacing: 0.2pt;
	border: 1px solid #000; background-color: #fff; padding:0px; width:500px; height:43px; margin-left: 0px; padding-left: 9px; margin-top: 0px; margin-right: 10px;
}

input[type=suche] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #000;
}
 
input[type=suche]:focus{
  box-shadow: 0 0 0px rgba(81, 203, 238, 1);
}


/*  cookie */	

.backtoblack{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
	padding-bottom: 0%;
	z-index: 1199999999;
	display: block;
	}
 




#cookiepopup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  top: 800px;


  left: 0;
  right: 0;
  z-index: 100000000009;
  line-height:20px;
  padding: 0px;
  
  font-family: GillSansNova-Medium;
  font-size: 0.85em;
  font-weight: normal; 
  color:#323232;
  clear: left;
  height: 100%;
	
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  }
 
 
#cookieselect { 
  text-align: center; 
   
  position: absolute;
  top: 305px;
  left:0;
  z-index: 10000000009;
  line-height:20px;

  font-family: GillSansNova-Medium;
  font-size: 0.85em;
  font-weight: normal; 
  color:#323232;
  clear: left;
  height: 612px;  
  width: 100%;
	
 
  }
  
#cookieselect2 { 
  text-align: center; 
   
  position: absolute;
  top: 305px;
  left:0;
  z-index: 10000000009;
  line-height:20px;

  font-family: GillSansNova-Medium;
  font-size: 0.85em;
  font-weight: normal; 
  color:#323232;
  clear: left;
  height: 612px;  
  width: 100%;
	
 
  }  


 .cookmap{
	 width: 910px; 
	 height: 530px; 
	 background-color: #eeeef0; 
	 position: absolute; 
	 z-index: 100000;
	 
 
	 }



.cookieheadline{
	font-family: GillSansNova-Medium;
	font-size: 1.68em;
	letter-spacing: 0.4pt;
	font-weight: 600;
	height:30px;
	line-height: 30px;
	margin-bottom: 17px;
	
	}
 

 .cookinfo{
	 position: relative; 
	 width: 960px;
	 margin-top: 30px;
	 margin-left: auto;
	 margin-right: auto; 
	 height: 60px;
	 }
	 
 .cookinfo2{
	 position: relative; 
	 width: 623px;
	 opacity: 1.0; 
	 margin-left: auto;
	 margin-right: auto; 
	 height: 612px;
	 background: #fff;
	 z-index: 1000000000033;
	 border-radius: 21px;
	 }
	 
	 
 .cookbut{
	font-family: GillSansNova-Medium;
	font-size: 0.95em;
	font-weight: 600; 
	text-align: center;
	letter-spacing: 0.8pt;
	float: left;
	position: relative;
	width: 249px;
	height: 41px;
	line-height: 41px;
	margin: 0px; 
	margin-top: 52px;
	margin-left: 5px;
	cursor: pointer;
	
	background-color: #000;
	border-radius: 21px;
	color: #fff;
	/*background-image:url(../images/OK_Button.png);
	background-repeat: no-repeat;*/
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	} 

 .cookbut:hover{
	
	opacity:0.62;
	filter:alpha(opacity=62); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
 }
 
 
 .cookbut2{
	font-family: GillSansNova-Medium;
	font-size: 0.95em;
	font-weight: 600; 
	text-align: center;
	letter-spacing: 0.8pt;
	float: left;
	position: relative;
	width: 249px;
	height: 41px;
	line-height: 41px;
	margin: 0px; 
	margin-top: 48px;
	margin-left: 5px;
	cursor: pointer;
	
	background-color: #000;
	border-radius: 21px;
	color: #fff;
	/*background-image:url(../images/OK_Button.png);
	background-repeat: no-repeat;*/
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	} 

 .cookbut2:hover{
	
	opacity:0.62;
	filter:alpha(opacity=62); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
 }
 
 .cookhinweis{
	position: relative;
	font-size: 1.10em;
	letter-spacing: 0.06pt;
	line-height:24px;
	width: 594px; 
	margin: 0px;
	float: left;
	text-align: left;
	margin-left: 37px;
	margin-right: 7px;
	margin-top: 14px;
	height: 225px; 
	} 
	
.cookie_container{
	position: relative;
	font-size: 1.10em;
	letter-spacing: 0.06pt;
	line-height:24px;
	width: 623px; 
	margin: 0px;
	float: left;
	text-align: left;
	background-color: #fbfbfb;
	border-top: 1px solid #dedede; 
	 
	height: 136px; 
	} 

/*	checkbox cookies */

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
  margin-top:26px;
  margin-left: 32px;
  float: left;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b3b3b3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #73c44d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #73c44d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
  

.slider2 {
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c9e5b7;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 19px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: #c9e5b7;
}

input:focus + .slider2 {
  box-shadow: 0 0 1px #c9e5b7;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* Rounded sliders */
.slider2.round {
  border-radius: 34px;
}

.slider2.round:before {
  border-radius: 50%;
}



  
/*  startseite 			*/	

.st_butmenu{
	float: left;
	height: 100px;
	width: 870px;
	margin: 0px;
	margin-left: 30px;
	margin-top: 0px;
	background-color: #fff;
	text-align: center;
	border: 0px;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	}

.st_but{
	float: left;
	height: 90px;
	width: 122px;
	margin: 0px; 
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	text-align: center;
	border: 0px; 
	opacity:0.62;
	filter:alpha(opacity=62); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	
	}

.st_but:hover{	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: underline;
	}
.st_but img{
	margin-top: 10px;
	}

.st_pfeil{
	float: left;
	height: 20px;
	width: 30px;
	margin: 0px;  
	margin-left: 439px;
	margin-bottom: 30px;
	background-color: #fff;
	text-align: center;
	border: 0px; 
	opacity:0.62;
	filter:alpha(opacity=62); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	color: #000;
	font-family: GillSansNova-SemiBold; 
	font-weight: normal; 
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;	
	}

.st_pfeil:hover{	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
	}
	
	
.st_butxt{
	
	margin-top: 5px;
	color: #000;
	font-family: GillSansNova-SemiBold;
	font-size: 0.76em;
	font-weight: normal;  
	letter-spacing: 0.7pt;
	}

.st_teaser{
	float: left;
	height: 39px;
	width: 960px;
	margin: 0px;
	margin-left: -25px;
	margin-top: 0px;
	background-color: #000;
	color: #f2f2f2;
	font-family: GillSansNova-Medium;
	font-size: 1.06em;
	font-weight: normal; 
	line-height: 41px;
	letter-spacing: 0.7pt;
	text-align: center;
	border: 0px;
	border-top: 1px solid #fff; 
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
   transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
	}

.st_teaser:hover{ 
	color: #999;
}

.st_div{
	float: left;
	width: auto;
	height: auto;
	margin-top: 50px;
	color: #333;
   transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
	}

.st_div:hover{ 
	color: #999;
}


.st_claim{
	float: left;
	height: 37px;
	width: 960px;
	margin: 0px;
	margin-left: -25px;
	margin-top: 0px; 
	font-family: GillSansNova-Light;
	font-size: 1.35em;
	letter-spacing: 0.5pt; 
	text-align: center; 
	clear: left;  
	
	
	}

.st_txt{
	float: left;
	height: auto;
	width: 680px;
	margin: 0px;
	margin-left: 115px; 
	font-family: GillSansNova-Medium;
	font-size: 0.88em;
	font-weight: normal; 
	letter-spacing: 0.2pt;
	text-align: center; 
	line-height: 25px;
	margin-bottom: 5px;
	clear: left;
	
	}
 
	
.check_box { padding:0px; background-image:url(../images/nutz_auswahl_kreis_blanko_v2.png); width: 22px; height: 23px; cursor: pointer; float: left; margin: 0; margin-right: 8px; margin-top: 4px;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; 
  }
.det_icon { padding:0px; margin:0px; padding: 0px; width: 29px; height: 29px; cursor: pointer;  margin: 0; float: left; 
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */	
	}
.check_tx { color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.88em; font-weight: normal; padding:0px; cursor: pointer; line-height: 22px; width: 150px; float: left; line-height: 30px; letter-spacing: 0.2pt; margin-top: 2px;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; 
  }
.radio_but { padding:0px; background-image:url(../images/checkbox_blanko.jpg); width: 22px; height: 22px; cursor: pointer; float: left; margin: 0; margin-right: 6px; margin-top: 2px; 
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; 
}
.radio_tx { color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.86em; font-weight: normal; padding:0px; cursor: pointer; width: 60px; float: left; line-height: 27px; 
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  }
#if41, #if42, #if43, #if44{	display: none} 
#if46, #if47, #if48, #if49{	display: none} 

.input_field { color: #6c6c6c; font-family: GillSansNova-Medium; font-weight: normal; font-size:0.98em; border: 1px solid #a1a1a1; background-color: #fff; padding:0px; padding-left: 5px; width:295px; height:25px; letter-spacing: 0.2pt;}
.lafield { color: #6c6c6c; font-family: GillSansNova-Medium; font-weight: normal; font-size:0.98em; border: 1px solid #a1a1a1; background-color: #fff; padding:0px; padding-left: 5px; width:295px; height:25px; letter-spacing: 0.2pt;}
.link_field { color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.98em; border: 1px solid #a1a1a1; background-color: #fff; padding:0px; padding-left: 5px; width:295px; height:25px; margin-top: 20px; }
.radio_mp { color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.98em;  padding:1px; padding-left: 5px; width:auto; height:25px; padding-top: -10px;}
.form_box {color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.86em; border: 1px solid #a1a1a1; background-color: #fff; padding:1px; padding-left: 5px; padding-top: 3px; width:295px; resize: none; line-height: 19px;}
.dropdown { color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.86em;  background-color: #e1dfe0;  padding-left: 5px;  width:297px; height:27px; cursor: pointer; line-height: 28px; letter-spacing: -0.3pt;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;}
.img_drop{ text-align: right; float: right; display: none; }
.dropdown img{ 
	vertical-align: middle;
	padding-bottom: 5px;
	}
 
 .dropdown2 { color:#6c6c6c; font-family: GillSansNova-Medium;font-size: 0.90em; 
	cursor: pointer; 
	letter-spacing: 0.4pt;
	background-color: #e1dfe0;  padding-left: 8px;  width:229px; height:29px; cursor: pointer; line-height: 31px;   text-align: left;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
   }
.img_drop2{ text-align: right; float: right; display: block; }
.dropdown2 img{ 
	vertical-align: middle;
	padding-bottom: 1px;
	}
 .subdrop { color:#6c6c6c; font-family: GillSansNova-Medium; font-size:0.86em;  background-color: #fbfbfb;margin-top: 0px; width:232px; height:23px; cursor: pointer; text-align: left;
 letter-spacing: -0.3pt;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-left: 18px; 
  padding-top: 7px; 
  background-repeat:no-repeat;	
  }	
.dropmenu{
	 position: absolute;
	 z-index: 99999;
	 background-color: #fbfbfb;
	 width: 250px;
	 border: 1px solid #a1a1a1;
	 height: 100px;
	 margin-top: -30px;
	 margin-left: -7px;
	 -moz-box-shadow:0 0 7px rgba(190, 190, 210, 1); 
	-webkit-box-shadow:0 0 7px rgba(190, 190, 210, 1); 
	box-shadow:0 0 7px rgba(190, 190, 210, 1);    
	 }
.drophackerl{
	margin: 0px;
	margin-right: 5px;
	}
.dropexit{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
	z-index: 1;
	display: none;
	}
 
  





 
.outa{	
	font-family: GillSansNova-Medium;
	font-size: 9px;
	position: fixed;
	top: 10px;
	left: 12px;
	width: 250px;
	}
.session_outa{	
	font-family: GillSansNova-Medium;
	font-size: 9px;
	position: fixed;
	bottom: 20px;
	left: 12px;
	width: 250px;
	z-index: 190;
	 
	overflow: hidden;
	text-overflow: ellipsis;
	
	}

 
/******** header ***********/ 


#suchimg:active {
    outline:none;
}
#suchimg a:active { 	 
	outline:none;	 
}


.logo{
	float: left; 
    width: 100px;
	height: 90px; 
	cursor: pointer;
	margin: 0px 0px 0px 0px;  
	}
	

.logo a:active {
    outline: 0 !important;
    box-shadow: none !important; 
    border: none;
    -moz-outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;   
   
}
.logo:active {
    outline: 0 !important;
    box-shadow: none !important; 
    border: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}





.variety { 
	font-family: GillSansNova-Light;
 	font-size: 1.32em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.0pt;
	color: #666;
	line-height: 25px;
	margin-top: -10px;
}
.lower { 
	font-family: GillSansNova-Medium;
 	font-size: 0.91em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: -0.1pt;
	color: #666;
	line-height: 23px; 
}
.link_s { 
	font-family: GillSansNova-MediumItalic;
		color: #000;
		letter-spacing: 0.3pt;
		text-decoration: underline;
	}
.header_content {
	margin: 0px;
    width: 960px;
	height: 45px;
    background-color: #000;
	margin-left: auto;
	margin-right: auto;
	font-family: GillSansNova-Medium;
 	font-size: 1.10em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.0pt;
	color: #FFF;
}
  
 

 
/************************* start TEAM ************************/

.teamrow{
    float: left;
    clear: left;
    height: auto;
    width: 100%;
   /*  padding-bottom: 30px;   d260108 */
    background: #fff;
}
.teamout{
    float: left;
    width: 295px;
    height: auto;
    margin-right: 20px;
    background: #fff;
	margin-bottom: 30px; /*    d260108 */
}
.ticons{
    margin-left: 0px; 
    width: 100%; 
    height: 51px; 
    background: #fff; 
    float: left;
}
.ticon{
    float: left;
    width: 41px;
    height: 41px;
    margin-right: 8px;
    
}

.teamin{ 
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.82em;
	font-weight: normal; 	
    color: #545454;     
    letter-spacing: 0.24pt;
	width: 100%; 
	line-height: 25px;
	margin: 0px; 
	padding-top: 12px;      
    margin-bottom: 10px;
    height: auto;
    min-height: 78px;
    white-space:pre-wrap;
    border: 0px; 
    border-top: 1px solid #ccc;
} 


.scopeimg {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: -25px;
	height: auto;
	display: block;
	width: 960px;
	position: relative;
	float: left;
	border: 0px; 
}


.gg_headlinegradiert{
	width: auto;
 	
	 
	
	}

/* .teamin a{
	opacity:1.0;
	filter:alpha(opacity=100);  
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
    
} */

/* .teamin a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);  
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}  */ 
 

/************************* end TEAM ************************/








 
h1{
	list-style-type: none;
	font-family: GillSansNova-Medium;
 	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.0pt;
	margin-left: 0px;
	}
.header_fix{	
	background-color: #8e8e8e;
	height: 23px;
	position: fixed;
	top: 0px;
	width: 960px;
	z-index: 77777;
	display: none;
	}
img{
	border: 0px;
	}
a.logo img { border: 0px; } 
a.logo link { border: 0px; } 
a.logo visited { border: 0px; } 
a.logo hover { border: 0px; } 
a.logo active { border: 0px; } 
a.img{ border: 0px;}
img link{ border: 0px;}
img visited{ border: 0px;}
.mbut{	
	list-style-type: none;	
	}
.clear_left { font-size: 1px; line-height: 0px; margin: 0px; clear: left; height: 0px; } 
.clear_right { font-size: 1px; line-height: 0px; margin: 0px; clear: right; height: 0px; } 
.clear_both { font-size: 1px; line-height: 0px; margin: 0px; clear: both; height: 0px; } 

/********* links *********/
a {
	text-decoration:none;
	border-width: 0px; 
	color: #000;
	font-style: normal;
	border: 0px;
	 
	
	}
a:link { text-decoration:none; 
	border-width: 0px; 
	color: #000;
	font-style: normal;
	border: 0px;
	
	}
a:visited { 
	text-decoration:none;
	border-width: 0px; 
	color: #000;
	font-style: normal;
	border: 0px;
	outline: 0 !important; 
	}
a:focus {
	text-decoration:none;
	border-width: 0px; 
	color: #000;
	font-style: normal;
	border: 0px;
	}
a:hover {
	text-decoration:none;
	border-width: 0px; 
	color: #000;
	font-style: normal;
	border: 0px;
	}
a:active {
	text-decoration:none;
	border-width: 0px; 
	color: #000;
	font-style: normal;
	border: 0px;
	outline: 0 !important;
 
     
 
	}
	
/* *:active {
    outline: 0 !important;
    box-shadow: none !important; 
    border: none;
   -moz-outline-style: none;
} */




/********  260108d   //d260108  ***********/ 
.teamclose {
    
	display: block;
	height: auto;
	width: auto;
	
}



/********  260108d    ***********/ 




/********  footer_content  260108t  ***********/ 
.footer {
    position: relative;
    height: 430px;
    margin-top: -430px;
    clear: both;
	border: 0px; 
}
.footer_main { 
	margin: 0px;
	padding: 0px 38px 25px 38px;
	margin-top: 0px;
    width: 884px;
	height: 335px;
	margin-left: auto;
	margin-right: auto; 
	background-color:#000;
    z-index: 999999999;
}
.footer_left, .footer_right{    
	float: left;
	width: 50%;
}
.footer_grid{
	float: left;
	width: calc(48% - 30px);
	margin: 0px;
	margin-right: 30px;
	padding: 0px; 
	height: auto;
	border: 0px;  
	color: #ccc;
	}
#footer_grid1{
	width: calc(46% - 30px);
    
}
#footer_grid3{
    width: calc(53% - 30px);
	margin-right: 30px;

}
#footer_grid4{
    width: calc(47% - 30px);
	margin-right: 0px;

}
.footer_ul{	
	color: #CCC;
	list-style-type: none;
    margin-top: 25px;
	}

.footer_li{	
	line-height: 17px;	
	font-family: GillSansNova-Medium;
	font-size: 0.68em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.1pt; 
	color: #CCC;
	height: 18px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	} 
	
.footer_li a:link { text-decoration:none;  
	color: #CCC;
	font-style: normal;
	border: 0px;
	}
.footer_li a:visited { 
	text-decoration:none;
	border-width: 0px; 
	color: #CCC;
	font-style: normal;
	border: 0px;
	} 
	
.grid_bold_w { 
		color: #FFF;
		font-family: GillSansNova-SemiBold;
		font-weight: normal; 
	} 

.footer_white{
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
    width: 100%;
	height: 70px;
	margin-left: auto;
	margin-right: auto; 
	background-color: #fff;
	border-top: 1px solid;
	border-color: #dadada;
    z-index: 1;
    
}
.footer_logos { 
	margin: 0px;
	padding: 0px;
	margin-top: -1px;
    width: 960px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	font-family: GillSansNova-Medium;
	font-size: 0.86em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.0pt;  
	background-color: #fff;
	border-top: 1px solid #000;
    z-index: 1;
	 
}
.logos_left{
    float:left;
    width: 33%;
    height: 70px;
} 
.logos_right{
    float:left;
    width: 67%;
    height: 70px; 
} 
.logo_grid{
	float: left;
	margin: 0px;
	margin-left: 0px;
	margin-top: 6px;
	padding: 0px; 
	height: auto;
	border: 0px;  
	font-family: GillSansNova-Medium;
	font-size: 0.82em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.2pt;
	color: #ccc;
    width: 27%; 
	}


#lg1{
    width: 29%;
	margin-left: 1%;
}
#lg2{
	margin-top: 11px;
    width: 35%;
	margin-left: 0%;
}
#lg5{
	margin-top: 11px;
    width: 32%;
	margin-left: 0%;
}

#lg4{
    width: 34%;
	margin-left: 0%;
}

#lg6{
    width: 66%;
	margin-left: 0%;
} 




#lg3{
    width: 27%;
	margin-left: 8%;
}

/********  footer_content  260108t  ***********/ 
