/* CSS Document */

HTML {
	height: 100%;
}

BODY {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f1ebdd;
	height: 100%;
}

/* CONTAINER ------------------------------------------------------------------*/

#container {
	position: Absolute;
	top: 0px;
    width: 885px;
	left: 50%;
	margin-left: -442px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #ded9c6;
}

/* TOP ------------------------------------------------------------------------*/

#top {
	position: relative;
	height: 58px;
	background-image: url(../images/img_top.jpg);
	background-repeat: no-repeat;
}

/* MENU -----------------------------------------------------------------------*/

#menu {
	position: relative;
	height: 26px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #e3ddcc;
	padding: 6px 0px 0px 10px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	background-position: top;
}

#menu a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #e3ddcc;
	text-decoration: none;
}

#menu a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #e3ddcc;
	text-decoration: underline;
}

/* ANIMATION ------------------------------------------------------------------*/

#cornice_animation {
	position: Absolute;
	top: 90px;
	left: 50%;
	margin-left: -442px;
	width: 885px;
	height: 375px;
	background-image: url(../images/cornice_animazione.png);
	background-position: top;
	background-repeat: no-repeat;
}

#animation {
	height: 375px;
}

/* CORPO ----------------------------------------------------------------------*/

#corpo {
	position: relative;
}

#colSx {
	position: relative;
	width: 595px;
	float: left;
}

#colDx {
	position: relative;
	width: 290px;
	float: left;
}

/* FOOTER ---------------------------------------------------------------------*/

#footer {
	position: relative;
	clear: both;
	height: 45px;
	background-color: #33CC00;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 15px;
}

#footer a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}

/* DESIGN ---------------------------------------------------------------------*/

#boxDx {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin: 10px 10px 10px 10px;
}

#boxCorpo {
	/*padding: 10px 10px 10px 10px;*/
	margin: 10px 10px 10px 10px;
}

#boxElementi {
	/*padding: 10px 10px 10px 10px;*/
	padding: 10px 10px 10px 10px;
	background-color: #c4bba5;
	border: solid 1px #b2a88d;
}

.txtDataEventi {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.txtDettEventi {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

.txtDettEventi a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.txtDettEventi a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.txtDettEventiRosso {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000;
}

.txtCalCompl {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #641a11;
}

.txtCalCompl a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #641a11;
	text-decoration: none;
}

.txtCalCompl a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #641a11;
	text-decoration: none;
}

.titolo {
	font-family: "Trebuchet MS";
	color: #641a11;
	/*color: #9f8f61;*/
	font-size: 1.5em;
	font-weight: bold;
}

.subtitolo {
	font-family: "Trebuchet MS";
	color: #641a11;
	/*color: #ac9d70;*/
	font-size: 1.2em;
	font-style: italic;
}

.subtitolo a {
	font-family: "Trebuchet MS";
	color: #641a11;
	/*color: #ac9d70;*/
	font-size: 1em;
	font-style: italic;
	text-decoration: none;
}

.subtitolo a:hover {
	font-family: "Trebuchet MS";
	color: #641a11;
	/*color: #ac9d70;*/
	font-size: 1em;
	font-style: italic;
	text-decoration: underline;
}

.txt {
	font-family: "Trebuchet MS";
	color: #232222;
	font-size: 0.8em;
	line-height: 15px;
}

.txt a {
	font-family: "Trebuchet MS";
	color: #4b4949;
	font-size: 1em;
	text-decoration: none;
}

.txt a:hover {
	font-family: "Trebuchet MS";
	color: #57140b;
	font-size: 1em;
	text-decoration: underline;
}

.inputxt {
	width: 350px;
	height: 20px;
	font-family: "Trebuchet MS";
	color: #232222;
	font-size: 0.9em;
}

.inpumultitxt {
	width: 350px;
	height: 80px;
	font-family: "Trebuchet MS";
	color: #232222;
	font-size: 0.9em;
}


