/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#6D8693;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#617087;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:white;
	scrollbar-3d-light-color:#9BAAC1;
}

#container {
	width:1200;
}

#header	{
	background-image: url(../immagini/Logo-BITuBIT.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width:770px;
	height:170px;
}

#headerInside {
	position: relative;
	width:550px;
	float:left;
	padding-top:5px;
	left: 250px;
	top: 30px;
}

#testataMenu{
	background:#999999;
	align:center;
	width:120px;
}

#containermenu {
	border:thin #FF0000 solid;
	margin-top:0px;
}

#menu{
	background:#FFFFFF;
	background-repat: no-repeat;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
}

#linkMenu {
	color: #0080FF;
	font-weight: bold;
}

#linkMenu:hover {
	background-color: #dee7ec;
	color: #436976;
	border: 1px solid #8cacbb;
	border: 1px solid White;
	display: block;
	background-repeat: no-repeat;
}

/*
A.menulink, A.menulink:active, A.menulink:visited {
	COLOR:#000000; TEXT-DECORATION :none;  padding-left:20px; 
	background-image:url(../images/lista_agriturismi.gif); 	background-repeat : no-repeat;
	font-size: 11px;
}

A.menulink:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none;  padding-left:20px; font-weight:bold;
	font-size: 11px;
}

*/
h1 {
	font-size: 12px;
	font-family: Verdana;
	margin:-3px 0px 0px 0px;
	font-weight:bold;
}

h2 {
	font-size: 11px;
	font-family: Verdana;
	margin:0px 0px 0px 0px;
	font-style:italic;
	width:160px;
	font-weight:normal;
}

#footer {
	background-color:#BACACA;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	width:770px;
	height:20px;
	font-size: 12px;
}
