body 
{
	background: #C6D5B6 url(Images/bg.jpg);
	color: #444;
	font: normal 64.5% "Lucida Sans Unicode", verdana, sans-serif;
	margin: 0px;
}

/* standard elements */
* {
	margin: 0px;
	padding: 0px;
}

a 
{
    color: #2DA305;
    text-decoration:none;
}

a:hover 
{
    color: #1A6400;
}

p,blockquote,ul 
{
    margin-bottom: 5px;
    margin-top: 5px;
    line-height:1.4em; 
    font: normal 1.0em "Lucida Sans Unicode", verdana, sans-serif; 
}
address
{
    font: 1.0em "Lucida Sans Unicode", verdana, sans-serif;
    text-align:center;
}
    
h1 
{
    font-weight:bold;
    font-size:1.1em;
    text-align:center;
}

h2
{
    font-weight:bold;
    font-size:1.2em;
}

ul 
{
   margin-left: 0em;
}

blockquote {
	background: url(Images/quote.gif) no-repeat;
	color: #2D3326;
	font: normal 1.0em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left 
{
    float:left; 
    text-align:center;
    border:1px solid #424B38;
    margin: 5px 5px 5px 0px;
    padding:0px;
    background-color:#424B38;
    
}
.right {float: right;}


.divider {
	background: url(Images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0px;
}

/* structure */
.container {
	background: url(Images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.topstrip {
	background: url(Images/bgstrip.jpg) repeat-x center bottom;
	margin: 0 auto;
	width: 680px;
	height:8px;
}

.bottomstrip {
	background: url(Images/bgstrip.jpg) repeat-x center top;
	margin: 0 auto;
	width: 680px;
	height:8px;
}

.gfx {
	/*background: url(/Images/gfx.jpg) no-repeat;*/
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(Images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
    height:202px;
    border-bottom:1px solid #D2C3B0;
}

.header h1 {

}

.pattern {
	/*background: #334127 url(Images/pattern.gif) repeat-x;*/
	clear: both;
	height: 0px;
}

.address 
{
   border:1px solid #DCE1C6;
   background-color:#EEF1DC;
   text-align:center;
   width:100%;
}

.referenze
{
    border:1px solid #DCE1C6;
    text-align:center;
    background-color:#EEF1DC;
    width:100%;
}
.lblform 
{
    margin-right:5px;
}
.inputform 
{
    border:1px solid #000;
}

.button
{
    background-color:#C1CCAC;
    border:1px solid #000;    
}
/* navigation */
.navigation 
{
   /* margin: 0 24px;*/
}

.navigation a {
	color: #141C11;
	font: normal 1.2em verdana;
	line-height: 25px;
	margin: 0 4px;
	text-decoration: none;
	padding:4px;
	border: 1px solid #E8ECD1;
}

.navigation a:hover,.navigation #selected {
	color: #E8ECD1;
	font: normal 1.2em verdana;
	line-height: 25px;
	margin: 0 4px;
	text-decoration: none;
	padding:4px;
	border:1px solid #E8ECD1;
	background-color:#3A4330;
}

.menu_home
{   
    padding-left:0px;
    margin-left:0px;
}

div.imgmenu 
{
    float:left;
    margin:0px 0px 0px 7px;
	width:auto;
	height:auto;
}

.menu_home div.imgmenu a 
{
    padding:1px;
    background-color:#3C4532;
    display:block;
}

.menu_home div.imgmenu a:hover 
{
    background-color:#DEC225;
}

div.lnkmenu 
{
    float:left;
    margin:0px 0px 0px 7px;
	width:80px;
	height:auto;
	text-align:center;
	border-right:1px solid #3C4532;
	border-bottom:1px solid #3C4532;
	border-left:1px solid #3C4532;
	background-color:#3C4532;
}

.menu_home div.lnkmenu a 
{
    display:block;
    width:80px;
    color:#FFF;
	
}

.menu_home div.lnkmenu a:hover,.menu_home #selected 
{
    background-color:#DEC225;
    color:#3C4532;
}

/* content */
.content {
	background: url(Images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 30px;
}

/* content item */
.item {clear: both;}

.item images {border: 1px dashed #8A6;}

.item .title {
	color: #445044;
	font: bold 1.4em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 1.5em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(Images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
	border-bottom:1px solid #7F8E63;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

.btnSlide
{
    height:15px;
    font-size:11px;
    background-color:#424B38;
    color:#FFF;
    border:0px; 
    cursor:hand;  
}

.mainImage
{
    cursor:pointer;    
}