/* Default: no borders */
* { margin: 0px; 
	padding: 0px;
}

/* Heading */
h1 {
	font: bold 20px verdana, sans-serif;
}

h1 {
	font: bold 14px verdana, sans-serif;
}

p {
	margin-bottom: 10px;
}

a img {
 border:none;
}

div.column {
	padding: 5px;
	float: left;
}

div.newline {
	padding: 5px;
	clear: both;
}


/* Tread all elements as block */
header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}

body {
	background: #FFFFFF;
	text-align: center;
}

#under_construction {
	text-align: center;
	font: 48px verdana, sans-serif;
	margin: 20px;
	margin-top: 300px;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
	color:#444444;
}

#intro_page {
	width: 900px;
	height: 900px;
	text-align: left;
	font: 14px verdana, sans-serif;
	margin: auto;
	background-repeat:no-repeat;
	border-width:1px;
  	border-style:solid;
  	border-color:#999999;
}

#al_page, #tm_page, #sj_page, #brand_page, #howToFind_page, #about_page, #intro_page {
	width: 900px;
	height: 900px;
	text-align: left;
	font: 14px verdana, sans-serif;
	margin: auto;
	background-repeat:no-repeat;
	border-width:1px;
  	border-style:solid;
  	border-color:#999999;
}

#intro_page {
	background-image: url(graphix/Intro_Wallpaper.jpg);
	background-position:center;
}


#brand_page {
	background-image: url(graphix/Brands_Wallpaper.jpg);
}

#sj_page {
	background-image: url(graphix/SJ_Wallpaper.jpg);
}

#al_page {
	background-image: url(graphix/AL_Wallpaper.jpg);
}

#tm_page {
	background-image: url(graphix/Terre_et_mer_Wallpaper.jpg);
}

#howToFind_page {
	background-image: url(graphix/HowToFind_Wallpaper.jpg);
}

#about_page {
	background-image: url(graphix/About_Wallpaper.jpg);
}

#head {
	width: 900px;
	height: 120px;
	overflow: visible;
}

#logo {
	float: left;
	width: 290px;
	text-align: center;
	padding-top: 25px;
}

#caption {
	float: left;
	width: 610px;
	padding-top: 55px;
}

#navigation, #subnavigation{
	clear: both;
	display:table;
	width: 100%;
	height: 40px;
}

.navi_link {
	text-decoration:none;
	color:#000000;
}


.link_disabled {
	color: rgb(100, 100, 120);

}

.foot_link {
	text-decoration:none;
	color:#FFFFFF;
}

.navi, .navi_selected, .navi_spacer, .main_navi, .main_navi_selected, .main_navi_spacer, .sub_navi, .sub_navi_selected, .sub_navi_spacer {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 100%;
}


.navi, .navi_spacer {
	background-image: url(graphix/Navi_Shadow.png);
}

.navi_selected {
	background-image: url(graphix/Selection_Marker.png);
}

.main_navi, .main_navi_spacer {
	background-image: url(graphix/Navi_Shadow_Parent.png);
}

.main_navi_selected {
	background-image: url(graphix/Selection_Marker_Parent.png);
}

.sub_navi, .sub_navi_spacer {
	background-image: url(graphix/Navi_Shadow_Child.png);
}

.sub_navi_selected {
	background-image: url(graphix/Selection_Marker_Child.png);
}

.navi_spacer, .main_navi_spacer, .sub_navi_spacer {
	width: 100%;
}

.fade_to_white {
	position: absolute;
	height:377px;
	width:300px;
	background-image: url(graphix/Fade_To_White.png);
	background-repeat:repeat-x;;
}

#content, #content_brands, #content_about {
	position: relative;
	clear: both;
	height: 100%;
	max-height: 675px;
	overflow: visible;
}

#content_brands  {
	max-height: 75px;
	top: -150px;
}

#content_about {
	max-height: 75px;
	top: -260px;
}

#foot, #foot_white {
	color: #000000;
	padding-top: 4px;
	height: 26px;
}


	a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
	font-size: 11px;
}

#foot_white {
	color: #FFFFFF;
}

#imprint {
	padding-left: 10px;
	padding-right: 10px;
}

.imprint_link {
	text-decoration:none;
	color:#000000;
	font-size:11px !important;
}

.imprint_link_white {
	text-decoration:none;
	color:#FFFFFF;
}

#imprint_popup_header {
  	text-align: center;
  	padding-bottom: 20px;
}

#adress {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.head_transparency {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";

}

