﻿@import "menu.css";
@import "boxes.css";

html
{
    margin:0;
    padding:0;
    height:100%;
}

form
{
    margin:0;
    padding:0;    
}

body 
{
    background-color:#2c3d4a;
    margin:0;
    margin-top:20px;
    font-family:Trebuchet MS, Arial, Verdana;
    text-align:center;
    height:100%;
}

h1
{
    color:#89C9F4;
    font-size:20px;
    margin:0;
    padding:0;
    margin-bottom:15px;    
}

h2
{
    color:#65B03E;
    font-size:16px;
    margin:0;
    margin-bottom:10px;
}

h3
{
    color:#FFFFFF;
    font-size:14px;
    margin:0;
    margin-bottom:10px;
}

a img
{
    border:none;
}


div.header
{
    background-image:url(../pictures/header.jpg);
    background-repeat:no-repeat;
    height:300px;
    position:relative;
    width:950px;
}

div.header_en
{
    background-image:url(../pictures/header_en.jpg);
    background-repeat:no-repeat;
    height:300px;
    position:relative;
    width:950px;
}

div.header_interno
{
    background-image:url(../pictures/header_interno.jpg);
    background-repeat:no-repeat;
    height:121px;
    position:relative;
    width:950px;
}

div.footerssss
{
    clear:both;
    
    padding-top:20px;
    height:130px;
    width:100%;
    left:0;
    position:relative;
    margin-top:-300px;
}

div.int_layer
{
    text-align:left;
    color:#BEBEBE; 
	width:950px;
    font-size:10px;
    padding-bottom:140px; 
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
div.footer {
    position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:80px;			/* Height of the footer */
	background:DarkGreen;
	
	padding-top:20px;
	border-top:1px solid #39b12e;
    background-color:#1e6618;
    color:#95BD91;
    font-family:Arial;
    font-size:12px;
	
}
div.container {
	position:relative;
	min-height:100%; 
	height:auto !important; 
	height:100%;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

div.footer a
{
    color:#FFFFFF;
    text-decoration:underline;   
}

div.int_layer_sx
{
    float:left; 
    border-right:1px solid #666666; 
    width:520px;
    padding-right:15px;
    font-size:12px;
    
}

div.int_layer_dx
{
    width:400px; 
    float:right; 
    line-height:14px;
    font-size:12px;
}

div.inlay_sx
{
    float:left;
    font-size:12px;
    width:458px;
    padding-right:30px;
}

div.inlay_dx
{
    width:450px;
    float:left;
    line-height:14px;
    font-size:0;
    
}

div.cornice
{
    float:left; 
    border:2px solid #444444;
    font-size:0;
}

div.cambiolingua
{
    width:100px;
    position:absolute;
    left:28px;
    height:20px;
    line-height:20px;
    top:165px;
    color:#7A9FFF;
    text-align:left;
    padding-right:8px;
    font-size:11px;
    font-weight:bold;
    font-family:Arial;
}

div.cambiolingua a
{
    color:#7A9FFF;
    text-decoration:none;   
}

a
{
    color:#89C9F4;
}
