body {
    background-color:           #000000;
    margin:                     0px;
    font-family:                Arial;
    font-size:                  12px;
    color:                      #000000;
}

a {
    color:                      #000000;
    text-decoration:            none;
    font-weight:                bold;
}

a:hover {
    text-decoration:            underline;
}

h1 {
    font-size:                  24px;
    color:                      #5aba4b;
    font-weight:                bold;
    margin:                     0px;
}

h2 {
    font-size:                  14px;
    color:                      #000000;
    font-weight:                bold;
    margin:                     0px;
}

.h2div {
    width:                      169px;
    vertical-align:             middle;
    background-image:           url('../../gfx/headrechts_bg.gif');
    background-repeat:          no-repeat;
    background-position:        top left;
    padding-right:              10px;
    text-align:                 right;
    line-height:                33px;
    height:                     33px;
}

textarea {
    width:                      300px;
    height:                     150px;
}

#maincontainer {
    position:                   absolute;
    width:                      1000px;
    left:                       50%;
    margin-left:                -500px;
    background-color:           #eeeeee;
    background-image:           url('../../gfx/content_bg.gif');
    background-position:        bottom left;
    background-repeat:          no-repeat;
}

#header {
    background-image:           url('../../gfx/header.jpg');
    background-position:        top left;
    background-repeat:          no-repeat;
    width:                      1000px;
    height:                     156px;
}

#menu {
    float:                      left;
    width:                      178px;
    height:                     364px;
    margin-top:                 20px;
}

#menu a {
    display:                    block;
    width:                      168px !important;
    width:                      178px;
    float:                      right;
    height:                     23px;
    line-height:                23px;
    vertical-align:             middle;
    color:                      #000000;
    text-decoration:            none;
    background-image:           url('../../gfx/menuitem_bg.gif');
    background-position:        bottom right;
    background-repeat:          no-repeat;
    text-align:                 right;
    padding-right:              10px;
    margin-bottom:              5px;
    font-weight:                normal;
}

#menu a:hover { 
    text-decoration:            none;
    font-weight:                bold;
}

#content {
    float:                      left;
    width:                      790px;
    margin-left:                20px;
    margin-top:                 5px;
}

.content {
    float:                      left;
    width:                      566px;
    padding:                    10px;
    
}

#occassions td,th {
    text-align:                 left;
    vertical-align:             top;
    padding:                    5px;
}

#nieuws {
    float:                      right;
}
.nieuws {
    width:                      179px;
    background-image:           url('../../gfx/itemrechts_bg.gif');
    background-repeat:          repeat-y;
    overflow:                   hidden;
    margin-top:                 15px;
    font-size:                  12px;
}

#footer {
    position:                   absolute;
    width:                      100%;
    height:                     15px;
    text-align:                 center;
    font-weight:                bold;
    line-height:                15px;
    vertical-align:             middle;
    background-image:           url('../../gfx/footer.gif');
    background-position:        top left;
    background-repeat:          no-repeat;
}
