@charset "utf-8";

/* CSS Document */
body {
	background-color: #f2f2f2;
	font-size: 70%;
	font-family: verdana, helvetica, arial, sans-serif;
	word-spacing: 0.1em;
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	color: #010101;
	text-align: center;
}
p {
	white-space: normal
}

input {
	font-family: verdana, helvetica, arial, sans-serif;
}

textarea {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

a:link {
	color: #010101;
	text-decoration: none;
}

a:visited {
	color: #010101;
	text-decoration: none;
}

a:active {
	color: #010101;
	text-decoration: underline;
}

a:hover {
	color: #C30;
	text-decoration: underline;
}

#container {
	margin-top: 20px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0 auto;
}

#logo {
	position: relative;
	height: 97px;
	width: 142px;
	left: -15px;
	z-index: 100;
	background-repeat: no-repeat;
	background-image: url(img/logo_degustitalia.png);
	top: -15px;
}

#nologo {
	position: relative;
	height: 97px;
	width: 142px;
	left: -20px;
	z-index: 100;
	top: -20px
}

#menu {
	background-color: #181818;
	line-height: 17px;
	height: 15px;
	color: #fff;
	text-align: right;
	position: relative;
	top: -97px;
	z-index: 0;
	padding-left: -10px;
	padding-right: 10px;
}

#menu a {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}

#sidebar {
	clear: none;
	float: left;
	background-color: #5C5C5C;
	color: #FFF;
	position: relative;
	top: -97px;
	z-index: 0;
	width: 210px;
	padding-top: 60px;
	padding-bottom: 30px;
}

#sidebar li {
	display: inline;
}

#sidebar ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
}

#sidebar a {
	position: relative;
	left: -40px;
	padding: 8px 20px;
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	width: 170px;
}

#sidebar p {
	border-bottom: 1px solid #b6b6b6;
	padding: 3px 5px;
	margin: 0;
	position: relative;
	width: 200px;
	background-color: Gray;
	display: block;
	color: #ffffff;
	left: -40px
}

#sidebar a:hover {
	background-color: #444;
}

#page_news {
	top: -30px;
	float: right;
	width: 100%;
	position: relative;
	background-color: #f2f2f2;
	padding-top: 45px;
}

#page_legali {
	top: -97px;
	float: right;
	width: 970px;
	position: relative;
	background-color: #FFF;
	border: 1px solid black;
	padding-top: 40px;
}

#page {
	top: -97px;
	float: right;
	width: 970px;
	position: relative;
	background-color: #DDDDDD;
	border: 2px solid black;
	background-repeat: no-repeat;
	background-image: url(img/loading.jpg);
}

#page_contatti {
	top: -97px;
	float: right;
	width: 970px;
	position: relative;
	background-color: #FFF;
	border: 3px solid black;
	padding: 55px 5px 10px 5px;
	text-align: center;
}

#page_contatti h2 {
	color: darkslategray;
	font-size: 16px;
	padding-left: 40px;
}

#page h2 {
	color: darkslategray;
	font-size: 16px;
}

#page h3 {
	color: darkslategray;
	font-size: 14px;
}

#page h4 {
	top: -20px;
	position: relative;
	background-color: #F00;
	padding: 3px 6px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#page h5 {
	color: #36393D;
	font-size: 14px;
}

#page p {
	font-size: 12px;
	padding: 1px;
	display: inline;
}

#page div {
	line-height: 16px;
	padding-top: 3px;
}

#page #testo {
	font-size: 12px;
	top: -26px;
	position: relative;
	padding: 0 6px;
}

#footer {
	width: 95%;
	text-align: center;
	font-size: 103%;
	margin: 0 auto;
}

.errore {
	background-color: #FCF05C;
	color: #F00;
	font-weight: bold;
	width: 70%;
	padding: 5px 10px;
	text-align: center;
	margin: 10px auto;
	list-style: none;
}

.rosso {
	color: #990000;
}

#form_edit {
	padding: 4px 3px;
	background-color: #fcf05c
}

fieldset {
	color: chartreuse;
	width: 90%;
	margin: 0 auto;
}

legend {
	padding: 0 10px;
	color: firebrick;
	font-size: 120%;
	font-weight: bold
}

hr {
	color: lightgray;
	background-color: lightgray;
}

/*Tabella*/
#tbl_notizie {
	padding: 0;
	margin: 0;
	font-size: 95%;
	witdh: 950px;
}

table {
	padding: 0;
	margin: 0;
	font-size: 95%;
}

td {
	text-align: justify;
}

th {
	color: #FFF;
	background-color: #36393D;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 2px 2px 2px 4px;
	font-size: 10px;
	font-weight: bold;
}

th.multirow {
	color: #FFF;
	background-color: #36393D;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 2;;
	padding: 2px 2px 2px 4px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #F2F2F2;
	background: none;
}

td {
	background: #f2f2f2;
	margin: 1px;
	padding: 2px 2px 2px 4px;
	color: #010101;
}

td.choose {
	color: #010101;
	background-color: #FFFC6F;
}

/*div a 260*/
.middletop {
	background-repeat: no-repeat;
	background-image: url(../css/div/260px_top.gif);
	padding: 0;
	margin: 0;
	width: 254px;
	height: 12px;
}

.middlerepeat {
	background-repeat: repeat-y;
	background-image: url(../css/div/260px_repeat.gif);
	padding-left: 6px;
	margin: 0;
	width: 254px;
}

.middlebottom {
	background-repeat: no-repeat;
	background-image: url(../css/div/260px_bottom.gif);
	padding: 0;
	margin: 0;
	width: 254px;
	height: 12px;
}

/*div a 200*/
.littletop {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_top.gif);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 12px;
}

.littlerepeat {
	background-repeat: repeat-y;
	background-image: url(../css/div/200px_repeat.gif);
	padding-left: 7px;
	margin: p;
	width: 194px;
}

.littlebottom {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_bottom.gif);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 12px;
}

/*div a 540*/
.bigtop {
	background-repeat: no-repeat;
	background-image: url(../css/div/540px_top.gif);
	padding: 0;
	margin: 0;
	width: 544px;
	height: 12px;
}

.bigrepeat {
	background-repeat: repeat-y;
	background-image: url(../css/div/540px_repeat.gif);
	padding-left: 6px;
	margin: 0;
	width: 544px;
}

.bigbottom {
	background-repeat: no-repeat;
	background-image: url(../css/div/540px_bottom.gif);
	padding: 0;
	margin: 0;
	width: 544px;
	height: 12px;
}

#note {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	text-align: justify; 
}