/* Menu lang */

div.lang {
	height: 15px;
	margin-bottom: 9px;
	
	text-align: right;
	padding-top: 0;
	font-size: 11px;
}



/* Parte centrale */
div.home_gallery {
	height: 358px; /* middle.Height - .lang.Height = 310 - 15 - 9 */
}

div.middle {
	height: 382px;
}

#gallery_thumbs img {
	margin-bottom: 4px;
	margin-right: 5px;
}

#gallery_thumbs a {
	display: block;
}



/* Footer */
.footer_pre {
	height: 86px;
}

.footer_pre > div.home_news {
	width: 360px;
	height: 86px;
}

.footer_pre > div.home_blogs {
	width: 180px;
	height: 86px;
	font-size: 10px;
	padding-left: 10px;
	background: url(images/home_blue_bg.gif) no-repeat;
	/*background-repeat: no-repeat;*/
	text-transform: lowercase;
}

.footer_pre > div.home_licenze {
	font-size: 10px;
	text-align: right;
	width: 180px;
	height: 86px;
}
.footer_pre > div.home_licenze a {
	color: #4B8296;
}

.footer {
	height: 15px;
}

.footer div.bottom_menu {
	margin-top: 0;
}


/**
 * Headline Home
 */

#headline_box {
  position: relative;
  overflow: hidden;
  height: 86px;
  width: 360px
}
.headline {
  position: absolute;
  top: 96px;
  left: 0px;
  height: 81px;
  width:350px;
}
div.headline_box, div.headline_box a, div.headline_box b {
	font-size: 10px;
	color: #7A2A38;
}