/* STANDARD */

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: white; 
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* WRAPPER */

#wrapper {
    margin: 0 auto;
}

.width {
    width: 890px;
}

/* INSIDE WRAPPER */  

#header1 {
    height: 99px;
    background-color: white;
}

#header1 img {
    position: relative;
    top: 30px;
    left: 497px;
}

#header2 {
    height: 99px;
    background-image: url(../img/museum%20hindeloopen%20header%20top.png); 
    background-repeat:no-repeat;
}

#header3 {
    height: 99px;
    background-color: white;
    background-image: url(../img/museum%20hindeloopen%20header%20bottom.png); 
    background-repeat:no-repeat;
}

#content {
    background-color: white;
}

#pages {
    position: relative;
    left:177px;
    width: 535px;
    min-height: 400px;
    background-color: white;
}

#pages img{
    max-width: 535px;
}

#footer {
    padding: 50px 0px;
    background-color:white;
    text-align: center;
}

/* MENU */

#navigation{
    position: relative;
    left: 85px;
    top: 13px;   
}  

#mainmenu {
}

#submenu {
    position: relative;
    top: 20px;   
}

.menu {
}

ul.horizontallist {
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li.horizontallist {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline;
    margin-right: 15px;  
}

/* SEARCH */ 

#search {
    position: absolute;
    top: 0px;
    left: 479px;
    border : 0px;
    width: 150px;
    height: 23px;
    padding-left:5px;
}

#search input {
    border : 0px;
}

