@import url('reset.css');

body {
    font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding: 0 0 20px 0;
}

.sfondo {
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
}

#box {
    position: relative;
    margin: 0em 0em 0em 3em;
    width: 920px;
    min-height: 100%;
    height: 100%;
}

#leftcolumn {
    width: 225px;
    float: left;
    min-height: 100%;
}

@media screen{
	#leftcolumn {
		position: fixed;
	}
}
#leftcolumn .topbar {
}

#leftcolumn .logo {
    float: left;
    margin-top: 40px;
}
@media screen{
	body div#footer{
		position:fixed;
	}
}

div#footer {
  position:absolute;
  bottom:0px;
  left:0;
  width:100%;
  height: 20px;
  margin: 0em 0em 0em 3em;
}

div#footer .bottombar {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div#footer div {
    font-size: 0.7em;
    position:relative;
    left: 300px;
    top: 0.6em;
    width: 600px;
    color: #999999;
}

div#footer a {
    color: #999999;
    text-decoration: none;
}

* html body{
overflow:hidden;
} 
* html div#box{
height:100%;
overflow:auto;
}
 
#mappa {
    width: 600px;
    height: 400px;
}
#menu
{
    margin: 60px 0px 0px 60px;
}

#menu ul
{
    margin: 0px 0px 10px;
    color: #999999;
}

#menu .hide
{
	display: none;
}

#menu a
{
    color: #999999;
    text-decoration: none;
}

#menu a:hover
{
    color: #C5201A;
    text-decoration: underline;
}

#menu .selected
{
    color: #C5201A;
}

#pager
{
    position: absolute;
    top: 580px;
    margin-left: 60px;
    color: #999999;
    font-size: 2.6em;
    font-weight: bold;
}

#pager span
{
    padding: 0px;
    color: #C5201A;
}

#pager a {
    color: #999999;
    text-decoration: none;
}
#pager a:hover {
	color: #C5201A;
}

#rightcolumn {
    /* float: right;*/
    width: 690px;
    margin-left: 225px;
}

#rightcolumn #header {
    position: relative;
    top: 65px;
    left: 75px;
    font-size: 2.2em;
    font-weight: bold;
    color: #C5201A;
}

#rightcolumn #content {
    position: relative;
    top: 133px;
    left: 75px;
    width: 460px;
	padding-bottom: 20px;
}

div#rightcolumn a {
    color: #999999;
    text-decoration: none;
}

div#rightcolumn a:hover {
color: #C5201A;
}

#content .red, span.red
{
    color: #C5201A;
}

#content .grey
{
    color: #999999;
}

#content .avatar {
    margin: 20px 0px 20px 0px;
}

#content #sxcontent {
    width: 345px;
    float: left;
}

#content #sxcontent .text, 
#content #dxcontent .text {
    width: 290px;
    font-size: 0.9em;
    color: #999999;
}

#content #dxcontent {
    width: 345px;
    float: left;
}
