/*  museumhavenleeuwarden.css

    Copyright © 2007 IT-Works LLC
    All rights reserved.

    Optimized for Internet Explorer 7 + Firefox 2x
*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #9EB2E1 url(/siteimg/css/bg.gif) repeat-x;
    
    text-align: center;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
div#wrapper {
    min-height: 100%;
    background: #fff;
    width: 770px;
    margin: 0 auto;
    position: relative;    
    
    background: #FFFFFF url(/siteimg/css/body-repeater.gif) repeat-y;
    
    text-align: left;
}
div#wrapper > img {
    left: 0px;
    top: 0px;
    z-index: 2;
}

div#sidebar {
    width: 119px;
    background: #7B2A83;
    position: relative;
    float: left;
    margin-top: 10px;
}
div#sidebar ul {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 0px;
    top: 173px;
    left: 2px;
}
div#sidebar li {
    list-style: none;
    margin:0px;
    padding:0px;
}
div#sidebar li a {
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

div#sidebar li a:hover {
    color: #F99D31;
}

div#sidebar li a.active {
    color: #F99D31;
}


img {
    border: none;
}

div#content {
    position: relative;
    float: left;  
    margin-top: 25px;  
    left: 50px;    
    width: 430px;
    text-align: justify;
}

div#footer
{
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0px;
        
}

div#buttonbar {
    position: relative;
    float: left;    
    margin-top: 25px;  
    left: 25px;    
    width: 84px;
    text-align: center;
}

div#content h1 {
    font-family: Arial, Sans-Serif;
    font-size: 1.8em;
    color: #F99D31;
}
div#flashTitle h1 {
    font-family: Arial, Sans-Serif;
    font-size: 1.8em;
    color: #F99D31;
}
div#content {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
div#content p {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
div#content td {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
div#content div {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

a {
    color: #7b2a83;
    text-decoration: none;
}

a:hover {
    color: #F99D31;
}
