body{
    font-family: Calibri, Verdana, "Times New Roman";
}

#wrapper { 
    top:30px;
    width: 800px;
    margin-left: auto ;
    margin-right: auto ;   
    background-color: transparent;
}

#head{
    background-color: #E0F0FF;    
    width: 800px;
    height: 128px;
    vertical-align: middle;
}

#headlogo{
    background-image: url('./images/logo.png');
    float: left;
    background-color: inherit;
    width: 128px;
    height: 128px;
    margin-right: 20px;
    margin-top: 0px;
    margin-left: 0px;
}

#title{
    float: left;
    margin-top: 40px;
    font-family: Calibri;
    font-size: 2em;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #000000;    
}

div#menu{
    text-align:center;
    margin-top: 20px;
    height: 30px;
    border-bottom-style: groove;
    border-width: 1px;
}

a.element_selected:hover{
    text-decoration:none;
}
a.element:hover{
    text-decoration:none;
}

a.element{
    color: #000000;
    text-decoration:none;
    float: left;
    height: 29px;
    min-width: 50px;
    margin-left: 15px;    
    border-style: groove;
    border-width: 1px;
}

div#element_right{
    color: #000000;
    text-decoration:none;
    float: right;    
    height: 29px;
    min-width: 50px;
    margin-left: 15px;    
    border-style: groove;
    border-width: 1px;
    
    padding-left: 10px;
    padding-right: 10px;
}

a.element_selected{
    color: #000000;   
    text-decoration:none;
    float: left;
    height: 29px;
    min-width: 50px;
    margin-left: 15px;
    border-width: 1px;
    border-style: groove;    
    border-bottom-style: solid;
    border-bottom-color: #ffffff;   
}

#body {
    border-bottom-style:groove;
    border-bottom-width: 2px;    
    min-height: 150px;
    padding-bottom: 20px;       
}

#text{     
    margin-top: 20px;
    text-align: center;     
}

#content2{
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;  
    width: 550px;
    background-color: #C0D2C0;
    border-style: dashed;
    border-right-style:none;
    border-left-style: none;
    border-width: 1px;
}

div.riga{
  width: 800px;
  clear: both;
}

div.col1{
  width: 300px;
  float: left;
}
div.col2{  
  float: left;
}

#example{
    margin-top: 20px;
    text-align: center;
}

#foot{    
    text-align: center;
}

a#copy{
    text-decoration:none;
    color: #000000;
}

a#copy:hover{
    text-decoration: underline;
}
a{
    text-decoration:none;
    color: #000000;
}
a:hover{
    text-decoration:underline;    
}

.album{
    float: left;
    margin-left: 15px;
    height: 165px;
    width: 165px;
    text-align: center;
}
.album_row{
    height: 180px;
    margin-top: 15px;
}
.image{
    max-width: 800px;    
    margin-top: 15px;
    margin-left: auto ;
    margin-right: auto ;
    text-align: center;   
}

a.album{
  text-decoration: none;  
  color: #000000;
}