body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 11px; 
	padding-bottom: 0px; 
	margin: 0px; 
	color: #000; 
	padding-top: 0px; 
	background: #f8eee5 url(images/site_bg.jpg) top left repeat-y;
	text-align: center;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

p {
	padding: 0;
	margin: 0;
}

tr {
}

td {
}


a, a:visited {
	color: #FF8000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #000;
	#FF8000
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	color: #FF8000;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 120%;
	font-weight: bold; 
	color: #FF8000;
	padding: 0;
	margin: 0;
}

input{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #AAA;
	color: navy;
}

.errinp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #AA0000;
	background-color: #FFFFAA;
	color: #2A1FAA;
}

textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #AAA;
	color: navy;
}

.button {
	border: 1px solid #AAA;
	background-color: #EEE;
	color: #000;
}

#page {
	margin: 20px auto 0px;
	width: 760px; 
	text-align: left; 
	height: 100%;
	padding: 0px;
	/*background: #FFF;*/
/*	border: 1px solid green;*/
}

#header {
	width:760px;
	height: 155px;
	background: #FFF;
	padding: 0;
	/*border: 1px solid red;*/
	background: #FFF url(images/menu_bg.jpg) top left no-repeat;
}

#header .flash {
	float: left;
	width: 90px;
	height: 129px;
	padding: 0;
	margin-top: 25px;
}

#logo {
	position: relative;
	left: 0px;
	float: left;
	width: 200px;
	height: 10px;
	padding: 0;
	text-align:left;
	/*border: 1px solid red;*/
}

#language {
	position: relative;
	left: 360px;
	float: left;
	width: 200px;
	height: 10px;
	padding: 0;
	text-align:right;
	/*border: 1px solid red;*/
}

#language select,#language input{
	border: 1px solid #999;
	font-size: 9px;
}

.hidden {
	display: none;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menuposition{
	position: relative;
	top: 18px;
	z-index: 100;
	width: 565px;
	height: 40px;
	background: none;
	float: right;
	/*border: 1px solid red;*/
	background: none;
}

#contentposition {
	width: 758px;
	background: #f8eee5;
	padding: 0;
	border: 1px solid #f8eee5;
	font-size: 1.1em;
	margin-top:0px;
}

#content {
	width: 740px;
	margin: 25px 0px 20px 15px;
	background: #f8eee5;
	text-align: justify;
}

#content_submenubox {
	width: 200px;
	margin: 35px 0px 20px 20px;
	padding: 10px 5px 10px 5px;
	background: #FFE1AE;
	text-align: justify;
	float: right;
	border-left: 5px solid #FFF;
	font-size: 90%;
}

#content dl, #content dt, #content dd, #content ul, #content_submenubox ul, {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 0px 20px 0px;
}

#content li {
	margin-left: 50px;
	padding: 4px 0 4px 0px;
	list-style-type: square;
	list-style-position: outside;
}


#content_submenubox li {
	margin: 0 0 0 20px;
	padding: 4px 0 4px 0px;
	list-style: circle url(public/site/freccia_rossa.gif);
	list-style-position: outside;
}


#content h2 {
	color: orange;
}

#footer {
	border-top: 5px solid #FFF;
	width: 100%;
	float: left;
	margin-top: 0px;
	text-align: right;
	background: url(images/footer_bg.jpg) top left no-repeat;
	/*border: 1px solid purple;*/
	padding: 0px;
	color: #FFF;
	font-size: 10px;
	
}


#footer p {
	margin: 0px;
	font-size: 10px
}


.error {
	color: #AA0000;
	font-weight: bold;
}


.closer{
	clear: both;
	padding: 0;
	margin:0;
}

.boldcolored{
	font-weight: bold;
	color: #D9A300;
}

img { 
	padding: 5px;
 }


.imgp { 
	padding: 0px 3px 0px 0px;
 }
