/* CSS Document */

* {
	margin:0;
	padding:0;
	color:#000000;
}

a img {
	border:none;
} 

body {
	background-color:#123C66;
}

/*LINK devono essere specificati nell'ordine illustrato sotto*/

a {
	cursor:pointer;
	font-weight:bold;
	color:#FF0000;
}	

a:link, a:active {
	text-decoration:none;
} 

/*link visitati*/
a:visited {
	color:#FF0000;
	text-decoration:none;
}

/*al passaggio del mouse*/
a:hover {
	color:#FF0000;
	text-decoration:underline;
} 

/*MENU*/

#navcontainer {
	background: #369;
    border-top: 1px solid #9CC;
    font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display:none;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display:none;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #369;
        bottom: 13px;
        display:none;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}

#barramenu {
	clear:both;
	width:100%;
}

#pagina, #alto, #centro,  #basso{
	width:100%;
	margin:auto;
}

#centro {
	margin-top:10px;
	margin-bottom:10px;
}

#boxcentrato {
	margin-left:10px;
	margin-right:10px;
	width:95%;
	margin-bottom:10px;
}

#alto {
	margin-bottom:40px;
}

#boxavo {
	width:15%;
	float:left;
	margin-top:15px;
	margin-bottom:30px;
}

img#avo {
	width:60px;
	height:90px;
	float:left;
	padding-left:10px;
}

#boxuni {
	width:30%;
	float:right;
	margin-top:15px;
}

img#uni {
	width:160px;
	height:89px;
	float:right;
}

#scrittaalto {
	width:50%;
	float:left;
	margin:auto;
}

#basso {
	display:none;
}

#testoalto, #testoaltoblu {
	margin:0;
	text-align:center;
	font-variant:normal;
	font-weight:bold;
	font-family:Times New Roman, Times, serif;
	font-style:italic;
}

#testoalto {
	font-size:14px;
	color:#336799;
	margin-top:20px;
}

#testoaltoblu {
	font-family:8px;
	color:#FFFFFF;
}

#logoaltobasso {
	background:url(../images/logofisica.jpg);
	width:100%;
	height:62px;
	margin:0;
}

#nomepagina {
	font-family:Times New Roman, Times, serif;
	font-size:24px;
	font-variant:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	display:none;
}

#secondnavlink {
	display:none;
}


