/*
Tema Creato per il sito
WWW.TENUTADUELAGHI.IT
by Voce Comunicazione
www.vocecomunicazione.it
Rev 1 del 29 novembre 2004
*/

 /* STILE GENERALE DEL DOCUMENTO. Barra visibile soltanto  in IE5.5+ */
body {
	margin: 0px 0px 0px 0px; 
	background: #FF9982 url("../images/bkg_page.jpg") repeat-x top;
	scrollbar-face-color: #A9351F;
	scrollbar-highlight-color: #E17B65;
	scrollbar-shadow-color: Brown;
	scrollbar-3dlight-color: #FD9A80;
	scrollbar-arrow-color: #FFD700;
	scrollbar-track-color: #E17B65;
	scrollbar-darkshadow-color: Black;
}
/* Famiglie di font generali per i tag comuni*/
font,th,td,p,a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a.menuitem,a.menuitem:link,a.menuitem:visited {
	font-family:Times, serif;
	background: url("../images/menuitem_bkg.gif") no-repeat;
	height: 14px;
	padding-left: 26px;
	padding-top: 3px;
	line-height: 14px;
	font-style: italic;
	font-size:13px;
	font-weight: bold;
}

a.menuitem:hover {
	background: url("../images/menuitem_bkg_hover.gif") no-repeat;
	padding-left: 26px;
	padding-top: 3px;
	text-decoration: underline;
	font-weight: bold;
}


.footer {
	background: #FFFFFF url("../images/bkg_homepage.jpg") no-repeat;
	height: 30px;
	border-bottom: 1px solid #E36F6F;
	Font-size: 8px;
	color:#800000;
	vertical-align: middle;
	text-align: center;
}
.sidemenu{
	background: url("../images/bkg_menu.jpg") no-repeat;
	height:229px;
}
.titlebkg {
	background: #FFFFFF url("../images/bkg_title.jpg") no-repeat;
	height:78px;
	padding: 0px;
	padding-left:5px;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
}

/* Altre classi di formattazione di testo */
.gen { font-size: 12px;}
.genmed { font-size: 11px;}
.gensmall { font-size: 10px;}
.genmin { font-size: 8px;}
.gen,.genmed,.gensmall,.genmin{ color: #000000;}

/*titoli e formattazione testo*/
.titolo {
	font-size: 14px;
	font-weight: bold;
	color: Maroon;
	margin-top: 10px;
}
.sottotitolo {
	font-size: 11px;
	font-weight: bold;
	color: Black;
	margin-bottom: -10px;
}

 /*link standard*/
a:link,a:active,a:visited {
	color : Maroon;
	font-weight:bold;
	text-decoration: none;
}
a:hover		{
	color : Black;
	font-weight:bold;
	text-decoration: underline;
}

a.langmenu, a.langmenu:link,a.langmenu:visited,a.langmenu:hover {
	Font-size: 8px;
	color: #FFDAB0;
	font-weight: normal;
}