* {
    box-sizing: border-box;
}

body {

    margin: 0px;
    font-family: Verdana,Arial,sans-serif;
}

a:link, a:visited  {
    text-decoration: none;
    color: darkblue;

}

a:hover {
    color: blue;
    text-decoration: underline;
}

#divThePuzzleMuseum {
    float: left;
}


#divCollection {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom:5px;
    border-top: 1px dotted grey;
    border-bottom: 1px dotted grey;
    text-align: center;
    clear: both;
}
/*
#divCollection {
    position: absolute;
    right: 20px;
    padding-top: 10px;


}*/

#HeaderLogo {
    float:left;
}

#headerContainer{
    background: linear-gradient(to right,white, white,#99BBDD, #556688);
    border-bottom: 1px solid darkgrey;
    padding-bottom: 5px;
    height: 100px;
}

#divHeaderMenu, #divHeaderMenu a:link, #divHeaderMenu a:visited {

    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    text-align: right;

}
.menuItem {
    padding-left: 2%;
    padding-right: 2%;
}





/*

-------------------------------------------------
Footer
*/

#footer{
    position:fixed;
    bottom:0px;
    height: 50px;
    display:block;
    width: 100%;
    background: #CCC;
    z-index:9;

    color: #333;

}

#footer a:link,#footer a:visited {
    color:black;
    text-decoration: none;
}


#Crest {
    height:100%;
    vertical-align: middle;

}

#spanFooterMsg{
    font-size: 0.8em;
    height: 100%;

    margin-bottom: 2%;
}

#spanFooter1, #spanFooter2, #spanFooter3, #spanFooter4 {
    height: 100%;
    padding-left: 3%;
    font-size: 0.7em;
}


#spanFooterSearch {
    padding-top: 10px;
    padding-right: 10px;
    float:right;
    height: 100%;
    cursor: pointer;

}
#divSearchMuseum {
    position: fixed;
    display: none;
    height: 20%;
    width: 20%;
    bottom: 0px;
}

/*
--------------------
*/


.Section {
    width: 100%;
    float: left;
    border-bottom: 1px dotted;
    padding-bottom:20px;
    padding-top: 20px;


}

.SectionMenu, .SectionBody, .SectionImage {
    float: left;
    padding-left: 10px;
    font-family: Arial,Helvetica;

}

.SectionMenu {
    width:10%;
}

.SectionBody {
    width:50%;
    font-size: 1.1em;
}

.SectionImage {
    width:30%;
    padding:10px 10px 10px 10px;
}


