body, html {
  background-color:#FFF;
}

div#container {
  width:990px;
  margin: 0px;
}

#header {
    background:transparent url(img/header.png) repeat-x scroll left top;
    height: 235px;
}

/* link alla home portal sullo stemma dell'header */
#home {
  background: transparent url('img/home.gif') top left no-repeat;
  position: absolute;
  top: 190px;
  left: 50px;
  padding-left: 20px;
}

div#topbar {
    left:700px;
    position:absolute;
    top:100px;
    background: white;
    color: black;
    font-size: 85%;
}

div#topbar a{
    color: black;
}
#topbar a:hover {
    color:blue;
}


div#breadcrumb {
    margin:0 225px 0 185px;
    position:relative;
    top:-30px;
    border-bottom: 1px solid #BCBCBC;
}

/* colonne */
div.column {
   padding-top:0px;
   width:166px;
}
div#leftcolumn {
  margin-left:0px;
}
div#rightcolumn{
  margin-right:0px;
  width: 209px;
}
#leftcolumn.column.menu h3, #rightcolumn.column.menu h3 {
  background: #FFB74B;
  color: black;
}

.menu .menucnt {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid gray;
  font-size: 90%;
}

.menu .menucnt a, .menu .menucnt a:visited, .menu .menucnt a:active {
  background:transparent url(img/menulnk_off_right.gif) no-repeat scroll 5% 50%;
  color: black;
  border-bottom: 1px solid gray;
}

.menu .menucnt a:hover, .menu .menucnt a.selected {
  background: white;
  color:#1E446C;
}

/* content */
div#container {
  background: white url('img/bg_content.png') top left repeat-y;
}
div.content {
  margin:0 215px 0 185px;
}

/* footer */
#bottomlinks ul li.leftCorner {
  background: #006699;
}

#footer {
  background: white url('img/footer_bg.png') top left no-repeat;
  border: none;
}


.smallform label{
   width: 58px;
}

/* registri */
div#pageBox {
  background-color:#F0F0F0;
  margin: 0px auto;
  margin-bottom: 20px;
}

