/*
Officina del credito
Css stylesheet
*/

html, body {
margin:0;
font-family: sans-serif;
line-height: 1.5em;
font-size: 12px;
}

img
{
border:0;
}

body{
background-image: url('../images/layout/bg.jpg');
background-repeat: repeat-x;
background-color: #A7A7A7;
}

h1, h2
{
color:#005188;
}

#wrapper
{
width:100%;
height:100%;
margin:0;
}

#maincontainer
{
background-color: #FFFFFF;
width:1005px;
background: url('../images/layout/main_page_top.gif') no-repeat;
}

#top_header
{
height: 379px;
width:990px;
margin:0 auto 0 auto;
text-align: left;
}

#top_arrow
{
width: 293px;
height: 146px;
background: url('../images/layout/topArrow.jpg') no-repeat;
}

#header
{
height:233px;
width:990px;
}

#menu
{
height: 30px;
width:980px;
text-align: left;
}

#bottom_container
{
width:980px;
margin:5 auto 0 auto;
}

#logo
{
float:left;
width:220px;
}

#testo
{
float:left;
text-align: left;
width:725px;
margin-left:5px;
padding-top:10px;
padding-left:5px;
padding-right:5px;
margin-bottom: 30px;
font-size:12px;
}

#footer
{
width:1005px;
height: 37px;
background: url('../images/layout/main_page_bottom.gif') no-repeat;
color:#FFFFFF;
font-size:10px;
}

.clear
{
clear:both;
}

.citation
{
font-style: italic;
font-weight: bold;
color:#005188;
}

.menuItems
{
color:#FFFFFF;
font-weight: bold;
}

.topMenu
{
margin-left:210px;
padding-top:5px;
float:left;
color:#FFFFFF;
font-weight: bold;
}

.topMenu_press
{
margin-left:150px;
padding-top:5px;
float:left;
font-weight: bold;
color:#005188;
}

.topMenu_job
{
margin-left:150px;
padding-top:5px;
float:left;
font-weight: bold;
color:#005188;
}

.topMenu_area
{
margin-left:175px;
padding-top:5px;
float:left;
font-weight: bold;
color:#005188;
}

a.menuItemsA:link
{
color:#FFFFFF;
text-decoration: none;
}

a.menuItemsA:hover
{
color:#FFFFFF;
text-decoration: underline;
}

a.menuItemsA:visited
{
color:#FFFFFF;
text-decoration: none;
}

a.menuItemsA:active
{
color:#FFFFFF;
text-decoration: none;
}

a.menuItemsB:link
{
color:#005188;
text-decoration: none;
}

a.menuItemsB:hover
{
color:#005188;
text-decoration: underline;
}

a.menuItemsB:visited
{
color:#005188;
text-decoration: none;
}

a.menuItemsB:active
{
color:#005188;
text-decoration: none;
}