@import url('shared.css');

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

img {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}


body {
    background-color: white;
    margin: 0;
    padding: 0;
}

#sliderDiv img {
    margin-right: 7px;
}

.fw-wrapper {
    margin-top: 15px;
    width: 1000px;
    position: relative;
    left: 50%;
    margin-left: -460px;
}
.fw-nav {
    float: left;
}
.fw-content {
    float: left;
    width: 700px;
    padding-top: 18px;
    padding-left: 20px;
}
.fw-content-text {
    width: 470px;
    padding-top: 23px;
    float: left;
}
.fw-content-side {
    padding-top: 13px;
    float: left;
    padding-left: 5px;
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.menu li {
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    background-image: none;
}
ul.menu a.nav {
    width: 205px;
    line-height: 34px;
    height: 34px;
    background-color: black;
    color: white;
    display: block;
    padding-left: 5px;
    font-family: 'American Typewriter', 'Amertype md bt';
    font-family: 'courier new';
    font-weight: bold;
    text-transform: lowercase;
    font-size: 18px;
    text-decoration: none;
}
ul.menu a.nav:hover {
    background-color: #333333;
}
ul.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.submenu li {
    margin: 0;
    padding: 0;
}
ul.submenu a.subnav {
    display: block;
    width: 205px;
    text-decoration: none;
    font-size: 105%;
    font-weight: bold;
    line-height: 2.2em;
    padding-left: 20px;
    color: black;
}
ul.submenu a.subnav:hover {
    text-decoration: underline;
}

img.textsize {
    border-bottom: 1px solid white;
    padding-bottom: 1px;
}
img.textsize-selected {
    border-bottom: 1px solid black;
}
a.textsize {
    display: block;
    float: left;
    margin-right: 5px;
    padding-top: 10px;
}
a.textsize:hover {
    border-bottom: 3px solid #CCCCCC;
}


.backtotop {
    float: right;
}

/* SELECT-element */
    .select-box {
        border: 1px solid #999999;
        font: 11px verdana;
        padding: 3px;
        background-image: url('http://museumplusbus.elegia.net/images/dropdown.gif');
        background-repeat: no-repeat;
        background-position: right center;
        background-color: white;
        cursor: default;
    }
    .select-box-over {
        background-color: #99CCFF;
    }
    .select-dropdown {
        overflow: auto;
        border: 1px solid #999999;
        font: 11px verdana;
        background-color: white;
        cursor: default;
        position: absolute;
    }
    .select-dropdown-item {
        padding: 3px;
        width: 250px;
    }
    .select-dropdown-item-over {
        background-color: #99CCFF;
    }
/* einde SELECT-element */


/* CMS */
table.form {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
}
table.form td {
    padding: 3px;
}
.formRequired {
    color: #CC0000;
    font-size: 70%;
}
.formHeader {
    font-weight: bold;
}









