/* ----------------------------------------------------------------
	www.autogrill.ch Standard CSS
	Autor: guycolle // Guy-Maurice Collé
	Version: 03.03.2008
	FirstPage
---------------------------------------------------------------- */
div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#centered {
	width:750px;height:400px;
	left:50%;top:50%;
	margin:-200px 0 0 -375px;
	position:fixed;
}
* html #centered { 
	position:absolute;
} 

#centered .lang {
	position: absolute;
	top: 80px;
	right: 0;
	font-size: 0.74em;
	font-weight: bold;
	color: #AAAAAA;
}

#centered .lang a {
	color:#AAAAAA; 
	text-decoration:none;
	border: 0;
}
	
#centered .lang a:hover {
	color:#666666;
}

#centered .lang a.active {
	color:#FE000C;
	font-weight:bold;
}

#centered .slogan {
	position: absolute;
	top: 310px;
	right: 0;
	font-size: 0.79em;
	font-weight: bold;
	color: #AAAAAA;
}

#centered .copy {
	position: absolute;
	top: 370px;
	right: 0;
	font-size: 0.74em;
	color: #AAAAAA;
}


#centered #images {
	width:750px;height:180px;
	left:50%;top:50%;
	margin:-90px 0 0 -375px;
	position:fixed;
}

* html #centered #images { 
	position:absolute;
} 
