/* TAG */
body {
	margin:0;
	padding:0;
	top:0;
	text-align:center;
	font-family: "Comic Sans MS", Arial , sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

h2 {
	color: #ED7B1B;
	font-size: 18px;
	padding: 5px;
	padding-left: 10px;
        font-family: 'Comic Sans MS', Arial , sans-serif;
	font-weight: bold;
	margin-top:15px;
	font-style: normal;
}

h1 {	
	font-size: 12px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-weight: normal;
}




p {
	padding: 5px;
	padding-left: 10px;

}

img {
	vertical-align: middle;
}

a {
	color: #000000;
	text-decoration: underline;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Comic Sans MS', Arial , sans-serif;
	font-size: 12px;
	font-style: none;
}

#bot_menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}

/* CLASSI */
.blue_bg {
	background-color: #29702e;
}

.orange_bg {
	background-color: #e5a203
}

.cyan_bg {
	background-color: #02acec
}

.menu_text {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
}

.menu_text input {
	border:0;
	margin:0;
	padding:2px;
	padding-top:3px;
	width: 91px;
	height: 13px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 10px;
	font-family: "Comic Sans MS", Arial , sans-serif;
}



.button {
	padding:0 !important;
	height:16px !important;
}

.menu_text select {
	font-size: 10px;
	color: #666666;
	margin-bottom: 7px;
}

.menu_text textarea {
	border:0;
	width: 193px;
	height: 25px;
	color: #000000;
	font-size: 10px;
	font-family: "Comic Sans MS", Arial , sans-serif;
	padding: 3px
}

.menu_item {
	float:left;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #29702e;
	font-weight: bold;
}

.bot_item {
	width:100%;
	height:15px;
	padding-top: 2px;
	border:1px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	font-family: "Comic Sans MS", Arial , sans-serif;
	text-align: center;
	text-decoration: none;
}

.old_day {
	color: #999999;
	font-weight: bold;
}

.new_day {
	color: #000000;
	font-weight: bold;
}

.lista {
	text-decoration: none;
	font-weight: bold;
}

.lista:hover {
	text-decoration: underline;
}

/* BLOCCHI */
#page {
	margin-top: 30px;
	width: 765px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	/*border-left: 1px solid #01a1df;*/
	background-image: url('../img/page_bg.jpg');
	background-repeat: repeat-y;
	padding: 0;
}

#header {
	width: 765px;
	height: 114px;
	overflow: hidden;
}

#center_block {
	float: left;
}

#coldx {
	width: 232px;
	float:left;
	height:100%;
}

#menu {
	width: 525px;
	height: 36px;
	overflow:hidden;
}

#bot_menu {
	position: absolute;
	top: 0px;
	left:0px;
	width: 90px;
	display:none;
	font-weight: normal;
}

#panoramica {
	width: 525px;
	height: 147px;
	}

#contents {
	width: 525px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#footer {
	width: 757px;
	height: 37px;
	overflow: hidden;
	clear: both;
	background-image: url('../img/footer_bg.jpg');
	text-align: center;
	color: #ffffff;
	font-size: 11px;
}

#contatti {
	font-size: 10px;
}

#contatti a {
	text-decoration: none;
	color: #000000;
}

#contatti a:hover {
	text-decoration: underline;
}

