/* Galerie.CSS
/* Modify Global */
html, body {	color: #FFFFFF; }
h1 {	color: #00A6EB;}
h2 {	color: #00A6EB;}

#centerElement { background:transparent; padding:0px; }
a.bac_logo_link { background:url('galerie/bac_logo_galerie.png') 0 0 no-repeat #737172;  }
#header_bar {  background-color:#737172; }
#header_bar #galerieTitel {
	width:120px; 
	height:30px; 
	display:block;
	float:left;
	margin: 14px 0px 0px 14px; 
	background-position:0 0;
	background-repeat: no-repeat;
	background-color:#737172; 
}
div.gTitel_de	{ background-image: url('galerie/galerie_titel_de.png'); }
div.gTitel_en	{ background-image: url('galerie/galerie_titel_en.png'); }
div.gTitel_fr	{ background-image: url('galerie/galerie_titel_fr.png'); }
div.gTitel_es	{ background-image: url('galerie/galerie_titel_es.png'); }

#header_navigation {
  width: 998px;
  height: 23px;
  /* background-color:#6d7075; */
  background:transparent;
}
#header_navigation ul li  a {
  color: #FFFFFF;
  text-decoration: none;
}
#top_navigation { background-color:#737172;}
#top_navigation ul li a { color: #474747; }
#top_navigation ul li a.topnav_active {
	background-color: #474747;
	color: #FFFFFF;
}
#top_navigation ul li.second_active a {
  background-color: #00A6EB;
	color: #FFFFFF;
}
#main_area {	
	background:#737172;
	padding:0px;
	width:998px;
	}
#footer_navigation {
	background:transparent;
}

/* ELEMENTE NUR IN DER GALERIE */
#Galerie_Scroller_Box {
	margin:0px auto 0px 0px;
	background-color:#474747;
	padding:14px 14px 12px 14px;
}
#Galerie_Scroller {
	width:960px;
	height:109px;
	overflow-x:auto;
	overflow-y:hidden;
	margin:0px 14px 0px 4px;
	padding:0px 0px 12px 0px;
	~scrollbar-3dlight-color: #004b6a;
	~scrollbar-arrow-color: #757170;
	~scrollbar-base-color:#004b6a;
	~scrollbar-darkshadow-color:#004b6a;
	~scrollbar-face-color:#081528;
	~scrollbar-highlight-color:#004b6a;
	~scrollbar-shadow-color:#004b6a;
	~scrollbar-track-color:#004b6a;
}
#Galerie_Scroller img.galerie {
	display:block;
	float:left;
	width:149px;
	height:97px;
	background:#8C8C8C;
	margin:0px 13px 0px 0px;
    border:0px solid #232323;
	display:block;
}
#Galerie_Scroller img.galerie:hover {
	background:#9C9C9C;
	cursor:pointer;
	border:0px solid #D0CECF;
}
#Galerie_Container {
	width:960px;
	margin:0px 14px 0px 18px;
	display:block;
	padding:0 0 28px 0;
	background:transparent;
	}
#Galerie_C_Left_Box {
	display:block;
	float:left;
	width:284px;
	height:242px;
	padding:14px;
	background-color:#D0CECF;
	float:left;
	margin-right:12px;
	color:#D0CECF;
}
#Galerie_C_Left_Content {
	display:block;
	background:#737373;
	padding:14px;
	height:214px;
	color:#D0CECF;
}
#Galerie_C_Left_Content select { 
	color:#ffffff;
	width: 200px; 
	overflow:hidden;
	background:#00A6EB;
	border:1px solid #ffffff;
	margin:8px 0px 8px 0px;
	}
#Galerie_C_Left_Content option {		color:#ffffff;		}
#Galerie_C_Left_Content option:activ, #Galerie_C_Left_Content option:hover {
		background-color:#ffffff;
	}		
#Galerie_C_Left_Content b { margin:0px; }
#Galerie_C_Left_Content p { margin:8px 0px 0px 0px;  
	color:#D0CECF;}
#Galerie_C_Right_Box {
	float:left;
	width:471px;
	height:270px;
	background-color:#474747;
}
#Galerie_C_Right_Box #IMG_Container {
	margin-top:24px;
	padding:8px;
	clear:left;
	/* Text unter bild momentan nicht angezeigt */
	display:none;
	}
#Galerie_C_Right_Box #Galerie_IMG {
	margin:0; 
	padding:0px; 
	background:#8C8C8C; 
	display:block;
	width:471px;
	height:270px;
	float:left;
	border:0px solid #474747;
	}

#PrintButton { display:none; }