#header {
	position:relative;
	height: 60px;
	background-color:#000000;
	background-image:url(../img/header_bg.png);
}

#header a.logo{
	float:left;
	width:275px;
	height:50px;
	margin-top:5px;
	margin-left:10px;
	background-image:url(../img/logo.png);
	cursor:pointer;
	text-decoration:none;
}

#header a.logo span {
	visibility : hidden;
}

#header .payoff{
	margin-top:33px;
	float:right;
	margin-right:15px;
}

.payoff_it{
	background-image:url(../img/payoff-it.png);
	width:295px;
	height:20px;
}

.payoff_en{
	background-image:url(../img/payoff-en.png);
	width:231px;
	height:19px;
}

.payoff_fr{
	background-image:url(../img/payoff-fr.png);
	width:275px;
	height:20px;
}

.payoff_de{
	background-image:url(../img/payoff-de.png);
	width:318px;
	height:20px;
}

#navigation {
	position:absolute;
	width:570px;
	height:60px;
	top:60px;
	left:390px;
	color:#FFFFFF;
	background-image:url(../img/search_bg.png);
}

#languages {
	position:absolute;
	left:85px;
	top:10px;
	font-size:10px;
}

#languages a {
	text-decoration:none;
	color:#fff;
	padding-right :3px;
}

#languages .selectedLocale {
	font-weight:bold;
	text-decoration:underline;
}

.search_boxes {
	position:absolute;	
	width:480px;
	top:25px;
	left:85px;
}

.search_boxes input {
	width:180px;
	height:18px;
	float:left;
    padding:0px;
	margin:0px;
	border:none;
    color:#000000;
    text-transform:none;
}

.search_boxes input.empty {
	color:#AAA;
	text-transform:uppercase;
}

.where_button, .what_button {
	float:left;
	height:18px;
    width:15px;
    padding:0px;
	margin:0px;
    margin-right:5px;
	background: #FFF url(../img/header_button.png) no-repeat 0px 3px;
    border:none;
    cursor:pointer;
}

.search_boxes .searchsubmit {
	background:transparent url(../img/go.png) no-repeat;
	cursor:pointer;
	height:30px;
	margin-top:-6px;
	width:60px;	
}

.search_boxes .searchsubmit:hover {
	background:transparent url(../img/go_hover.png) no-repeat;
}

.what_panel {
	position:absolute;
	top:20px;
	left:0px;
	width:183px;
	background-color:#fff;
	z-index: 99999;
	color:#2F3951;
	padding:0 6px 6px 6px;
	/* display:none; */
}

.what_panel li {
	margin-top:4px;
	display:block;
	position:relative;
}

.what_panel a {
	display:block;
	margin-right:16px;
	color:#2F3951;
	text-decoration:none;
	line-height:16px;
	padding:2px 0px;
}

.what_panel a:hover {
	text-decoration:underline;
}

.what_panel a.child_cat {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:16px;
	height:16px;
	margin:0;
	background:transparent url(../img/arrow_right.png) no-repeat right center;
}

.what_panel a.parent_cat {
	display:block;
	background:transparent url(../img/arrow_left.png) no-repeat left center;
	border-top:1px solid #2F3951;
	padding:2px 0px 2px 18px;
	margin:0;
}

.highlight {
	background-color:#ccc;
}

.where_panel {
	position:absolute;
	top:20px;
	left:200px;
	width:195px;
	z-index: 99999;
	color:#2F3951;
	background-color:#2F3951;
	/* display:none; */
}

.where_panel img {
	height:256px;
	width:195px;
}

.where_panel div {
	padding:6px;
	background-color:#fff;
}

.where_panel a {
	color:#2F3951;
	text-decoration:none;
}

.where_panel a:hover {
	text-decoration:underline;
}

.region_abruzzo {
	background-image: url(../img/regions/abruzzo.gif);
}

.region_basilicata {
	background-image: url(../img/regions/basilicata.gif);
}

.region_calabria {
	background-image: url(../img/regions/calabria.gif);
}

.region_campania {
	background-image: url(../img/regions/campania.gif);
}

.region_emilia_romagna {
	background-image: url(../img/regions/emilia_romagna.gif);
}

.region_friuli_venezia_giulia {
	background-image: url(../img/regions/friuli_venezia_giulia.gif);
}

.region_lazio {
	background-image: url(../img/regions/lazio.gif);
}

.region_liguria {
	background-image: url(../img/regions/liguria.gif);
}

.region_lombardia {
	background-image: url(../img/regions/lombardia.gif);
}

.region_marche {
	background-image: url(../img/regions/marche.gif);
}

.region_molise {
	background-image: url(../img/regions/molise.gif);
}

.region_piemonte {
	background-image: url(../img/regions/piemonte.gif);
}

.region_puglia {
	background-image: url(../img/regions/puglia.gif);
}

.region_sardegna {
	background-image: url(../img/regions/sardegna.gif);
}

.region_sicilia {
	background-image: url(../img/regions/sicilia.gif);
}

.region_toscana {
	background-image: url(../img/regions/toscana.gif);
}

.region_trentino_alto_adige {
	background-image: url(../img/regions/trentino_alto_adige.gif);
}

.region_umbria {
	background-image: url(../img/regions/umbria.gif);
}

.region_valle_d_aosta {
	background-image: url(../img/regions/valle_d_aosta.gif);
}

.region_veneto {
	background-image: url(../img/regions/veneto.gif);
}
