/* Version 6.3 Rev 00               bei sono edk
	unten 	ist zuständig für die Position des Fotos
	oben 	bestimmt  die Position des break-buttons
	Pfeil	L und R   Positionierung der Pfeil-Buttons  für die Vergleiche
	Pfeil	ML und MR Positionierung der Pfeil-Buttons  für Blätterfunktion
		6.1 R 03	Version für den rechten Rand auf 10 gesetzt
		6.1 R 04	3. id (mitte) Position für einen Pfeil-button  einzubauen
		6.1 R 05	Namen der id's geändert
		6.1 R 06	id's für Pfeile eingefügt 
		6.1 R 07	id's für Pfeile in der vertikalen MITTE eingefügt   
		6.1 R 08	InfoR12 für die Texte in der Infobox 
		6.1 R 09	InfoR32 zugefügt   
		6.3 R 00	Anbstände genäder für 12 in 10/14 für 32 in 34/38
*/
		
/*	Hintergrundfoto */		
#unten{
	position: absolute;
	top:0px;
	z-index:0;
	width:1920px;
	max-width:100%;
	height:auto;
	}

/*	Info-Box für Texte */		
*.versteckt{visibility:hidden}
*.hoverContainer:hover section{visibility:visible}

#infoR12{
  position: absolute;
  z-index:1;
  opacity: 0.8;
  right: 14px;
  top: 90px;
  height: 35px;
  width: 35px;
}

#infoR12:hover{
  opacity: 1;
  height: auto;
  width: 700px;
  background-color:#B3B3B3; 
}
	
#infoR32{
  position: absolute;
  z-index:1;
  opacity: 0.8;
  right: 38px;
  top: 90px;
  height: 35px;
  width: 35px;
}

#infoR32:hover{
  opacity: 1;
  height: auto;
  width: 700px;
  background-color:#B3B3B3; 
}
		
/*	break-button oben rechts in drei Abständen 32, 12, 2 */		
#obenR32{
	position: absolute;
	z-index:1;
	opacity:0.5;
	right: 34px;
	top: 45px;
	}
#obenR32:hover{
	opacity:1.0;
	}

#obenR12{
	position: absolute;
	z-index:1;
	opacity:0.5;
	right: 10px;
	top: 45px;
	}	
#obenR12:hover{
	opacity:1.0;	
	}
	
#obenR02{
	position: absolute;
	z-index:1;
	opacity:0.5;
	right: 2px;
	top: 45px;
	}	
#obenR02:hover{
	opacity:1.0;	
	}

/*	Position für  Pfeile OBEN rechts */	
#pfeilR{
	position: absolute;
	z-index:1;
	opacity:0.5;
	right: 10px;
	top: 120px;
	}
#pfeilR:hover{
	opacity:1.0;
	}	
#pfeilL{
	position: absolute;
	z-index:1;
	opacity:0.5;
	right: 10px;
	top: 190px;
	}
#pfeilL:hover{
	opacity:1.0;
	}	

/*	Position für  Pfeile MITTE links und rechts */		
#pfeilMR{
	position: absolute;
	z-index:1;
	opacity:0.5;
	right: 2px;
	top: 400px;
	}
#pfeilMR:hover{
	opacity:1.0;
	}	
#pfeilML{
	position: absolute;
	z-index:1;
	opacity:0.5;
	left: 2px;
	top: 400px;
	}
#pfeilML:hover{
	opacity:1.0;
	}	