html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
    -webkit-font-smoothing: antialiased;
  font-family: "Times New Roman", Times, serif;
  /* -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none; */
    background-color: #fff;
    /* background: #ffffff url("qcfbgx.png") repeat-x right top; */
  /* cursor: grab;*/
}


/* divit */

#container {
    width: 100%;
}

#topmenu {
    width: 100%;
    background: #eee;
    position: fixed;
    top: 0;
}

#languagemenu {
    display: inline-block;
}


#container1 {
    margin: 80px auto auto auto;
    border: 0;
    width: 900px; 
}

#h1_section {
    min-height: 490px;
    vertical-align: bottom;
}


#h1image {
    width: 400px;
    min-height: 500px;
    background: none;
    margin: 0px;
}

.pagesection {
    clear: both;
    font-size: 1.5em;
    padding-top: 1em;
    padding-bottom: 1.5em;
}
    
    
    
/* typografia */

a {
    color: #888;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: underline;
}

.language {
    display: inline-block;
    clear: none;
    font-family: "Arial", sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px;
    width: 250px;
    /* border: 1px solid black; */
}  

.mainmenu {
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px auto 15px auto;
    width: 500px;
    /* border: 1px solid black; */
}

p.h1 {
    padding: 10px 0 0 0;
}

p.h1nimet {
    font-size: 0.9em;
    letter-spacing: 0.15em;
}

p.reference {
    text-indent: -50px;
    padding: 0 0 0 50px;
}

span#h1 {
    font-size: 3.5em;
    font-weight: bold;
    font-style: italic;
    
}

.h2 {
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1.5em;
    text-indent: -50px;
}

.fade {
    color: #888;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}


.obf {
    unicode-bidi:bidi-override;
    direction: rtl;
}

.obf2 {
    display: none;
}

hr { 
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 3px;
  color: #eee;
} 
    
p.right {
    float: right;
    margin: 0 0 1.5em 0;
}
    
   