 
.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: relative;
	top: 93px;
	left: 0px;
	height: 44px; 
	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;
	width: 22px;
	height: 22px;
	margin: 0px;
	margin-top: -33px;
	margin-left: 922px;
	cursor: pointer;
	 
	background-image:url(../images/LAFC_Close_v1.png);
	background-repeat: no-repeat;
	}

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

	
/*	
.closearch:focus-within{
 
	border: 1px solid #CCC;
 
	}
	*/
	

.input_field_suche { color:#6c6c6c; 
 
	font-family: GillSansNova-Medium;
	font-size: 0.92em;
	font-weight: normal; 
	line-height: 42px;
	letter-spacing: 0.2pt;
	border: 1px solid #000; background-color: #fff; padding:0px; width:500px; height:42px; margin-left: -100px; 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: 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;
	} 

 .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 ***********/ 
.header { 
	height: 93px;
	width: 100%;	 
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; 
}

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

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

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


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


.header_bg { 
	width: 100%;
	background-color: #fff;
	height: 93px; /* 240419*/
	margin-left: 0px;
	border: 0px;
	border-bottom: 1px solid;
	border-color: #bfbfbf;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; 
}
 
.header_top { 
	margin: 0px;
	padding-top: 0px;
    width: 960px; 
	height: 93px; /* 240419*/
	background-color:#fff; 
	margin-left: auto;
	margin-right: auto; 
}
.logo{
	float: left; 
    width: 100px;
	height: 90px; 
	cursor: pointer;
	margin: 0px 0px 0px 0px;  
	}
	
.logo_EP{
    position: absolute;
	margin: 44px 0px 0px 4px;
}
	
.logo_LAFC{
    position: absolute;
	margin: 5px 0px 0px 40px;
}
	
.logo_PRISMA{
    position: absolute;
	margin: 2px 0px 0px 43px;
}
	
	

.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;
}
 
.mm {
	margin: 0px;
    width: 960px; 
	margin-left: auto;
	margin-right: auto; 
	margin-top: -1px; 
	
}
.mm ul{
	overflow: hidden;
	list-style-type: none;
	  width: 960px;
	  height: 44px; /*240419*/
	  position: relative;  
	font-size: 0.835em; /*240419  0.83 war org  font-size: 13.48px; */ 
  	font-family: GillSansNova-SemiBold;
 	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.3pt;
 	border: 0;
 	margin: 0;
  	padding: 0;	 
	}
.mm li { 
	float: left;
  width: 160px;
  height: 28px;  /*240419*/
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  padding: 0px;
  padding-top: 16px;  /*240419*/
  padding-left: 0px;
  margin: 0px;
  margin-right: 0px;
  border: 0;
  color: #fff;  
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #000;
  border: 0px;
  border-right: #4c4c4c solid 1px;
}

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

.mm li a:link { 
	text-decoration:none; 
  	color: #fff;
	 
	 
	}
.mm li a:visited { 
	text-decoration:none;
  	color: #fff; 
	 
	}
	
.mm li a:active { 
	text-decoration:none;
  	color: #fff;
    outline: 0 !important;
    box-shadow: none !important; 
    
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;	
	 
	}




	
/* .mm:active {
    outline:none;
}border: none;
 */

 
 
.sidemenu {
	float: right;
	margin: 0px;
	margin-top: 55px;
	margin-right: 4px;
	color: #333; 
}


.sidemenu ul{ 
	list-style-type: none;  
 	border: 0;
 	margin: 0; 
  	padding: 0;	 
	/* outline: none; */
	}
.sidemenu li{ 		
	width: 25px;
	height: 15px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	cursor: pointer;
	padding: 0px;  
	margin: 0px; 
	border: 0;
	color: #696969;  
		  
	font-size: 0.72em; 
	font-family: GillSansNova-Medium;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.3pt;
	  
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none; 
	border: 0px; 
    text-decoration: none;			

}

 
.sidemenu ul:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration:none; 
	
	}  
.sidemenu ul a:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration:none; 
	
	} 
.sidemenu ul:visited { 
outline: none; }

.sidemenu ul a:visited { 
outline: none; }	


.sidemenu li:active {
    text-decoration:none; 
    outline: 0 !important;
    box-shadow: none !important; 
     
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

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

/*  outline-style: solid; outline-color:grey; outline-width: 1px; text-decoration:underline; outline:none; -webkit-tap-highlight-color: transparent; border-right: #000 1px solid;  */

/* .sidemenu li:focus {	
 text-decoration:none; 
    outline:none;

    }

.sidemenu li a:focus { 
 text-decoration:none; 
    outline:none;
   } 

 .sidemenu li:focus-visible {
  outline: 2px solid;
}*/
 



.sidemenu li:visited { 
 text-decoration:none; 
    outline:none;
 
     }

.sidemenu li a:visited { 
outline: none; 
text-decoration:none;    }


/*
.sidemenu:active {
    
    outline:none;
    text-decoration:none;  
}
.sidemenu a:active { 	 
	 
    outline:none;
     text-decoration:none; 	 
}

   #sidemenu1:active {
    outline:none;
}
#sidemenu1 a:active { 	 
	outline:none;	 
}  
#sidemenu1 li:visited { 
outline: none; }

#sidemenu1 li a:visited { 
outline: none; }
 

 
 .sidemenu > ul > li.active > a:active, .sidemenu > ul > li > a:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	text-decoration:none;
	outline:none;
	border:0px;
}  
  */

 


li:active {
    outline:none;
}

li a:active { 
	 
	outline:none;
	 
}  


/* li:focus {
    outline:none;
}
    */
	
.sm {
	position: relative; 
    width: 960px; 
	margin: 0px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 0px; 
	height: 38px; /*240419*/
	background-color: #dbdbdb; 
	
}
.sm ul{
	list-style-type: none;
	width: 960px;
	font-size: 0.82em;  /*240419 ORG 0.78em; */
  	font-family: GillSansNova-SemiBold;
 	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.1pt;
 	border: 0px;
 	margin: 0px;
	height: auto; 
	}
.sm li { 
  width: auto;
  float: left;
  margin: 0px; 
  height: 38px;
  text-align: center;
  cursor: pointer;
  padding: 0px;
  padding-top: 0px;
  padding-left: 23px; 
  padding-right: 23px; 
  color: #696969;  
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #dbdbdb;
  border: 0px;
  line-height: 42px; 
}
.sm li a:link { 
	text-decoration:none; 
  	color: #696969;  
	}
.sm li a:visited { 
	text-decoration:none;
  	color: #696969;   
	}
	
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;
} */


/********  footer_content   ***********/ 
.footer {
    position: relative;
    height: 68px;
    margin-top: -68px;
    clear: both;
	background-color: #fff;
	border: 0px;
	border-top: 1px solid;
	border-color: #dadada;
	 
}
.footer_main { 
	margin: 0px;
	padding: 0px;
	margin-top: -165px;
    width: 960px;
	height: 165px;
	margin-left: auto;
	margin-right: auto; 
	background-color:#000;
}
.footer_grid{
	float: left;
	width: 86px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 13px; 
	height: auto;
	border: 0px;  
	color: #ccc;
	}
.footer_ul{	
	color: #CCC;
	list-style-type: none;
	}

.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_logos { 
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
    width: 960px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-family: GillSansNova-Medium;
	font-size: 0.86em;
	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.0pt;  
}
.logo_grid{
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	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;
	}