﻿body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
a {
	color: #333333;
}

/* ------------------ stili Header */
#divMainHeader {
    position: relative;
    height: 100px;
    width: 100%;
    top: 0px;
    left: 0px;
}
#divLogoSA {
	width: 200px;
	position: absolute;
	left: 8px;
	top: 8px;
}

/* ------------------ stili Menu */
#divMenuBarBackground {
	background-color: #FF0032;
	height: 30px;
	position: relative; 
	top: 70px;
}
#divMenuBar
{
    background-color: #FF0032;
    position: relative;
    height: 30px;
    margin-left: 250px;
    width: 700px;
}
.MenuBarControl
{
    position: absolute;
    top: 0px;
    left: 0px;
}

/* ------------------ stili Body Page */
#divMainBodyPage
{
    margin-left: 8px;
    margin-top: 10px;
    margin-right: 8px;
    width: 934px;

}
#divMainContent
{
    margin-left: 210px;
}
.divPageContent
{
    border: 1px solid #666666;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    text-align: justify;
    width: 628px;
    min-height: 400px;
}
p.PageContent
{
    padding: 0px;
    margin: 0px;
}
h1.PageContent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}
h2.PageContent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}
ul.PageContent
{
    margin: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
}
.ImageRightPageContent
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline;
}
.ImageLeftPageContent
{
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    display: inline;
}
.GridItemsLink
{
    width: 200px;
    padding-top: 5px;
    color: #FF0032;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}
.GridItemsShortDescription
{
    width: 423px;
    padding-top: 5px;
    padding-left: 5px;
}
.FormItemsTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #FF0032;
    font-weight: bold;
    padding-bottom: 20px;
}
.FormItemsImage
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
.divNews
{
    margin: 0px;
    top: 0px;
    left: 0px;
}
h1.divNews
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #FF0032;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
h2.divNews
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: medium; 
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
p.divNews 
{
	font-size: small;
}
hr.divNews
{
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
}
/*

*/
/* ------------------ stili LeftColumn */

#divLeftColumn
{
    float: left;
    width: 200px;
}
#divLoginPanel
{
    margin-bottom: 10px;
}
#divPartners
{
    border: 1px solid #666666;
    text-align: center;
    color: #666666;
    font-size: large;
    font-weight: bold;
    padding-top: 10px;
}

.leftColumnLogos
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#divSocialNetLinks
{
    border: 1px solid #666666;
    text-align: center;
    color: #666666;
    font-size: medium;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ------------------ stili Footer */
#divFooter
{
    margin: 0px;
    border-style: solid none none none;
    clear: both;
    font-size: xx-small;
    text-align: center;
    border-top-width: 1px;
    border-top-color: #666666;
    color: #666666;
    padding-top: 5px;
    position: relative;
    top: 20px;
}
a.divFooter
{
    color: #666666;
}
