* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #e7e7e7;
    overflow-y: scroll;
}

body {
    height: 100%;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p {
    color: #000;
    margin-bottom: 12px;
}

a {
    outline: 0;
}

a {
    color:#000;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

div#bloemlinks {
    position: fixed;
    z-index: 1;
    width: 85px;
    height: 100%;
    background: url(../images/bg-links.png) center top;
    left: 0;
    top: 0;
}

div#bloemrechts {
    position: fixed;
    z-index: 1;
    width: 85px;
    height: 100%;
    background: url(../images/bg-rechts.png) center top;
    right: 0;
    top: 0;
}

div#siteHolder {
    width: 974px;
    margin: 0 auto;
    background: url(../images/bg-schaduw.png);
}

div#header {
    position: relative;
    width: 950px;
    height: 152px;
    background: url(../images/bg-header.jpg) no-repeat;
    margin: 0 12px;
    border-bottom: 1px solid #d4d4d4;
}

div#header a {
    display: block;
    width: 550px;
    height: 152px;
}

div#header div#suk {
    position: absolute;
    top: 65px;
    left: 250px;
}

div#header div#flashtop {
    position: absolute;
    top: 26px;
    right: 0;
}

div#uitlijning {
    margin: 0 12px;
}

div#menu {
    background: #fff;
}

div#menu ul {
    width: 950px;
    height: 41px;
}

div#menu ul li {
    float: left;
    list-style: none;
    height: 41px;
    background: url(../images/bg-menuknop.jpg) right top;
    line-height: 41px;
}

div#menu ul li a {
    display: block;
    line-height: 36px;
    padding: 0 17px 0 14px;
    color: #5f5f5f;
    text-decoration: none;
    font-weight: bold;
}

div#menu ul li a:hover {
    background: url(../images/bg-menuknop-over.jpg) right top;
    text-decoration: underline;
}

div#contentHolder {
    background: #fff;
    padding: 20px;
    overflow: auto;
    line-height: 18px;
}

div#contentHolder ul {
    margin:0 0 18px 20px;
}

/***************************
** Homepage content links **
***************************/
div#contentLinks {
    float: left;
    width: 580px;
    padding-right: 20px;
}

div#contentRechts {
    float: left;
    width: 300px;
    margin: 0 0 0 10px;
}

div#footerContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*height: 259px;*/
    height:40px;
    background: url(../images/bg-footer.jpg) repeat-x;
    z-index: 2;
}

div#footer {
    background: url(../images/bg-footer.jpg) repeat-x;
    position: relative;
    width: 950px;
    height: 40px;
    margin: 0 auto;
}

div#footerContainer img#links {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index:20;
}

div#footerContainer img#rechts {
    position: absolute;
    right: -6px;
    bottom: -4px;
    z-index:20;
}

div#footer p {
    color: #fff;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: bold;
}

div#footer ul {
    float: left;
    width: 235px;
}

div#footer ul {
    margin-left: 3px;
}

div#footer ul li {
    width: 238px;
    height: 16px;
    list-style: none;
    background: url(../images/footer-bg-li.png) no-repeat;
}

div#footer ul li a {
    text-decoration: none;
    display: block;
    padding-left: 4px;
}

div#footer ul li a:hover {
    text-decoration: underline;
}

div#footer ul li:hover {
    background: url(../images/footer-bg-li-over.png) no-repeat;
}

div#footer a {
    color: #fff;
}

h1 {
    margin-bottom:20px;
    color:#000;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:20px;
    line-height:bold;
}

h2 {

}

h3 {

}

div#contentHolder td {
    height:30px;
}

.titellink {
    width:272px;
    height:18px;
    background-color:#000;
    color:#fff;
    font-variant:small-caps;
    padding-top:4px;
    padding-left:8px;
    display:block;
}

.Textvak {
    border:1px solid #4c79b0;
    width:250px;
    background-color:#efefef;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000;
}

.knop {
    border:1px solid #000;
    background-color:#4c79b0;
    width:150px;
    height:18px;
    font-weight:bold;
}

.fotocollectie {
    float:left;
    width:167px;
    height:167px;
    margin-right:20px;
}

.gasttable {
    background-color:#4c79b0;
}


/******************
** Nieuwe footer **
******************/
div#footer-nieuw {
    width: 950px;
    margin: 0 auto;
    height: 40px;
    position: relative;
}

div#footer-nieuw div#trigger-balk {
    width: 950px;
    text-align: center;
    line-height: 40px;
}

div#trigger-balk a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

div#footer-nieuw div#alle-collecties {
    display: none;
    width: 920px;
    margin: 0 auto;
    height: 40;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4d78ab;
    padding: 15px;
    z-index: 10;
    border-top: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/js/ie-css3.htc);
}

div#alle-collecties a.close {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 25px;
    behavior: url(/js/ie-css3.htc);
}

div#alle-collecties ul {
    float: left;
    width: 230px;
    list-style: none;
    line-height: 20px;
}

div#alle-collecties h3 {
    color: #fff;
    margin: 0 0 10px 0;
}

div#alle-collecties a:hover {
    color: #fff;
}

div#sitemap {
    z-index: 5;
    position: absolute;
    right: 50%;
    height: 40px;
    bottom: 0;
    margin-right: -470px;
    line-height: 40px;
}

div#sitemap a {
    color: #fff;
    font-size: 12px;
}

/*********************
** Homepage sidebar **
*********************/
div.collectie-thumb a {
    display: block;
    border: 1px solid #bbbaba;
    margin-bottom: 15px;
    position: relative;
    height: 65px;
    overflow: hidden;
    padding: 10px 150px 10px 10px;
    color: #a5a5a5;
    text-decoration: none;
    font-size: 12px;
}

div.collectie-thumb a img {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 80px;
    width: expression(this.width > 80 ? 80: true);
    max-height: 75px;
    height: expression(this.height > 75 ? 75: true);
}
