* { margin: 0; padding: 0; }
html, body { height: 100%; }
body { margin: 0; background: White; color: #999999; font: 11px Arial, Helvetica, sans-serif; }
a { color: #999999; text-decoration: none; }
a:hover { color: #FF6633; }
form#aspnetForm { margin: 0; padding: 0; height: 100%; }

/* Elementi strutturali */
#container { width: 950px; background: #F2F2F2; margin: 0 auto; min-height: 560px; height: 560px !important; height: 100% !important; position: relative; }
#flashContent { height: 492px; }
#filler { width: 100%; height: 40px; visibility: hidden; }
#innernav { display: none; }

/* Header */
#top { height: 25px; overflow: hidden; }
#top ul { list-style: none; margin-top: 10px; margin-left: 15px; }
#top li { float: left; margin-right: 12px; }
#top li a { display: block; height: 15px; text-indent: -9999px; overflow: hidden; }

/* Footer */
#bottom { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 0 10px; border-bottom: 10px solid #999999; }
#bottom .left { float: left; padding-left: 15px; }
#bottom .right { float: right; padding-right: 15px; }
#bottom .curLang { color: #FF6633; }

.default #top { display: none; }
.default #bottom .right { display: none; }

/* Homepage */
.homelangselector { padding-top: 22px; color: #666666; font-size: 12px; text-align: center }
.homelangselector a { padding: 0 10px; color: #666666; }
.homelangselector a:hover { color: #FF6600; }
