* { margin, padding: 0; }

/*html, body {
	    margin: 0;
	    padding: 0;
	}
*/
body {
	/*font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;*/
    font: 16px Verdana, Helvetica, Arial, Sans-Serif;
	color: #333333;
	background: #ffffff;
}

.hidden {
	    display: none;
	}

#page-container {
	width: 1150px;
	margin: 0 auto;
}

#main-logo {
    height: 72px;
    background-image: url(../files/LabLogo.png);
}



#sidebar-a {
	float: right;
	width: 200px;
    /*line-height: 18px;*/
}

#sidebar-a .padding {
	padding: 30px;
}


#sidebar-b {
	float: right;
	width: 400px;
    /*line-height: 18px;*/
}

#sidebar-b .padding {
	padding: 30px;
}

a#paper {
	display: block;
    width: 159px;
    margin-left: 40px;
		padding:10px; 
		margin-top: 60px;
		text-decoration: none;
	color: white;
		font-size: 16px;
  	text-align: left;
}

/*a#paper:link {
	display: block;
	background-image: url('../files/btnPaper.png');
    width: 159px;
    height:220px;
}

a#paper:hover {
    border-radius: 10px;
	box-shadow:  0px 0px 10px #0033cc;
	-webkit-box-shadow:  0px 0px 10px #0033cc;
	-moz-box-shadow:  0px 0px 10px #0033cc;
	-o-box-shadow:  0px 0px 10px #0033cc;
}*/

#paper {
  width: 159px;
  margin-left: 40px;
	margin-top: 60px;
	text-decoration: none;
  font-size: 18px;
	text-align: justify;
	background-color: grey;
}

#nextpage {
    text-decoration: none;
    color: #333333;
    text-align: center;
}

#nextpage:hover {
    text-shadow: 0px 3px 5px #0033cc;
}

#content {
	margin-right: 200px;
    line-height: 18px;
}

#content a {   /*SCOMPARE LA SOTTOLINATURA SUL LINK*/
	color: #0066FF;
	text-decoration: none;
}

#content .padding {
	padding: 25px;
}

#biblio {font-size: 14px;}

#border a { /*bordi figure*/
    color: #0033cc;
    text-decoration:none;
}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #808080;
	border-top: 1px solid #808080;
	padding: 13px 25px;
	line-height: 18px;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#footer a {   /*SCOMPARE LA SOTTOLINATURA SUL LINK*/
	color: #808080;
	text-decoration: none;
}

#footer a:hover {  /*COLORA IL LINK SELEZIONATO*/
	color: #0033cc;
}

h1 {
    font-size: 25px;
	margin: 0;
	padding: 0;
	/*float: left;*/
	margin-top: 30px;
	padding-left: 40px;
}
h1 img {
	margin-top: 30px;
    border-radius: 10px; 
}

h1 img:hover {
	margin-top: 30px;
    border-radius: 10px; 
    box-shadow:  0px 0px 10px #0033cc;

}

h2 {  /*titoli dei paragrafi*/
    font-size: 20px;
	margin: 5px;
	padding: 0;
    padding-left: 50px;
    padding-top: 30px;
}

h3 {  /*relativo alla scritta lab of optics*/
    color: #3300ff;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 42px;
	padding-right: 10px;
    font-size: 16px;    
}

h3 a{   /*SCOMPARE LA SOTTOLINATURA SUL LINK*/
    color: #3300ff;
	text-decoration: none;
}

h3 a:hover{ 	
    text-shadow: 0px 3px 5px #0033cc;
}


#content p {  /*testo normale*/
    /*text-indent: 1em;*/
    margin: 5px;
    padding-left: 20px;
    padding-bottom: 0;
    line-height: 25px;
}
#content ul {  /*elenchi puntati*/
    margin: 5px;
    padding-left: 50px;
    padding-bottom: 10px;
    line-height: 25px;
}
#content ol {  /*elenchi numerati*/
    margin: 5px;
    padding-left: 50px;
    padding-bottom: 10px;
    line-height: 25px;
}
#elenchi ol {  /*elenchi numerati*/
    margin: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 25px;
}


