/*@charset "iso-8859-1";
body {
    BACKGROUND-IMAGE: "http://www.sambacats.nl/inhoud_bestanden/cadeaubon_achter_medium.JPG";
}  */
/*
@charset "iso-8859-1";
body {
    font-family: Tahoma;
    font-size: small;
    background: #cc9900; // bg
    color: #000000; // txt
    scrollbar-base-color: #ffffff; // bg
    text-align: center;
    margin: 5px;
} */

div.body {
    font-family: Tahoma;
    font-size: small;
    color: #000000; /* txt */
    text-align: center;
    width: 790px;
    margin: 0 auto 0 auto;
}

div.banner {
    float: left;
    width: 234px;
    height: 60px;
    color: #000000; /* txt */
    overflow: hidden;
}

div.header {
    float: left;
    width: 322px;
    height: 60px;
    overflow: hidden;
}

div.column_nav {
    float: left;
    width: 140px;
    height: 100%;
    overflow: hidden;
    text-align: left;
    color: #000000; /* ct_txt */
}

div.column1 {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
    color: #000000; /* ct_txt */
}

div.column2 {
    float: left;
    width: 400px;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
    color: #000000; /* ct_txt */
}

div.column3 {
    float: left;
    width: 620px;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
    color: #000000; /* ct_txt */
}

div.copyrights {
    width: 790px;
    overflow: hidden;
    text-align: center;
    font-size: x-small;
    color: #000000; /* txt */
    margin-top: 10px;
    font-weight: bold;
    clear: both;
}

sub {
    margin: 0px;
    padding: 0px;
    font-size: xx-small;
}
/*
h1 {
    margin: 0px;
    padding: 0px;
    font-size: large;
}

h2,h3 {
    margin: 0px;
    padding: 0px;
    font-size: small;
}

form {
    margin: 0px;
    padding: 5px;
}

input, select {
    font-family: Tahoma;
    font-size: small;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
}

textarea {
    font-family: Tahoma;
    font-size: small;
    color: #000000;
    background: #FFFFFF;
    scrollbar-base-color: #E5ECF9; // ct_bg
    border: 1px solid #000000;
}

a, a:hover {
    color: #000000; // ct_txt_link
    text-decoration: none;
    font-size: small;
}

a:hover {
    text-decoration: underline;
}
img {
    border: 0px;
}
  */

a.kop, a.kop:hover {
    color: #ffffff; // kop_txt
    text-decoration: none;
    font-size: small;
}

a.kop:hover {
    text-decoration: underline;
}

a.body, a.body:hover {
    color: #000000; /* txt */
    text-decoration: none;
    font-size: small;
}

a.body:hover {
    text-decoration: underline;
}


.comment {
    font-size: xx-small;
}

.nostylesmall {
    border: 0px;
    background: #E5ECF9; /* ct_bg */
}

.popitmenu {
    margin: 0px;
    padding: 0px;
    position: absolute;
    background-color: #E5ECF9; /* ct_bg */
    border: 1px solid #3366CC; /* kop_bg */
    z-index: 100;
    visibility: hidden;
}

.box {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background: #E5ECF9; /* ct_bg */
    zoom: 100%;
}

.box p {
    padding: 5px;
    margin: 0px;
    color: #000000; /* ct_txt */
}


.box ul {
    margin: 2px 0px 2px 0px;
    padding: 5px;
    color: #000000;
}

.box ul.circle {
    margin: 0px 0px 0px 17px;
    list-style-type: circle;
}

.box ul.disc {
    margin: 0px 0px 0px 17px;
    list-style-type: disc;
}

.box ul.square {
    margin: 0px 0px 0px 17px;
    list-style-type: square;
}

.box ul.numeric {
    margin: 0px 0px 0px 29px;
    list-style-type: decimal;
}

.box ul li {
    margin: 2px 0px 2px 0px;
    padding: 0px;
}

.box h2, .box h4 {
    background: #3366CC; /* kop_bg */
    color: #ffffff; /* kop_txt */
    text-align: left;
    font-size: small;
    padding: 3px 5px 3px 5px;
    margin: 0px;
}

.box h2 a, .box h4 a, .box h2 a:hover, .box h4 a:hover {
    text-decoration: none;
    color: #ffffff; /* kop_txt */
}

.box h3 {
    background: #E5ECF9; /* ct_bg */
    color: #000000; /* ct_txt */
    text-align: left;
    font-size: small;
    padding: 0px;
    margin: 0px;
}