.foot_transparency {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

.content_transparency {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255) transparent;
	/* RGBa with 0.95 opacity */
	background: rgba(255, 255, 255, 0.95);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFFF, endColorstr=#EEFFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFFF, endColorstr=#EEFFFFFF)";
}


.shadow {
	-moz-box-shadow: 3px 3px 12px #000;
	-webkit-box-shadow: 3px 3px 12px #000;
	box-shadow: 3px 3px 12px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.frame {
  border-width:10px;
  border-style:solid;
  border-color:white;
}

.popup, .popup_decorated {
	display:none;
	float: right;
	line-height: 150%;
	position: absolute;
	z-index: 99999;
}

.popup_decorated {
	padding: 10px; 	
  	border-width:1px;
  	border-style:solid;
  	border-color:gray;
}

.close{
	float: right;
	text-decoration:none;
	color:#000000;
}

#fb_link {
	position:relative; top:10px; 
	width: 900px;
	text-align: left;
}

/* Intro */
#intro {
	text-align:center;
	vertical-align: center;
	width:624px;
	margin-top:10px;
	margin-left:140px;
	height: 515px;
}


#intro_movie {
	width:624px;
	height:340px;
	background: #000000;
	background-image: url(graphix/intro_movie.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#intro_skip {
	text-decoration:none;
	color:#FFFFFF;
}

.cf_container {
}

/* imprint */
#imprint_nojs {
	text-align:left;
	width:325px;
	height:300px;
	margin-top:160px;
	margin-left:278px;
	background: #FFFFFF;
	line-height:150%;
	padding:10px; 	
  	border-width:1px;
  	border-style:solid;
  	border-color:gray;
}

#imprint_nojs_spacer {
	height: 195px;
}


/* opening_hours */
#opening_hours_nojs {
	margin-top:-11px;
	margin-left: 230px;
}

#opening_hours_nojs_spacer {
	height: 245px;
}

/* Brands */

#logo_brand {
	position:absolute; top:20px; width:320px;
	text-align: center;
}

#info_brand {
	position:absolute; top:20px; left:320px;
	width: 480px;
	height: 100px;
	padding: 10px;
}

/* How to find us */

#map_canvas {
	position:absolute; top:60px; left:400px;
	width: 450px;
	height: 300px;
}

#how_to_find_text {
	position:absolute; top:400px; left:520px;
	width: 300px;
	padding: 10px;
}

/* About */
#info_about {
	position:absolute; top:0px; left:100px;
	width: 700px;
	padding: 10px;
}

#links_about {
	position:absolute; top:240px; left:100px;
	width: 800px;
	padding: 10px;
}


#about_1 {
	position:absolute; top:40px; left:490px;
}

#about_2 {
	position:absolute; top:500px; left:60px;
}

#about_3 {
	position:absolute; top:440px; left:580px;
}

.about_links {
	position:relative; 
	float: left;
	padding-right:20px;
	font-size:small;
	text-align: center;
}

/* Coverflow */

.coverflow {
	z-index: 10;
	position: relative;
	opacity: 1;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
}

.coverflow .coverflow-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
}

.coverflow .coverflow-wrap,
.coverflow .coverflow-tray {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.coverflow .coverflow-tray,
.coverflow .coverflow-cell {
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .8s cubic-bezier(0.190,1.000,0.220,1.000);
	-moz-transition: -moz-transform .8s cubic-bezier(0.190,1.000,0.220,1.000);
	-ms-transition: -ms-transform .8s cubic-bezier(0.190,1.000,0.220,1.000);
	-o-transition: -o-transform .8s cubic-bezier(0.190,1.000,0.220,1.000);
}

.coverflow .coverflow-cell canvas {
	position: absolute;
	outline: 1px solid transparent;
	opacity: 1;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
}

.coverflow-text {
	opacity: 1;
	position: absolute;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
	width: 100%;
}

.coverflow-text h1,
.coverflow-text h2 {
	margin: 0;
}


div#no_coverflow {
	height: 100%;
	max-height: 500px;
	padding-top: 100px;
	text-align:center;
}
.no-js body #intro_page #foot #imprint p .imprint_link {
	font-size: 12px;
}
.no-js body #intro_page #foot #imprint p .imprint_link {
	font-size: 12px;
}
.no-js body #intro_page #foot #imprint p .imprint_link {
	font-size: 14px;
}
.no-js body #intro_page #foot #imprint p .imprint_link {
	font-size: 11px;
}
.no-js body #intro_page #foot #imprint p .navi_link {
	font-size: 11px;
}
.no-js body #intro_page #foot #imprint p .navi_link {
	font-size: 14px;
}
