/* © Evert Zwart, all rights reserved; tenzij door
   derden gecreërd (waarvan de bron hier ook wordt vermeld) */

/* Andere stijlen importeren. */
@import url("allemaalrondjes.css");
@import url("freeware.css");
@import url("lightbox.css");

        /* Algemene eigenschappen van elementen */
        body,table,th,td,tr,tt,ul,li,ol,dd,dl,dt,div,span,h1,h2,h3,h4,h5,p,form
        {
        font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
        }

        img {
        border: 0px;
        }

        body {
        color: #000;
        background: #fff url(../img/bckgr.png) center top repeat-y;
        padding: 0px;
        margin: 0px;

        }
        
        #container {
        position: relative;
        width: 800px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

        abbr, acronym, .help {
        color: #000;
        background-color: transparent;
        border-bottom: 1px dashed #900;
        cursor: help;
        }
        
        h1,h2,h3,h4,h5 {
        color: #1051B0;
        background: transparent;
        text-transform: lowercase;
        font-style: italic;
        }
        
        /* Links stijlen */
        a:hover {
        text-decoration: none;
        }
        a:visited {
        text-decoration: none;
        }
        
        /* Start header. */

        #barred {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 600px;
        height: 98px;
        background: #fff url(../img/TopBar_bckgr.png) top center no-repeat;
        color: #fff;
        }
        
        #logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 98px;
        width: 320px;
        background: transparent url(../img/logo.png) top center no-repeat;
        color: #fff;
        }
        
        ul,li {
        padding: 0 0px 0 0px;
        margin: 0 10px 0 10px;
        }
        
        /* Eind header. */


                /* Start 2 kolommen. */
                
                /* Content kolom */
                
                #content {
                position: relative;
                left: 100px;
                top: -185px;
                width: 600px;
                background-color: transparent;
                color: #000;
                }

                /* Navigatie & andere meuk kolom */
                #rechts {
                position: absolute;
                right: 0px;
                top: 100px;
                width: 175px;
                background-color: #fff;
                color: #000;
                text-align: right;
                margin-right: -11px;
                }
                
                #navtop {
                height: 23px;
                background: transparent url(../img/Right_Colomn_top.png) top right no-repeat;
                color: #000;
                }

                #nav {
                background: transparent url(../img/Right_Colomn_bckgr.png) top right repeat-y;
                color: #000;
                right: 0px;
                }

                #nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
                }
                
                #nav li {
                height: 40px;
                margin: 0;
                }

                #navbottom {
                position: absolute;
                display: block;
                width: 169px;
                height: 40px;
                right: 0px;
                background: transparent url(../img/Right_Colomn_bottom.png) top right no-repeat;
                color: #000;
                }

                #meer_rechts {
                width: 169px;
                background-color: #fff;
                color: #000;
                font-size: xx-small;
                padding-top: 22px;
                margin: 0 8px 0 0;
                text-align: justify;
                }

                #regels_kolom {
                width: 169px;
                background: #cfc url(../img/regels_bckgr.png) center center repeat-y;
                color: #000;
                }

                #regels_kolom p,h1,h2,h3,h4,h5 {
                padding: 0 4px 0;
                }

                #regels_kolom h1,h2,h3,h4,h5 {
                text-align: center;
                color: #000;
                background-color: transparent;
                }

                #regels_kolom img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                }
                
                #info_kolom {
                width: 169px;
                background: #cff url(../img/info_bckgr.png) center center repeat-y;
                color: #000;
                }
                
                #info_kolom p,h1,h2,h3,h4,h5 {
                padding: 0 4px 0;
                }
                
                #info_kolom h1,h2,h3,h4,h5 {
                text-align: center;
                color: #000;
                background-color: transparent;
                }
                
                #info_kolom img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                }

                /* Einde navigatie & andere meuk kolom */
                /* Eind 2 kolommen. */
                

/* Start footer. */

#kopiewraait {
position: relative;
bottom: 1px;
text-align: center;
font-size: x-small;
color: #ccc;
background-color: transparent;

/* Eind footer. */
