/*************************** FONTS ****************************/
body
{
	color: #300;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	line-height: 20px;
}

.nofloat { clear: both; }

h3
{
	color: #060;
	margin-top: 0px;
	letter-spacing: 1pt;
}

h4
{
	color: #060;
	margin-top: 0px;
	font-size: 12px;
	font-style: italic;

}
left
{
text-align:left;
	

	

}

p.content
{
	text-indent: 10px;
}

a
{
	color: #060;
	text-decoration: underline;
}

.titnews
{
	font-weight: bold;
	font-variant: small-caps;
}

.titbigdi{
	/*font-weight: bold;*/
	font-size: 17px;
}

hr { display: none; }

img.news
{
	float: left;
	margin: 5px 10px 10px 0;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

img.admin a
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

/********************** LAYOUT PRINCIPALE *********************/

body
{
	background-color: #564535;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#corpo
{
	position: relative;
	background-image: url(../img/shadow_lr.jpg);
	background-repeat: repeat-y;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#page
{
	position: relative;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

#header { margin: 0px 0px 0px 83px; }

#middle-bottom
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/mt_vert.gif);
	background-repeat: no-repeat;
	background-position: 14px 87px;
	width: 700px;
}


#content
{
	position: relative;
	padding: 60px 30px 30px 30px;
	margin: 0px 0px 0px 83px;
	background-color: #DED6AE;
	width: 588px;
	background-image: url(../img/content_shadow.gif);
	background-repeat: repeat-x;
}

#bottom
{
	padding: 0px;
	margin: 0px;
}

#footer
{
	padding: 0px;
	margin: 0px 0px 0px 83px;
	background-image: url(../img/footer_bg.gif);
	background-color: #060;
	width: 648px;
	background-repeat: repeat-y;
}

#footer-content
{
	padding: 16px 20px 16px 20px;
	margin: 0px;
	background-image: url(../img/shadow_green.gif);
	width: 608px;
	background-repeat: no-repeat;
	text-align: center;
	color: #DED6AE;
	font-size: 11px;
	letter-spacing: 1px;
}

#footer-content a 
{ 
	color: #DED6AE;
}

#footer-bottom
{
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bottom_bg.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 18px;
	background-color: #564535;
}

/*************************** CREDITS ************************/
#copyright
{
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#copyright-content
{
	text-align: right;
	position: relative;
	padding: 8px 0 10px 0;
	margin: 0px 18px 0px 83px;
	font-size: 10px;
	width: 648px;
}

#copyright-content a 
{ 
	color: #DED6AE;
	font-size: 10px;
}

#validator
{
	text-align: left;
	position: absolute;
	left: 0px;
	top: 10px;
}


/*************************** CONTENUTI ************************/

#lang
{
	position: absolute;
	margin: 0px;
	width: 128px;
	height: 20px;
	left: 30px;
	top: 10px;
	padding: 0px;
}

#lang_deu
{
	position: absolute;
	margin: 0px;
	width: 128px;
	height: 20px;
	left: 150px;
	top: 10px;
	padding: 0px;
}

#lang a
{
	color: #060;
	text-decoration: underline;
	font-size: 10px;
	font-style: italic;
}

#date
{
	position: absolute;
	margin: 0px;
	height: 20px;
	right: 30px;
	top: 10px;
	padding: 0px;
	color: #060;
	font-size: 10px;
	font-style: italic;
}

/***************************  MENU  ************************/
#menu
{
	width: 130px;
	position: relative;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	float: right;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 130px;
	/* Width of Menu Items */
	border-bottom: 1px solid #300;
}

ul li
{
	position: relative;
	text-align: right;
}

li ul
{
	position: absolute;
	right: 129px;
	/* Set 1px less than menu width */
	top: 0px;
	display: none;
}

ul li a /* Styles for Menu Items */
{
	display: block;
	text-decoration: none;
	color: #300;
	/* font-weight: bold; */
	background: #DED6AE;
	/* IE6 Bug */
	padding: 3px;
	border: 1px solid #300;
	border-bottom: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li
{
	float: left;
	height: 1%;
}

* html ul li a { height: 1%; }

/* End */
ul li a:hover /* Hover Styles */
{
	color: #060;
	background: #F0EACD;
}

li ul li a /* Sub Menu Styles */
{
	padding: 4px 4px 4px 0px;
	margin: 0px;
	font-size: 10px;
}

li:hover ul, li.over ul /* The magic */ { display: block; }

/* sottomenu vini */
li ul.vini
{
	top: -140px;
	width: 190px;
}

ul.vini li a /* Styles for Menu Items */ { height: 19px; }
