/* Website specific CSS */
html, body {
    margin:0px;
    padding:0px;
    height:100%;
}

html {
    background:#fff url(images/bg.gif) repeat top;    
}

h1 {
    font:26px cambria, "Times new roman";
    color:#003366;
    text-indent:30px;
    margin-top:0px;
    padding-top:0px;
    background:url(images/bigstar.jpg) no-repeat 0px 7px;
}

#main {
    width:980px;
    background:url(images/shadow.jpg) repeat-y top;
    padding:2px 4px 0px 4px;
    margin:0px auto;
    min-height:100%;
}

#footer {
    clear:both;
    padding:20px 0px 10px 0px;
    text-align:center;
    color:#999;
}

#logo {
    background:url(images/logo.gif) no-repeat;
    text-indent:-9000px;
    width:466px;
    height:58px;
}

#head {
    height:253px;
    margin-top:10px;
    background:url(images/head.jpg) no-repeat;
}

#menu {
    width:980px;
    height:36px;
    padding:0px 0px 0px 62px;
    margin:0px 0px 12px 0px;
    background:url(images/menu.jpg) no-repeat left;
    list-style:none;
}

#menu li {
    float:left;
    background:url(images/smallstar.jpg) no-repeat left;
    margin:0px 8px 0px -46px;
    padding:0px 26px;
}

#menu li a{
    font:14px cambria, "Times new roman";
    line-height:31px;
    background:url(images/smallstar.jpg) no-repeat right;
    font-weight:bold;
    padding-right:28px;
    color:#fff;
    text-decoration:none;
}

#menu li a:hover {
    color:#C5B358;
}

#left {
    width:656px;
    margin-left:14px;
    float:left;
}

#left_admin {
    width:926px;
    margin-left:14px;
}

#right {
    float:left;
    width:256px;
    margin-left:40px;
    margin-right:14px;
}

.occasions img {
    float:left;
    margin:0px 12px 12px 0px;
}

.prijs {
    font-size:15px;
}

/*************************************
WEBRING BAR
*************************************/

#bar {
    height:22px;
    position:relative;
    background-color:#f9fae7;   
    border-bottom: 1px solid #acaa9c;
    line-height:22px;
    font: 11px arial;
}

#webring {    
    right:0px;
    position:absolute;
    margin:2px 2px 0px;
    padding:0px;
}

#webring li{
    list-style:none;
    float:left;
}

#webring li a{
    color:#040204;
    text-decoration:none;
    font-weight: bold;
    width:90px;
    margin:0px 2px;
    display:block;
    text-align:center;
}

#webring li a:hover, #webring li a.active {
    background-color:#003366;
    color:#fff;
}

