﻿/*
#28166f	blu
#fff500 giallo
#72706f	grigio
*/

body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*position: absolute;*/
	background: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(images/page.png) repeat-y center top;
	-moz-box-sizing: border-box;
}

table
{
	border: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
}

input[type=text], textarea
{
	border: solid 1px #666666;
}

input[type=submit]
{
	background-color: #c0c0c0;
	border: solid 1px #666666;
}

.page
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.link_large
{
	font-size: 12px;
	font-weight: bold;
}

.text
{
 line-height: 1.5em;
 text-align: justify;
}

.double
{
	font-size: 14px;
	line-height: 2.2em;
	text-align: justify;
}

.small-text
{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	/*line-height: 1.5em;*/
	text-align: justify;
}

/* menutop start */
.menutop
{
	background: url(images/menutopbk.png) repeat-x;
	font-size: 11px;
	color: #454545;
	text-align: right;
}

.menutop a
{
	text-decoration: none;
	color: #454545;
	margin-left: 4px;
	margin-right: 4px;
}

.menutop a:hover
{
	text-decoration: underline;
}
/* menutop end */

.maxim
{
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #28166f;
}

/* menu start */
.menu
{
	background-image: url(images/menubk.png);
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
	color: #999999;
}

.menu a
{
	color: #cccccc;
	text-decoration: none;
}

.menu a:hover
{
	color: #ffffff;
	text-decoration: none;
}
/* menu end */

/* lmenu start */
#lmenu
{
	background-color: #e4e4e4;
	line-height: 2em;
	padding: 2px 4px 2px 4px;
	margin: 0;
}

#lmenu ul
{
	list-style: none;
}

#lmenu li
{
	display: inline;
}

#lmenu a:link
{
	display: block;
	color: #000000;
}

#lmenu a:hover
{
	background-color: #efefef;
	text-decoration: none;
}
/* lmenu end */

.footer
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #454545;
	background-color: #e4e4e4;
}

.footer a
{
	color: #454545;
	text-decoration: none;
}

.footer a:hover
{
	color: #454545;
	text-decoration: underline;
}

/*news*/
.news_date
{
	text-align: right;
	font-weight: bold;
}

.news_text
{
	border-bottom: solid 1px #c0c0c0;
}

.news_text a
{
	color: #000000;
}

.news_text a:hover
{
	color: #000000;
}

/*news*/
