/*----------------------------------------------------------------------------
	newfooter.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG



/*-- footer container ------------------------------------------------------*/


/*--- footer ---------------------------------------------------------------*/


#sub_left {
	position:fixed;
	width:28%;
	height:15%;
	  left:.5%;
	bottom:2%;

	clear:both;
	z-index:0;
	-moz-opacity:.7;
   opacity:.7;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub_left { 
	width:28%;
	height:15%;
	opacity:.7
}
}

#sub_lefti {

	width:100%;
	height:100%;
  bottom:0px;

	z-index:-2;

	overflow:hidden;
	display:inline;

		clear:both;
}




#sub_right {
	position:fixed;
	width:28%;
	height:15%;
	  right:.5%;
	bottom:2%;
	z-index:-2;
	clear:both;
		z-index:0;
	-moz-opacity:.7;

   opacity:.7;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub_right { 
	width:28%;
	height:15%;
	opacity:.7
}
}

#sub_righti  {
	width:100%;
	height:100%;
  bottom:0px;
	overflow:hidden;
		display:inline;

		clear:both;
}

/*--- footer ------------------------------sub pages---------------------------------*/
#sub_left_secondary {
	position:fixed;
	width:28%;
	height:15%;
	  left:.5%;
	bottom:2%;

	clear:both;
	z-index:0;
	-moz-opacity:.7;
   opacity:.7;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub_left_secondary { 
	width:28%;
	height:15%;
	opacity:.7
}
}

#sub_lefti_secondary {
	width:100%;
	height:100%;
  bottom:0px;

	z-index:-2;

	overflow:hidden;
	display:inline;

		clear:both;
}

#sub_right_secondary {
	position:fixed;
	width:28%;
	height:15%;
	  right:.5%;
	bottom:2%;
	z-index:-2;
	clear:both;
		z-index:0;
	-moz-opacity:.7;

   opacity:.7;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub_right { 
	width:28%;
	height:15%;
	opacity:.7
}
}


#sub_righti_secondary  {
	width:100%;
	height:100%;
  bottom:0px;
	overflow:hidden;
		display:inline;

		clear:both;
}





#footer {
	position:fixed;
	width:100%;
	height:12px;
	  left:.5%;
	bottom:2%;
	text-align:center;
	clear:both;
	z-index:-1;
	-moz-opacity:.7;

   opacity:.7;
}



#footer_text {

	
/*--- 	width:385px;------------*/
	width:100%;
	height:100%;
  bottom:0px;

	z-index:-1;

	overflow:hidden;
	display:inline;

		clear:both;
		
		
	vertical-align:bottom;
	width:19.063em;

	text-align:center;
	font-size:.6em	;	
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #036;
	-moz-opacity:1;

   opacity:1;   

	background:transparent;


}


/*--- footer for the secondary pages---------------------------------------------------------------*/
#footer_secondary {
	float:left;
/*---	position:absolute;----*/
	width:96%;

	height:.75em;

	bottom:0px;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;

	vertical-align:bottom;
	text-align:center;	
	
	-moz-opacity:1;

   opacity:1;
	z-index:-1;
	
									
	clear:both;
}


 
#footer_text_secondary{
position:relative;
	
/*--- 	width:385px;------------*/

	vertical-align:bottom;
	width:19.063em;
	margin-bottom:0px;
	bottom:0px;
	padding:0px 0 0px 0;

	display:inline;

	text-align:center;
	font-size:.625em	;	


  font-style: italic;

  font-weight: normal;
  text-decoration: none;
  color: #036;

	-moz-opacity:1;

   opacity:1;
   
	z-index:0;
	background:transparent;
	clear:both;

}




