html,body
{
height:100%;
margin:0;
padding:0;
text-align:center;
}

body
{
font-family: "Times New Roman";
background:black;
color:white;
text-align: center;
font-size: 12pt;
}

p
{
margin:0 0 1em;
}

h1
{
    text-align:left; color:#FF5033;
    font-family:"Courier New",Courier, monospace;
    font-style:normal; font-weight:normal;
}

h2
{
text-align:left; color:rgb(255, 255, 255);
font-family:"Courier New", Courier, monospace;
font-style:normal; font-weight:normal; font-size:160%;
}

h3
{
font-size:135%;
margin:0 0 0.3em;
color:#006699;
}

h4
{
font-size:105%;
margin:0 0 0.3em;
color:#009999;
}

hr {
    color:gray;
    width: 100%;height:0;
}   /* header line */

/***** HEADER *****/
div#header {
    background-color:#000000;
    padding-top:0px;
    padding-bottom:20px;
}

div#header h1 {
    text-align:center; color:#FF5033;
    font-family:"Courier New",Courier, monospace;
    font-style:normal; font-weight:normal;
}

div#header img
{
border:none;
}

/***** BOX *****/
div#box
{
width:100%;
height:80%;
background:black;
}

/***** CONTAINER *****/
div#container
{
padding-top:10px;
padding-bottom:10px;
height:100%/*700px*/;
/*height:auto;*/
width:100%;
/* margin: 0 auto -10em; /*margine negativo per posizionare il #footer sempre in basso*/
text-align: left;
/*background:white;
*/}

div#container h3 a
{
text-decoration:none;
color:#006699;
}

div#container h3 a:hover
{
color:#006699;
}



/***** MENU *****/

div#menu
{
float:left;
text-align:left;
width: 30%;
height: auto;
padding-top:2em;
background-color:black;
}

div#menu ul, div#menu li
{
text-align:left; color:#33FF33;
font-family:"Courier New", Courier, monospace;
font-style:normal; font-weight:normal; font-size:110%;
margin:0;
padding:0;
list-style-type:none;
}

div#menu a
{
display:block;
height: 1.3em;
padding: 1px 0 1px 15px;
font-size:100%;
color: #33FF33;
text-decoration: none
}

div#menu a:hover
{
margin-left:10px; /*effetto spostamento a dx su hover del link*/
color: #33FF33;
}

div#menu li#active a
{
color: #33FF33;
}

/*spazio di 40 px tra #content e #menu*/
/***** CONTENT *****/
div#content
{
line-height:1.50; /* line spacing */
float:right;
padding-top:0px;
width:80%; /*610px;*/
height: auto;
background:black;
}

div#content p
{
text-align:left;
}

div#content a   /* unvisited link */
{
color:#33FFFF;
text-decoration: none;
}

div#content a:visited /* visited link */
{
color:#33FFFF;
}

div#content a:hover /* mouse over link */
{
color:#FF00FF;
}

/***** PUSH *****/
div#push
{
clear:both;
}

div#push, div#footer {
	height: 3em; /* stessa altezza per #push e #footer per posizionare sempre in basso il footer*/
}

/***** FOOTER *****/
div#footer
{
width:100%;
clear: both;
padding-top:20px;
background:#333
}

div#footer p
{
margin:0;
}

div#footer p a
{
color: #FFFFCC;
text-decoration:none;
}

div#footer p a:hover
{
color:#FFCC99;
}



/* Add a black background color to the top navigation */
.topnav {
 background-color: #333;
 overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
 float: left;
 display: block;
 color: #f2f2f2;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
 font-family:"Courier New", Courier, monospace;
 font-style:normal;
 font-weight:normal;
 font-size:120%;
}

/* Change the color of links on hover */
.topnav a:hover {
 background-color: #ddd;
 color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
 background-color: #4CAF50;
 color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
 display: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #f2f2f2;
  padding: 14px 16px;
  background-color: inherit;
  /*font-family: inherit; *//* Important for vertical align on mobile phones */
  font-family:"Courier New", Courier, monospace;
  margin: 0; /* Important for vertical align on mobile phones */
  font-size: 120%;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home").
Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
 .topnav a:not(:first-child), .dropdown .dropbtn {
   display: none;}
 .topnav a.icon {
   float: right;
   display: block;
 }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.
This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
 .topnav.responsive {position:
   relative;}
 .topnav.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
 }

 .topnav.responsive .dropdown {float: none;}
 .topnav.responsive .dropdown-content {position: relative;}
 .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
